aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti
AgeCommit message (Expand)AuthorFilesLines
2012-12-04Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho41-1703/+3495
2012-12-04wl18xx: ignore irrelevant firmware version fieldsLuciano Coelho1-2/+2
2012-12-04wlcore/wl12xx/wl18xx: verify multi-role and single-role fw versionsLuciano Coelho5-32/+64
2012-12-04wl12xx: ignore some of the firmware version fieldsLuciano Coelho1-4/+4
2012-12-04wlcore: change way of checking the firmware versionLuciano Coelho2-23/+35
2012-12-04wlcore/wl12xx: remove deprecated FW version checkLuciano Coelho2-28/+0
2012-12-04wlcore/wl12xx: move wl12xx chip ID defines to the lower driverLuciano Coelho3-19/+19
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-30mac80211: remove probe response temporary buffer allocationJohannes Berg2-2/+6
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-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_list[email protected]1-1/+1