aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore
AgeCommit message (Expand)AuthorFilesLines
2013-01-18mac80211: remove ARP filter enable/disable logicJohannes Berg1-2/+1
2013-01-18Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho24-1884/+2280
2013-01-14wireless: make the reg_notifier() voidLuis R. Rodriguez1-4/+2
2013-01-06net: use ETHTOOL_FWVERS_LEN instead of ETHTOOL_BUSINFO_LEN for fw_ver stringsJiri Pirko1-2/+2
2013-01-03mac80211: split TX aggregation stop actionJohannes Berg1-1/+3
2012-12-11wlcore: Always pass DMA-able buffers to mmc functionsIdo Yariv3-7/+17
2012-12-11wlcore: support scan reports during periodic scanEyal Shapira4-14/+3
2012-12-11wlcore: consolidate Rx BA bitmap management to links structArik Nemtsov5-7/+5
2012-12-11wlcore: don't take mutex before stopping queuesArik Nemtsov3-10/+31
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-11wlcore/wl18xx: change priority calculations for linksArik Nemtsov3-16/+27
2012-12-11wlcore: improve handling for Rx errorsArik Nemtsov2-17/+15
2012-12-11wlcore: increase scan dwell times if no activityEyal Shapira2-2/+48
2012-12-11wlcore: remove support for injected TxArik Nemtsov3-9/+10
2012-12-11wlcore: add ACX_PEER_CAP commandEliad Peller5-8/+28
2012-12-06wlcore/wl18xx/wl12xx: remove __dev* attributesBill Pemberton4-11/+11
2012-12-05wl18xx: set last Tx rate from FW statusArik Nemtsov2-15/+47
2012-12-05wlcore: improved Tx scheduling algorithmArik Nemtsov4-37/+108
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-04wlcore: clear roc_vif on iface removalArik Nemtsov1-0/+5
2012-12-04wlcore: remove WLCORE_QUIRK_NO_ELPEliad Peller3-9/+0
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-04wlcore/wl12xx: make sure session id is always zero for APArik Nemtsov2-2/+9
2012-12-04Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho20-1624/+1572
2012-12-04wlcore/wl12xx/wl18xx: verify multi-role and single-role fw versionsLuciano Coelho2-10/+22
2012-12-04wlcore: change way of checking the firmware versionLuciano Coelho2-23/+35
2012-12-04wlcore/wl12xx: remove deprecated FW version checkLuciano Coelho1-11/+0
2012-12-04wlcore/wl12xx: move wl12xx chip ID defines to the lower driverLuciano Coelho1-6/+0
2012-12-04wlcore/wl18xx/wl12xx: add recovery settings to confYair Shapira2-7/+23
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 Nemtsov2-2/+5
2012-11-30mac80211: remove probe response temporary buffer allocationJohannes Berg1-1/+3
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 Nemtsov5-0/+25
2012-11-28wlcore: configure dwell times according to scan typeEliad Peller3-32/+52
2012-11-28wlcore: call ieee80211_sched_scan_stopped on interface removalEliad Peller4-13/+10
2012-11-28wlcore: add new reg-domain configuration commandVictor Goldenshtein8-0/+190
2012-11-27wlcore: save session_id per-linkEliad Peller7-20/+25