summaryrefslogtreecommitdiffstats
path: root/net/mac80211/agg-tx.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: request TX status for BlockAck RequestsChristian Lamparter2012-07-071-1/+2
* mac80211: clean up debuggingJohannes Berg2012-06-241-31/+41
* net: mac80211: Add and use ht_vdbg debugging macroJoe Perches2012-06-051-74/+29Star
* net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-06-051-38/+30Star
* mac80211: fix TX aggregation session timerJohannes Berg2012-05-161-2/+8
* mac80211: add improved HW queue controlJohannes Berg2012-04-111-19/+20
* mac80211: optimize aggregation session timeout handlingFelix Fietkau2012-04-091-2/+16
* mac80211: split addba retries in timeNikolay Martynov2011-12-191-0/+19
* mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA framesHelmut Schaa2011-12-151-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-141-45/+41Star
|\
| * mac80211: fix another race in aggregation startJohannes Berg2011-12-071-45/+41Star
* | mac80211: Purge A-MPDU TX queues before station destructionsYogesh Ashok Powar2011-12-131-0/+2
* | mac80211: Add HT operation modes for IBSSAlexander Simon2011-12-061-1/+4
* | mac80211: handle protection mode, RIFS and ADDBA for HT IBSSSimon Wunderlich2011-12-061-0/+21
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-021-3/+39
|\|
| * mac80211: fix race between the AGG SM and the Tx data pathEmmanuel Grumbach2011-11-281-0/+14
| * mac80211: fix race condition caused by late addBA responseNikolay Martynov2011-11-281-1/+17
| * mac80211: don't stop a single aggregation session twiceJohannes Berg2011-11-281-2/+8
* | mac80211: do not pass AP VLAN vif pointers to driversFelix Fietkau2011-11-281-2/+2
* | mac80211: timeout tx agg sessions in way similar to rx agg sessionsNikolay Martynov2011-11-281-1/+34
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-221-0/+1
|\ \
| * | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-11-011-0/+1
| |/
* / mac80211: allow frame aggregation for meshThomas Pedersen2011-11-081-7/+3Star
|/
* mac80211: optimise station flagsJohannes Berg2011-09-301-1/+1
* mac80211: make ieee80211_send_bar available for driversFelix Fietkau2011-09-141-1/+3
* mac80211: add flag to indicate HW only Tx-agg setup supportArik Nemtsov2011-09-131-1/+2
* mac80211: Remove unnecessary OOM logging messagesJoe Perches2011-09-131-27/+8Star
* wireless: Introduce defines for BAR TID_INFO & MULTI_TID fieldsHelmut Schaa2011-08-221-1/+1
* mac80211: Stop TX BA session if buf_size is zeroHelmut Schaa2011-08-081-11/+7Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-21/+38
|\
| * mac80211: sparse RCU annotationsJohannes Berg2011-05-161-15/+21
| * mac80211: fix TX a-MPDU lockingJohannes Berg2011-05-161-6/+17
* | net,rcu: convert call_rcu(kfree_tid_tx) to kfree_rcu()Lai Jiangshan2011-05-081-11/+3Star
|/
* mac80211: allow advertising correct maximum aggregate sizeJohannes Berg2011-01-191-1/+2
* mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg2011-01-191-3/+17
* mac80211: Add timeout to BA session start APISujith Manoharan2010-12-151-2/+5
* mac80211: avoid transmitting delBA to old APJohannes Berg2010-10-061-5/+9
* mac80211: delete AddBA response timerJohannes Berg2010-10-061-0/+2
* mac80211: update aggregation documentationJohannes Berg2010-06-141-16/+27
* mac80211: change TX aggregation lockingJohannes Berg2010-06-141-41/+53
* mac80211: defer TX agg session teardown to workJohannes Berg2010-06-141-5/+5
* mac80211: move BA session workJohannes Berg2010-06-141-36/+3Star
* mac80211: make TX aggregation start/stop request asyncJohannes Berg2010-06-141-52/+125
* mac80211: refcount aggregation queue stopJohannes Berg2010-06-141-30/+47
* mac80211: remove non-irqsafe aggregation callbacksJohannes Berg2010-06-141-2/+0Star
* mac80211: use RCU for TX aggregationJohannes Berg2010-06-141-112/+117
* mac80211: move aggregation callback processingJohannes Berg2010-06-141-8/+6Star
* mac80211: simplify station/aggregation codeJohannes Berg2010-06-141-9/+1Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-06-071-2/+4
|\
| * mac80211: fix dialog token allocatorJohannes Berg2010-06-011-2/+4