summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wlcore: use link count for single-STA-PSM optimizationArik Nemtsov2012-12-114-10/+19
* wl18xx: limit Tx for the AP single-STA-in-PSM caseArik Nemtsov2012-12-111-2/+4
* wlcore/wl18xx: change priority calculations for linksArik Nemtsov2012-12-116-17/+127
* wl18xx: fix a bug in wl->num_rx_desc initializationYair Shapira2012-12-111-1/+1
* wlcore: set 5Ghz probe-req template for DFS channelsArik Nemtsov2012-12-111-26/+26
* wlcore: improve handling for Rx errorsArik Nemtsov2012-12-112-17/+15
* wlcore: increase scan dwell times if no activityEyal Shapira2012-12-114-3/+53
* wlcore: remove support for injected TxArik Nemtsov2012-12-113-9/+10
* wlcore: add ACX_PEER_CAP commandEliad Peller2012-12-119-8/+134
* wl18xx: set last Tx rate from FW statusArik Nemtsov2012-12-053-20/+96
* wlcore: improved Tx scheduling algorithmArik Nemtsov2012-12-056-37/+112
* wlcore: track FW-allocated packets per linkArik Nemtsov2012-12-052-15/+18
* wlcore: count packets held per AC in each vifArik Nemtsov2012-12-055-4/+29
* wlcore: track wlvif inside per-link structureArik Nemtsov2012-12-052-0/+7
* wlcore: initialize per-link FW freed blocks correctlyArik Nemtsov2012-12-051-0/+4
* wlcore: restore default channel configurationVictor Goldenshtein2012-12-052-48/+68
* wlcore: consolidate free_link and always call itArik Nemtsov2012-12-053-7/+11
* wlcore: take the mutex before resetting Tx queuesArik Nemtsov2012-12-051-1/+1
* wlcore: remove unnecessary WARN_ON in wl12xx_tx_resetVictor Goldenshtein2012-12-051-1/+1
* wl18xx: declare support for greenfield ht_capEliad Peller2012-12-041-4/+8
* wlcore: clear roc_vif on iface removalArik Nemtsov2012-12-041-0/+5
* wlcore: remove WLCORE_QUIRK_NO_ELPEliad Peller2012-12-044-11/+1
* wlcore: allow ACX_BA_SESSION_RX_SETUP to failEliad Peller2012-12-041-2/+11
* wlcore: allow fw commands to failEliad Peller2012-12-042-19/+73
* wl18xx: support 2nd set of mac/phy tx-power paramsYair Shapira2012-12-042-9/+36
* wl18xx: update default mac/phy parametersIdo Reis2012-12-042-8/+14
* wlcore/wl12xx: make sure session id is always zero for APArik Nemtsov2012-12-043-5/+15
* Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho2012-12-0441-1703/+3495
|\
| * wl18xx: ignore irrelevant firmware version fieldsLuciano Coelho2012-12-041-2/+2
| * wlcore/wl12xx/wl18xx: verify multi-role and single-role fw versionsLuciano Coelho2012-12-045-32/+64
| * wl12xx: ignore some of the firmware version fieldsLuciano Coelho2012-12-041-4/+4
| * wlcore: change way of checking the firmware versionLuciano Coelho2012-12-042-23/+35
| * wlcore/wl12xx: remove deprecated FW version checkLuciano Coelho2012-12-042-28/+0
| * wlcore/wl12xx: move wl12xx chip ID defines to the lower driverLuciano Coelho2012-12-043-19/+19
| * wlcore/wl18xx/wl12xx: add recovery settings to confYair Shapira2012-12-044-7/+31
| * wlcore: gather information about firmware stabilityLuciano Coelho2012-12-043-1/+6
| * wlcore: move ps change handling to .bss_info_changed()Eliad Peller2012-12-041-38/+32
| * wlcore: mask out CCK rates when starting GOEliad Peller2012-12-041-0/+2
| * wlcore: use sta_state-based ROCs for AP modeEliad Peller2012-12-042-0/+49
| * wlcore/wl18xx/wl12xx: separate channel count between chipsArik Nemtsov2012-12-044-2/+7
| * wlcore: don't stop fwlog if dbgpins are usedEliad Peller2012-11-281-2/+4
| * wlcore: use new set bandwidth command to adjusting channel BWArik Nemtsov2012-11-288-0/+108
| * wlcore: configure dwell times according to scan typeEliad Peller2012-11-288-48/+64
| * wl18xx: make driver operational againEliad Peller2012-11-281-4/+0
| * wlcore: call ieee80211_sched_scan_stopped on interface removalEliad Peller2012-11-284-13/+10
| * wlcore: add new reg-domain configuration commandVictor Goldenshtein2012-11-2810-1/+197
| * wlcore: save session_id per-linkEliad Peller2012-11-277-20/+25
| * wlcore: pass wmm configuration to the fwEliad Peller2012-11-274-6/+35
| * wlcore: update events enum/struct to new fw apiEliad Peller2012-11-2717-372/+735
| * wlcore: update channel_switch/stop_channel_switch commandsEliad Peller2012-11-2711-57/+204