summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-2012-74/+290
|\
| * wlcore: increase command completion timeoutLuciano Coelho2012-07-181-1/+1
| * wlcore: wait for command completion event when sending CMD_ROLE_STOPLuciano Coelho2012-07-181-0/+12
| * wl18xx: enable MIMO rates when connected as a MIMO STAArik Nemtsov2012-07-181-4/+12
| * wlcore: make usage of nla_put clearerYair Shapira2012-07-181-21/+18Star
| * wlcore/wl12xx: calibrator fem detect implementationYair Shapira2012-07-184-5/+94
| * wl18xx: disable calibrator based fem detectYair Shapira2012-07-181-0/+6
| * wlcore: add plt_mode including new PLT_FEM_DETECTYair Shapira2012-07-184-7/+30
| * wlcore: use basic rates for non-data packetsEliad Peller2012-07-181-2/+2
| * wlcore: don't issue SLEEP_AUTH command during recoveryArik Nemtsov2012-07-181-1/+9
| * wl18xx: fix bogus compile warning on cc config optionArik Nemtsov2012-07-181-1/+1
| * wlcore: send EAPOLs using minimum basic rate for all rolesIgal Chernobelsky2012-07-181-4/+6
| * wl18xx: add support for ht_mode in conf.hYair Shapira2012-07-182-27/+77
| * wlcore: don't re-configure wakeup conditions if not neededEyal Shapira2012-07-181-0/+13
| * wl18xx: alloc conf.phy memory to ensure alignemntArik Nemtsov2012-07-181-2/+10
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-1217-102/+244
|\|
| * wlcore: fix a couple small memory leaksDan Carpenter2012-07-101-2/+2
| * wlcore: determine AP extra rates correctlyArik Nemtsov2012-07-101-5/+15
| * wlcore: check ssid length against the correct elementEliad Peller2012-07-101-1/+1
| * wl12xx/wl18xx: use a dynamic PS timeout of 1.5secArik Nemtsov2012-07-102-2/+2
| * wlcore: define number of supported bands internallyArik Nemtsov2012-07-103-4/+7
| * wlcore: don't set SDIO_FAILED flag when driver state is offArik Nemtsov2012-07-102-7/+7
| * wlcore: change the wait for event mechanismYoni Divinsky2012-07-101-1/+7
| * wlcore: Prevent processing of work items during op_stopIdo Yariv2012-07-103-25/+32
| * wlcore: implement .flush callbackEliad Peller2012-07-101-0/+8
| * wl12xx/wlcore: increase FW filename versionLuciano Coelho2012-07-104-27/+6Star
| * wlcore: add probe request templates for sched and one-shot scansYoni Divinsky2012-07-106-9/+39
| * wlcore: always clear recovery flag during recovery_workArik Nemtsov2012-07-101-2/+2
| * wlcore: avoid debug prints during intended FW recoveryArik Nemtsov2012-07-101-3/+4
| * wlcore: remove recover cmd from testmodeArik Nemtsov2012-07-101-12/+1Star
| * wlcore: don't stop tx queue via watermark if already stoppedArik Nemtsov2012-07-101-1/+3
| * wlcore/wl12xx/wl18xx: check min FW versionArik Nemtsov2012-07-106-0/+100
| * wlcore: enable sched scan while connectedVictor Goldenshtein2012-07-103-1/+6
| * Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2012-07-091-0/+2
| |\
| | * Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2012-06-2833-633/+1617
| | |\
| | * | cfg80211: don't allow WoWLAN support without CONFIG_PMJohannes Berg2012-06-271-0/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-094-4/+6
| |\ \ \ | | |_|/ | |/| |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-2933-633/+1617
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-294-4/+6
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | | Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho2012-06-2622-475/+1257
| |\ \ \
| | * | | wlcore: print stack trace in every recoveryEyal Shapira2012-06-262-1/+2
| | * | | wlcore: queue recovery in case of bus errors during cmd_remove_peerEyal Shapira2012-06-261-10/+19
| | * | | wlcore: fix broken TX due to wrong queuing of recoveryEyal Shapira2012-06-261-11/+24
| | * | | wlcore: fix some failure cases in wlcore_probe()Luciano Coelho2012-06-261-3/+6
| | * | | wl18xx: deprecate PG1 supportLuciano Coelho2012-06-262-57/+22Star
| | * | | wlcore: prevent recovery in the middle of resumeArik Nemtsov2012-06-231-3/+8
| | * | | wlcore: refactor threaded IRQ routineArik Nemtsov2012-06-231-31/+31
| | * | | wlcore: check Rx-filter functions in the suspend pathArik Nemtsov2012-06-233-10/+30
| | * | | wlcore: force recovery on resume if suspended without recoveringArik Nemtsov2012-06-231-2/+18
| | * | | wlcore: don't allow SDIO read/writes after failureArik Nemtsov2012-06-232-2/+21