aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-10wlcore: fix a couple small memory leaksDan Carpenter1-2/+2
2012-07-10wlcore: determine AP extra rates correctlyArik Nemtsov1-5/+15
2012-07-10wlcore: check ssid length against the correct elementEliad Peller1-1/+1
2012-07-10wl12xx/wl18xx: use a dynamic PS timeout of 1.5secArik Nemtsov2-2/+2
2012-07-10wlcore: define number of supported bands internallyArik Nemtsov3-4/+7
2012-07-10wlcore: don't set SDIO_FAILED flag when driver state is offArik Nemtsov2-7/+7
2012-07-10wlcore: change the wait for event mechanismYoni Divinsky1-1/+7
2012-07-10wlcore: Prevent processing of work items during op_stopIdo Yariv3-25/+32
2012-07-10wlcore: implement .flush callbackEliad Peller1-0/+8
2012-07-10wl12xx/wlcore: increase FW filename versionLuciano Coelho4-27/+6
2012-07-10wlcore: add probe request templates for sched and one-shot scansYoni Divinsky6-9/+39
2012-07-10wlcore: always clear recovery flag during recovery_workArik Nemtsov1-2/+2
2012-07-10wlcore: avoid debug prints during intended FW recoveryArik Nemtsov1-3/+4
2012-07-10wlcore: remove recover cmd from testmodeArik Nemtsov1-12/+1
2012-07-10wlcore: don't stop tx queue via watermark if already stoppedArik Nemtsov1-1/+3
2012-07-10wlcore/wl12xx/wl18xx: check min FW versionArik Nemtsov6-0/+100
2012-07-10wlcore: enable sched scan while connectedVictor Goldenshtein3-1/+6
2012-07-09Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville1-0/+2
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville4-4/+6
2012-06-28Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg33-633/+1617
2012-06-27cfg80211: don't allow WoWLAN support without CONFIG_PMJohannes Berg1-0/+2
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-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