summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore
Commit message (Expand)AuthorAgeFilesLines
* wlcore: update acx enumEliad Peller2012-11-271-1/+0Star
* wl18xx: increase MAX_CHANNELS_5GHZEliad Peller2012-11-273-4/+13
* wlcore: split 18xx and 12xx scan mechanismEliad Peller2012-11-279-595/+106Star
* wlcore: update commands enum to new fw apiEliad Peller2012-11-271-2/+5
* wlcore: make scan scan configuration functions more genericEliad Peller2012-11-271-51/+78
* wlcore: don't call ieee80211_sched_scan_stopped directlyEliad Peller2012-11-271-3/+1Star
* wlcore: remove a bunch of unnecessary parenthesesLuciano Coelho2012-11-271-4/+4
* wlcore: avoid using goto in normal code flowLuciano Coelho2012-11-271-13/+13
* wlcore: don't leak wl->mboxEliad Peller2012-11-271-0/+1
* wlcore: print role_id on bss_info_changedEliad Peller2012-11-271-2/+2
* wlcore: configure the remote rates with our own ratesEliad Peller2012-11-271-1/+6
* wlcore: refactor CHANGED_HT handlingEliad Peller2012-11-271-30/+18Star
* wlcore: reconfigure rate policy on associationEliad Peller2012-11-271-3/+18
* wlcore: specify correct supported_ratesEliad Peller2012-11-274-8/+16
* wlcore: set active psm on associationEliad Peller2012-11-271-0/+6
* wlcore: initiate ROC/CROC on sta state updatesEliad Peller2012-11-271-16/+28
* wlcore: add chanctx implementationEliad Peller2012-11-271-66/+79
* wlcore: get channel from bss_conf instead of hw->confEliad Peller2012-11-271-1/+1
* wlcore: implement .remain_on_channel() callbackEliad Peller2012-11-276-46/+173
* wlcore: workaround start_sta problem in wl12xx fwEliad Peller2012-11-272-1/+17
* wlcore: start sta role on CHANGED_BSSIDEliad Peller2012-11-272-233/+221Star
* wlcore: Remove redundant check on unsigned variableTushar Behera2012-11-161-1/+1
* wlcore: Fix the usage of wait_for_completion_timeoutChuansheng Liu2012-11-161-3/+0Star
* wlcore: SPI - fix spi transfer_listJanusz.Dziedzic@tieto.com2012-11-161-1/+1
* wlcore: sdio: use platform_device_unregister in wl1271_remove()Wei Yongjun2012-11-161-2/+1Star
* wlcore: spi: use platform_device_unregister in wl1271_remove()Wei Yongjun2012-11-161-2/+1Star
* drivers/net/wireless/ti/wlcore/main.c: eliminate possible double power offJulia Lawall2012-11-161-1/+1
* wlcore: protect wlcore_op_set_key with mutexEliad Peller2012-09-271-25/+43
* wlcore: decrease elp timeoutEliad Peller2012-09-271-6/+2Star
* wlcore: Load the NVS file asynchronouslyIdo Yariv2012-09-272-38/+53
* wlcore: Refactor probeIdo Yariv2012-09-272-8/+12
* wlcore: Allow memory access when the FW crashesIdo Yariv2012-09-271-8/+12
* wlcore: use dynamic keep-alive template idsEliad Peller2012-09-276-23/+33
* wlcore: invalidate keep-alive template on disconnectionEliad Peller2012-09-271-0/+5
* wlcore: Don't recover during bootIdo Yariv2012-09-271-1/+2
* wlcore/wl18xx: add phy_fw_version_str to debugfs driver_stateYair Shapira2012-09-272-0/+2
* wlcore: spi: use private max-buf-size limitArik Nemtsov2012-09-272-4/+8
* wlcore: allow up to 3 running STA interfaces in combinationsArik Nemtsov2012-09-271-2/+2
* wlcore: lazy-enable device rolesEliad Peller2012-09-272-20/+15Star
* wlcore: always use wlvif->role_id for scansEliad Peller2012-09-271-11/+7Star
* wlcore: make debug prints work without dynamic debugArik Nemtsov2012-09-271-3/+13
* wlcore/wl18xx/wl12xx: allow up to 3 mac addressesArik Nemtsov2012-09-272-9/+32
* wlcore: resume() only if sta is associatedEliad Peller2012-09-271-0/+3
* wlcore: configure wowlan regardless of wakeup conditionsEyal Shapira2012-09-271-13/+13
* wlcore/wl18xx/wl12xx: aggregation buffer size setIgal Chernobelsky2012-09-274-7/+8
* wlcore: tx_flush - optimize flow and force Tx during the flushArik Nemtsov2012-09-271-8/+18
* wlcore: make Tx flush timings more verboseArik Nemtsov2012-09-271-4/+9
* wlcore: allow only the lowest OFDM rate for p2p setup framesArik Nemtsov2012-09-271-2/+1Star
* wlcore: AP mode - send non-data packets with basic ratesArik Nemtsov2012-09-271-2/+6
* wlcore: cancel recovery_work on stop() instead of remove_interface()Eliad Peller2012-09-271-4/+2Star