1. 28 10月, 2009 12 次提交
  2. 13 10月, 2009 2 次提交
    • A
      libertas: fix build · 767e366f
      Alan Cox 提交于
      drivers/net/wireless/libertas/cmdresp.c: In function ‘lbs_process_event’:
      drivers/net/wireless/libertas/cmdresp.c:519: error: ‘TASK_INTERRUPTIBLE’
      undeclared (first use in this function)
      drivers/net/wireless/libertas/cmdresp.c:519: error: (Each undeclared
      identifier is reported only once
      drivers/net/wireless/libertas/cmdresp.c:519: error: for each function it
      appears in.)
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      767e366f
    • A
      libertas: fix build · c49de94a
      Alan Cox 提交于
      drivers/net/wireless/libertas/cmdresp.c: In function ‘lbs_process_event’:
      drivers/net/wireless/libertas/cmdresp.c:519: error: ‘TASK_INTERRUPTIBLE’
      undeclared (first use in this function)
      drivers/net/wireless/libertas/cmdresp.c:519: error: (Each undeclared
      identifier is reported only once
      drivers/net/wireless/libertas/cmdresp.c:519: error: for each function it
      appears in.)
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      c49de94a
  3. 10 10月, 2009 2 次提交
  4. 08 10月, 2009 5 次提交
  5. 23 9月, 2009 1 次提交
  6. 02 9月, 2009 1 次提交
  7. 01 9月, 2009 1 次提交
  8. 29 8月, 2009 4 次提交
  9. 20 8月, 2009 1 次提交
  10. 14 8月, 2009 1 次提交
  11. 13 8月, 2009 1 次提交
  12. 08 8月, 2009 1 次提交
  13. 05 8月, 2009 2 次提交
  14. 04 8月, 2009 1 次提交
  15. 30 7月, 2009 2 次提交
  16. 25 7月, 2009 1 次提交
  17. 22 7月, 2009 1 次提交
  18. 11 7月, 2009 1 次提交
    • A
      libertas: fix card cleanup order in SDIO driver · 23b149c1
      Andrey Yurovsky 提交于
      The SDIO driver sets the surpriseremoved flag before calling
      lbs_remove_card.  With IEEE PS enabled, lbs_remove_card must issue a
      command to exit IEEE PS mode, however with that flag set the command
      path is blocked and the card is never taken out of IEEE PS mode.  This
      step is required to ensure that the driver can be reloaded.  This patch
      moves the setting of surpriseremoved after lbs_remove_card is called.
      
      Tested with V9 firmware by ensuring that IEEE PS is disabled when the
      driver is removed.  Reloading the driver is not fully tested due to a
      separate issue with module reload in the SDIO driver, however this
      patch at least leaves the card in a better state when we bring the
      driver down.
      Signed-off-by: NAndrey Yurovsky <andrey@cozybit.com>
      Acked-by: NDan Williams <dcbw@redhat.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      23b149c1