aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville33-633/+1617
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville4-4/+6
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2012-06-26Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho22-475/+1257
2012-06-26wlcore: print stack trace in every recoveryEyal Shapira2-1/+2
2012-06-26wlcore: queue recovery in case of bus errors during cmd_remove_peerEyal Shapira1-10/+19
2012-06-26wlcore: fix broken TX due to wrong queuing of recoveryEyal Shapira1-11/+24
2012-06-26wlcore: fix some failure cases in wlcore_probe()Luciano Coelho1-3/+6
2012-06-26wl18xx: deprecate PG1 supportLuciano Coelho2-57/+22
2012-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+6
2012-06-25wlcore: drop INET dependencyRandy Dunlap1-1/+0
2012-06-23wlcore: prevent recovery in the middle of resumeArik Nemtsov1-3/+8
2012-06-23wlcore: refactor threaded IRQ routineArik Nemtsov1-31/+31
2012-06-23wlcore: check Rx-filter functions in the suspend pathArik Nemtsov3-10/+30
2012-06-23wlcore: force recovery on resume if suspended without recoveringArik Nemtsov1-2/+18
2012-06-23wlcore: don't allow SDIO read/writes after failureArik Nemtsov2-2/+21
2012-06-22wlcore: cancel suspend when recovery is pendingArik Nemtsov1-0/+6
2012-06-22wlcore: access the firmware memory via debugfsArkady Miasnikov1-0/+192
2012-06-22wlcore: Force checking of io functions' return valuesIdo Yariv6-40/+55
2012-06-22wlcore: Propagate errors from wl1271_read_hwaddrIdo Yariv2-4/+6
2012-06-22wlcore: Propagate errors from wl1271_raw_write32Ido Yariv13-127/+298
2012-06-22wlcore: Propagate errors from wl1271_raw_read32Ido Yariv9-113/+309
2012-06-22wlcore: Propagate errors from wl1271_writeIdo Yariv12-46/+102
2012-06-22wlcore: Propagate errors from wl1271_readIdo Yariv12-32/+78
2012-06-22wlcore: Propagate errors from wlcore_raw_*_data functionsIdo Yariv2-13/+26
2012-06-22wlcore: Change raw io functions to return errorsIdo Yariv1-13/+13
2012-06-22wlcore: Change read/write ops to return errorsIdo Yariv3-14/+22
2012-06-22wlcore: Disable interrupts while recoveringIdo Yariv3-6/+22
2012-06-22wlcore: Fix sdio out-of-sync power stateIdo Yariv2-17/+27
2012-06-21Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho17-109/+332
2012-06-21wl18xx: use %zu for size_t arguments in printk callsLuciano Coelho1-2/+2
2012-06-21wl18xx: split siso40 HT cap between 2Ghz and 5GhzArik Nemtsov1-5/+19
2012-06-21wl18xx: sane defaults for HT capabilitiesArik Nemtsov3-34/+42
2012-06-21wl18xx: explicitly remove the 5Ghz MIMO HT capArik Nemtsov1-14/+3
2012-06-21wlcore: read FW logs from FW memory on watchdog recoveryIgal Chernobelsky1-12/+22
2012-06-21wlcore: do not report noise level in get survey opYoni Divinsky1-4/+1
2012-06-21wl18xx: set Tx align quirk for PG2Arik Nemtsov1-1/+1
2012-06-21wl18xx: increase Rx descriptors for PG2Arik Nemtsov1-1/+10
2012-06-21wlcore: reconfigure sleep_auth when removing interfacesArik Nemtsov3-32/+43
2012-06-21wlcore: allow setting sleep_auth before interface initArik Nemtsov8-5/+27
2012-06-21wlcore: add a debugfs entry to allow changing the sleep mode by handLuciano Coelho6-1/+70
2012-06-21wlcore: suppress error message on Rx BA session removalArik Nemtsov1-2/+7
2012-06-20wl1251: send filters to firmware as they are setGrazvydas Ignotas1-4/+23
2012-06-20wl1251: fix filtering supportGrazvydas Ignotas2-9/+6
2012-06-20wl1251: remove unused filter_workGrazvydas Ignotas2-37/+0
2012-06-20wl1251: Fix memory leaks in SPI initializationGrazvydas Ignotas1-0/+4
2012-06-20wl1251: always report beacon loss to the stackGrazvydas Ignotas1-2/+1
2012-06-20wl1251: fix TSF calculationGrazvydas Ignotas1-1/+1
2012-06-13wlcore: declare interface combinationsEliad Peller1-0/+28
2012-06-13wlcore: add print logs of radio_status in case of BIP calibrationYair Shapira2-0/+35