summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-12-11wlcore: use separate HW queue for each AC in each vifArik Nemtsov5-63/+176
2012-12-11wlcore: use link count for single-STA-PSM optimizationArik Nemtsov4-10/+19
2012-12-11wl18xx: limit Tx for the AP single-STA-in-PSM caseArik Nemtsov1-2/+4
2012-12-11wlcore/wl18xx: change priority calculations for linksArik Nemtsov6-17/+127
2012-12-11wl18xx: fix a bug in wl->num_rx_desc initializationYair Shapira1-1/+1
2012-12-11wlcore: set 5Ghz probe-req template for DFS channelsArik Nemtsov1-26/+26
2012-12-11wlcore: improve handling for Rx errorsArik Nemtsov2-17/+15
2012-12-11wlcore: increase scan dwell times if no activityEyal Shapira4-3/+53
2012-12-11wlcore: remove support for injected TxArik Nemtsov3-9/+10
2012-12-11wlcore: add ACX_PEER_CAP commandEliad Peller9-8/+134
2012-12-05wl18xx: set last Tx rate from FW statusArik Nemtsov3-20/+96
2012-12-05wlcore: improved Tx scheduling algorithmArik Nemtsov6-37/+112
2012-12-05wlcore: track FW-allocated packets per linkArik Nemtsov2-15/+18
2012-12-05wlcore: count packets held per AC in each vifArik Nemtsov5-4/+29
2012-12-05wlcore: track wlvif inside per-link structureArik Nemtsov2-0/+7
2012-12-05wlcore: initialize per-link FW freed blocks correctlyArik Nemtsov1-0/+4
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-12-03mwl8k: remove useless pci shutdown callback and stray debuggingFlorian Fainelli1-6/+0
2012-12-03rt2x00: rt2800lib: introduce RFCSR3_VCOCAL_ENGabor Juhos2-2/+4
2012-12-03rt2x00: rt2800lib: remove trailing semicolons from RFCSR3_* definesGabor Juhos1-2/+2
2012-12-03carl9170: fix signal strength reporting issuesChristian Lamparter1-0/+2
2012-12-03rt2x00: rt2800lib: fix indentation in rt2800_init_rfcsrGabor Juhos1-60/+60
2012-12-03rt2x00: rt2800lib: fix indentation of some rt2x00_rt callsGabor Juhos1-9/+9
2012-12-03p54: potential signedness issue in p54_parse_rssical()Dan Carpenter1-2/+3
2012-12-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville8-81/+213
2012-12-03Revert "Bluetooth: Fix possible deadlock in SCO code"Gustavo Padovan1-9/+10