aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-12-04wlcore/wl18xx/wl12xx: add recovery settings to confYair Shapira4-7/+31
2012-12-04wlcore: gather information about firmware stabilityLuciano Coelho3-1/+6
2012-12-04wlcore: move ps change handling to .bss_info_changed()Eliad Peller1-38/+32
2012-12-04wlcore: mask out CCK rates when starting GOEliad Peller1-0/+2
2012-12-04wlcore: use sta_state-based ROCs for AP modeEliad Peller2-0/+49
2012-12-04wlcore/wl18xx/wl12xx: separate channel count between chipsArik Nemtsov4-2/+7
2012-11-28wlcore: don't stop fwlog if dbgpins are usedEliad Peller1-2/+4
2012-11-28wlcore: use new set bandwidth command to adjusting channel BWArik Nemtsov8-0/+108
2012-11-28wlcore: configure dwell times according to scan typeEliad Peller8-48/+64
2012-11-28wl18xx: make driver operational againEliad Peller1-4/+0
2012-11-28wlcore: call ieee80211_sched_scan_stopped on interface removalEliad Peller4-13/+10
2012-11-28wlcore: add new reg-domain configuration commandVictor Goldenshtein10-1/+197
2012-11-27wlcore: save session_id per-linkEliad Peller7-20/+25
2012-11-27wlcore: pass wmm configuration to the fwEliad Peller4-6/+35
2012-11-27wlcore: update events enum/struct to new fw apiEliad Peller17-372/+735
2012-11-27wlcore: update channel_switch/stop_channel_switch commandsEliad Peller11-57/+204
2012-11-27wlcore: update acx enumEliad Peller3-3/+8
2012-11-27wl18xx: increase MAX_CHANNELS_5GHZEliad Peller7-6/+21
2012-11-27wlcore: split 18xx and 12xx scan mechanismEliad Peller17-598/+1209
2012-11-27wlcore: update commands enum to new fw apiEliad Peller1-2/+5
2012-11-27wl18xx: change fw name and temporarily fail loadingEliad Peller2-3/+7
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-13/+13
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 Peller3-4/+23
2012-11-27wlcore: start sta role on CHANGED_BSSIDEliad Peller2-233/+221
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-16drivers/net/wireless/ti/wl1251: remove CONFIG_EXPERIMENTALKees Cook1-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-14mwl8k: Set packet timestamp to 0 when life time expiry is not usedNishant Sarmukadam1-0/+2
2012-11-14mwl8k: Do not expire eapol framesNishant Sarmukadam1-4/+7
2012-11-14mwl8k: Unmap the pci DMA address in xmit error pathNishant Sarmukadam1-0/+2
2012-11-14mwl8k: recheck if station still has valid ratesYogesh Ashok Powar1-0/+10
2012-11-14mwl8k: defining interface combinationsYogesh Ashok Powar1-1/+18