summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti
AgeCommit message (Expand)AuthorFilesLines
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg1-1/+1
2013-02-11mac80211: remove IEEE80211_HW_SCAN_WHILE_IDLEJohannes Berg3-7/+24
2013-02-08wlcore: fix wrong remote rates when starting STA roleLuciano Coelho1-3/+5
2013-02-08wl18xx: add new phy configuration parameters for telec supportVictor Goldenshtein2-3/+9
2013-02-08wlcore: don't hide real error code when booting failsLuciano Coelho1-7/+4
2013-02-08wlcore: move wl12xx_platform_data up and make it truly optionalLuciano Coelho5-9/+12
2013-02-08wlcore: use PLATFORM_DEVID_AUTO for plat dev creation to avoid conflictsLuciano Coelho2-2/+2
2013-02-08wlcore: use wl12xx_platform_data pointer from wlcore_pdev_dataLuciano Coelho2-17/+12
2013-02-08wlcore: remove if_ops from platform_dataLuciano Coelho5-11/+44
2013-02-08wlcore: remove unused set_power methodLuciano Coelho2-2/+0
2013-02-08wlcore: use single-role version when verifying the PLT firmwareLuciano Coelho1-2/+2
2013-01-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-2/+1
2013-01-29Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville47-2022/+4622
2013-01-18mac80211: remove ARP filter enable/disable logicJohannes Berg1-2/+1
2013-01-18Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho47-2022/+4622
2013-01-14wireless: make the reg_notifier() voidLuis R. Rodriguez1-4/+2
2013-01-03mac80211: split TX aggregation stop actionJohannes Berg1-1/+3
2012-12-11wlcore: Always pass DMA-able buffers to mmc functionsIdo Yariv5-13/+44
2012-12-11wl18xx: count HW block spare based correctly on keysArik Nemtsov2-27/+33
2012-12-11wlcore: support scan reports during periodic scanEyal Shapira10-20/+39
2012-12-11wl18xx: support MIMO only if HT mode is not forced to SISOArik Nemtsov1-1/+6
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-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-06wlcore/wl18xx/wl12xx: remove __dev* attributesBill Pemberton8-22/+22
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