summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-2154-2078/+4724
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-1817-61/+118
| |\
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-02-151-1/+1
| | |\
| | | * mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg2013-02-151-1/+1
| | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-02-123-7/+24
| | |\|
| | | * mac80211: remove IEEE80211_HW_SCAN_WHILE_IDLEJohannes Berg2013-02-113-7/+24
| | * | wlcore: remove newly introduced alloc/OOM messagesLuciano Coelho2013-02-112-6/+2Star
| | |/
| | * wlcore: fix wrong remote rates when starting STA roleLuciano Coelho2013-02-081-3/+5
| | * wl18xx: add new phy configuration parameters for telec supportVictor Goldenshtein2013-02-082-3/+9
| | * wlcore: don't hide real error code when booting failsLuciano Coelho2013-02-081-7/+4Star
| | * wlcore: move wl12xx_platform_data up and make it truly optionalLuciano Coelho2013-02-085-9/+12
| | * wlcore: use PLATFORM_DEVID_AUTO for plat dev creation to avoid conflictsLuciano Coelho2013-02-082-2/+2
| | * wlcore: use wl12xx_platform_data pointer from wlcore_pdev_dataLuciano Coelho2013-02-082-17/+12Star
| | * wlcore: remove if_ops from platform_dataLuciano Coelho2013-02-085-11/+44
| | * wlcore: remove unused set_power methodLuciano Coelho2013-02-082-2/+0Star
| | * wlcore: use single-role version when verifying the PLT firmwareLuciano Coelho2013-02-081-2/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-0847-2024/+4623
| |\|
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-01-301-2/+1Star
| | |\
| | | * mac80211: remove ARP filter enable/disable logicJohannes Berg2013-01-181-2/+1Star
| | * | Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-01-2947-2022/+4622
| | |\ \ | | | |/ | | |/|
| | | * Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho2013-01-1847-2022/+4622
| | | |\
| | | | * wlcore: Always pass DMA-able buffers to mmc functionsIdo Yariv2012-12-115-13/+44
| | | | * wl18xx: count HW block spare based correctly on keysArik Nemtsov2012-12-112-27/+33
| | | | * wlcore: support scan reports during periodic scanEyal Shapira2012-12-1110-20/+39
| | | | * wl18xx: support MIMO only if HT mode is not forced to SISOArik Nemtsov2012-12-111-1/+6
| | | | * wlcore: consolidate Rx BA bitmap management to links structArik Nemtsov2012-12-115-7/+5Star
| | | | * wlcore: don't take mutex before stopping queuesArik Nemtsov2012-12-113-10/+31
| | | | * wlcore: use separate HW queue for each AC in each vifArik Nemtsov2012-12-115-63/+176
| | | | * 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/+15Star
| | | | * 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/+1Star