summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-101-1/+1
|\
| * mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan2013-03-251-1/+1
* | Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-03-2511-127/+268
|\ \ | |/ |/|
| * Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho2013-03-2511-127/+268
| |\
| | * wlcore: move handling from hardirq to the irq thread functionLuciano Coelho2013-03-251-32/+21
| | * wlcore: use print_hex_dump_debug()Luciano Coelho2013-03-251-17/+16
| | * wlcore: consider dummy packets when tx queues are emptyArik Nemtsov2013-03-251-1/+1
| | * wlcore: correctly check state before regdomain confArik Nemtsov2013-03-251-2/+5
| | * wlcore: AP-mode - recover security seq num for stationsArik Nemtsov2013-03-253-1/+44
| | * wlcore: free AP global links properly on recoveryArik Nemtsov2013-03-252-2/+4
| | * wlcore: don't attempt to roam in case of p2pEyal Shapira2013-03-251-1/+8
| | * wlcore: change warn on missing lock in wlcore_queue_xx funcsArik Nemtsov2013-03-251-2/+3
| | * wlcore: report rssi from roaming statisticsNadim Zubidat2013-03-253-0/+77
| | * wlcore: consolidate tx_seq handling on recoveryArik Nemtsov2013-03-255-56/+67
| | * wlcore: don't risk using stale HLID during .sta_state callbackArik Nemtsov2013-03-251-4/+2
| | * wlcore: fix link count in single-link-PSM optimizationArik Nemtsov2013-03-252-6/+14
| | * wlcore: set max num of Rx BA sessions per chipIgal Chernobelsky2013-03-253-3/+4
| | * wlcore: enter elp in force ps mode in 5msIgal Chernobelsky2013-03-251-1/+3
* | | mac80211: pass queue bitmap to flush operationJohannes Berg2013-03-181-1/+1
|/ /
* | mac80211: Allow drivers to differentiate between ROC typesIlan Peer2013-03-061-1/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-1810-98/+70
|\ \ | |/
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-02-121-1/+0
| |\
| | * mac80211: remove IEEE80211_HW_SCAN_WHILE_IDLEJohannes Berg2013-02-111-1/+0
| * | wlcore: remove newly introduced alloc/OOM messagesLuciano Coelho2013-02-112-6/+2
| |/
| * wlcore: fix wrong remote rates when starting STA roleLuciano Coelho2013-02-081-3/+5
| * wlcore: don't hide real error code when booting failsLuciano Coelho2013-02-081-7/+4
| * wlcore: move wl12xx_platform_data up and make it truly optionalLuciano Coelho2013-02-083-57/+0
| * 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/+12
| * wlcore: remove if_ops from platform_dataLuciano Coelho2013-02-084-10/+42
| * wlcore: remove unused set_power methodLuciano Coelho2013-02-082-2/+0
| * 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-0824-1891/+2286
|\ \ | |/
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-01-301-2/+1
| |\
| | * mac80211: remove ARP filter enable/disable logicJohannes Berg2013-01-181-2/+1
| * | Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-01-2924-1889/+2285
| |\ \ | | |/ | |/|
| | * Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho2013-01-1824-1889/+2285
| | |\
| | | * wlcore: Always pass DMA-able buffers to mmc functionsIdo Yariv2012-12-113-7/+17
| | | * wlcore: support scan reports during periodic scanEyal Shapira2012-12-114-14/+3
| | | * wlcore: consolidate Rx BA bitmap management to links structArik Nemtsov2012-12-115-7/+5
| | | * 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
| | | * wlcore/wl18xx: change priority calculations for linksArik Nemtsov2012-12-113-16/+27
| | | * wlcore: improve handling for Rx errorsArik Nemtsov2012-12-112-17/+15
| | | * wlcore: increase scan dwell times if no activityEyal Shapira2012-12-112-3/+49
| | | * wlcore: remove support for injected TxArik Nemtsov2012-12-113-9/+10
| | | * wlcore: add ACX_PEER_CAP commandEliad Peller2012-12-115-8/+28
| | | * wl18xx: set last Tx rate from FW statusArik Nemtsov2012-12-052-15/+47
| | | * wlcore: improved Tx scheduling algorithmArik Nemtsov2012-12-054-37/+108
OpenPOWER on IntegriCloud