1. 28 9月, 2011 28 次提交
  2. 23 9月, 2011 10 次提交
  3. 22 9月, 2011 2 次提交
    • L
      wl12xx: fix forced passive scans · 6cd9d21a
      Luciano Coelho 提交于
      We were using incorrect max and min dwell times during forced passive
      scans because we were still using the active scan states to scan
      (passively) the channels that were not marked as passive.
      
      Instead of doing passive scans in active states, we now skip active
      states and scan for all channels in passive states.
      
      Cc: <stable@kernel.org> # 2.6.36+
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      6cd9d21a
    • R
      nfc: NFC_WILINK depends on NFC_NCI · ed46fdfc
      Randy Dunlap 提交于
      nwcwilink.c uses nci_*() interfaces, so it should depend on
      NFC_NCI.
      
      Fixes these build errors:
      ERROR: "nci_register_device" [drivers/nfc/nfcwilink.ko] undefined!
      ERROR: "nci_allocate_device" [drivers/nfc/nfcwilink.ko] undefined!
      ERROR: "nci_recv_frame" [drivers/nfc/nfcwilink.ko] undefined!
      ERROR: "nci_free_device" [drivers/nfc/nfcwilink.ko] undefined!
      ERROR: "nci_unregister_device" [drivers/nfc/nfcwilink.ko] undefined!
      Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      ed46fdfc