aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore
AgeCommit message (Expand)AuthorFilesLines
2012-09-27wlcore: tx_flush - optimize flow and force Tx during the flushArik Nemtsov1-8/+18
2012-09-27wlcore: make Tx flush timings more verboseArik Nemtsov1-4/+9
2012-09-27wlcore: allow only the lowest OFDM rate for p2p setup framesArik Nemtsov1-2/+1
2012-09-27wlcore: AP mode - send non-data packets with basic ratesArik Nemtsov1-2/+6
2012-09-27wlcore: cancel recovery_work on stop() instead of remove_interface()Eliad Peller1-4/+2
2012-09-27wlcore: Prevent interaction with HW after recovery is queuedIdo Yariv10-54/+60
2012-09-27wlcore: consider single fw caseEliad Peller1-1/+5
2012-09-27wlcore: Declare MODULE_FIRMWARE usageTim Gardner1-0/+1
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn1-2/+4
2012-07-31wlcore: op_tx: pass sta explicitly when inferring frame hlidArik Nemtsov3-13/+8
2012-07-31wlcore: don't get the hlid from a queued skbArik Nemtsov1-20/+26
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville7-36/+131
2012-07-18wlcore: increase command completion timeoutLuciano Coelho1-1/+1
2012-07-18wlcore: wait for command completion event when sending CMD_ROLE_STOPLuciano Coelho1-0/+12
2012-07-18wlcore: make usage of nla_put clearerYair Shapira1-21/+18
2012-07-18wlcore/wl12xx: calibrator fem detect implementationYair Shapira2-1/+41
2012-07-18wlcore: add plt_mode including new PLT_FEM_DETECTYair Shapira4-7/+30
2012-07-18wlcore: use basic rates for non-data packetsEliad Peller1-2/+2
2012-07-18wlcore: don't issue SLEEP_AUTH command during recoveryArik Nemtsov1-1/+9
2012-07-18wlcore: send EAPOLs using minimum basic rate for all rolesIgal Chernobelsky1-4/+6
2012-07-18wlcore: don't re-configure wakeup conditions if not neededEyal Shapira1-0/+13
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville13-89/+183
2012-07-10wlcore: fix a couple small memory leaksDan Carpenter1-2/+2
2012-07-10wlcore: check ssid length against the correct elementEliad Peller1-1/+1
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 Coelho3-21/+0
2012-07-10wlcore: add probe request templates for sched and one-shot scansYoni Divinsky5-9/+36
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 Nemtsov2-0/+66
2012-07-10wlcore: enable sched scan while connectedVictor Goldenshtein2-1/+5
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. Linville1-1/+0
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville24-309/+1056
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+0
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2012-06-28Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg24-309/+1056
2012-06-27cfg80211: don't allow WoWLAN support without CONFIG_PMJohannes Berg1-0/+2
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-25wlcore: drop INET dependencyRandy Dunlap1-1/+0
2012-06-23wlcore: prevent recovery in the middle of resumeArik Nemtsov1-3/+8