aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti
AgeCommit message (Expand)AuthorFilesLines
2012-12-05wlcore: restore default channel configurationVictor Goldenshtein2-48/+68
2012-12-05wlcore: consolidate free_link and always call itArik Nemtsov3-7/+11
2012-12-05wlcore: take the mutex before resetting Tx queuesArik Nemtsov1-1/+1
2012-12-05wlcore: remove unnecessary WARN_ON in wl12xx_tx_resetVictor Goldenshtein1-1/+1
2012-12-04wl18xx: declare support for greenfield ht_capEliad Peller1-4/+8
2012-12-04wlcore: clear roc_vif on iface removalArik Nemtsov1-0/+5
2012-12-04wlcore: remove WLCORE_QUIRK_NO_ELPEliad Peller4-11/+1
2012-12-04wlcore: allow ACX_BA_SESSION_RX_SETUP to failEliad Peller1-2/+11
2012-12-04wlcore: allow fw commands to failEliad Peller2-19/+73
2012-12-04wl18xx: support 2nd set of mac/phy tx-power paramsYair Shapira2-9/+36
2012-12-04wl18xx: update default mac/phy parametersIdo Reis2-8/+14
2012-12-04wlcore/wl12xx: make sure session id is always zero for APArik Nemtsov3-5/+15
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