aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore
AgeCommit message (Expand)AuthorFilesLines
2012-11-27wlcore: pass wmm configuration to the fwEliad Peller4-6/+35
2012-11-27wlcore: update events enum/struct to new fw apiEliad Peller9-364/+294
2012-11-27wlcore: update channel_switch/stop_channel_switch commandsEliad Peller4-56/+11
2012-11-27wlcore: update acx enumEliad Peller1-1/+0
2012-11-27wl18xx: increase MAX_CHANNELS_5GHZEliad Peller3-4/+13
2012-11-27wlcore: split 18xx and 12xx scan mechanismEliad Peller9-594/+105
2012-11-27wlcore: update commands enum to new fw apiEliad Peller1-2/+5
2012-11-27wlcore: make scan scan configuration functions more genericEliad Peller1-51/+78
2012-11-27wlcore: don't call ieee80211_sched_scan_stopped directlyEliad Peller1-3/+1
2012-11-27wlcore: remove a bunch of unnecessary parenthesesLuciano Coelho1-4/+4
2012-11-27wlcore: avoid using goto in normal code flowLuciano Coelho1-11/+11
2012-11-27wlcore: don't leak wl->mboxEliad Peller1-0/+1
2012-11-27wlcore: print role_id on bss_info_changedEliad Peller1-2/+2
2012-11-27wlcore: configure the remote rates with our own ratesEliad Peller1-1/+6
2012-11-27wlcore: refactor CHANGED_HT handlingEliad Peller1-30/+18
2012-11-27wlcore: reconfigure rate policy on associationEliad Peller1-3/+18
2012-11-27wlcore: specify correct supported_ratesEliad Peller4-8/+16
2012-11-27wlcore: set active psm on associationEliad Peller1-0/+6
2012-11-27wlcore: initiate ROC/CROC on sta state updatesEliad Peller1-16/+28
2012-11-27wlcore: add chanctx implementationEliad Peller1-66/+79
2012-11-27wlcore: get channel from bss_conf instead of hw->confEliad Peller1-1/+1
2012-11-27wlcore: implement .remain_on_channel() callbackEliad Peller6-46/+173
2012-11-27wlcore: workaround start_sta problem in wl12xx fwEliad Peller2-1/+17
2012-11-27wlcore: start sta role on CHANGED_BSSIDEliad Peller2-233/+221
2012-11-26mac80211: convert to channel definition structJohannes Berg1-4/+5
2012-11-16wlcore: Remove redundant check on unsigned variableTushar Behera1-1/+1
2012-11-16wlcore: Fix the usage of wait_for_completion_timeoutChuansheng Liu1-3/+0
2012-11-16wlcore: SPI - fix spi transfer_listJanusz.Dziedzic@tieto.com1-1/+1
2012-11-16wlcore: sdio: use platform_device_unregister in wl1271_remove()Wei Yongjun1-2/+1
2012-11-16wlcore: spi: use platform_device_unregister in wl1271_remove()Wei Yongjun1-2/+1
2012-11-16drivers/net/wireless/ti/wlcore/main.c: eliminate possible double power offJulia Lawall1-1/+1
2012-11-09mac80211: clarify interface iteration and make it configurableJohannes Berg1-1/+1
2012-09-27wlcore: protect wlcore_op_set_key with mutexEliad Peller1-25/+43
2012-09-27wlcore: decrease elp timeoutEliad Peller1-6/+2
2012-09-27wlcore: Load the NVS file asynchronouslyIdo Yariv2-38/+53
2012-09-27wlcore: Refactor probeIdo Yariv2-8/+12
2012-09-27wlcore: Allow memory access when the FW crashesIdo Yariv1-8/+12
2012-09-27wlcore: use dynamic keep-alive template idsEliad Peller6-23/+33
2012-09-27wlcore: invalidate keep-alive template on disconnectionEliad Peller1-0/+5
2012-09-27wlcore: Don't recover during bootIdo Yariv1-1/+2
2012-09-27wlcore/wl18xx: add phy_fw_version_str to debugfs driver_stateYair Shapira2-0/+2
2012-09-27wlcore: spi: use private max-buf-size limitArik Nemtsov2-4/+8
2012-09-27wlcore: allow up to 3 running STA interfaces in combinationsArik Nemtsov1-2/+2
2012-09-27wlcore: lazy-enable device rolesEliad Peller2-20/+15
2012-09-27wlcore: always use wlvif->role_id for scansEliad Peller1-11/+7
2012-09-27wlcore: make debug prints work without dynamic debugArik Nemtsov1-3/+13
2012-09-27wlcore/wl18xx/wl12xx: allow up to 3 mac addressesArik Nemtsov2-9/+32
2012-09-27wlcore: resume() only if sta is associatedEliad Peller1-0/+3
2012-09-27wlcore: configure wowlan regardless of wakeup conditionsEyal Shapira1-13/+13
2012-09-27wlcore/wl18xx/wl12xx: aggregation buffer size setIgal Chernobelsky4-7/+8