aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/agg-tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-15mac80211: Add timeout to BA session start APISujith Manoharan1-2/+5
2010-10-06mac80211: avoid transmitting delBA to old APJohannes Berg1-5/+9
2010-10-06mac80211: delete AddBA response timerJohannes Berg1-0/+2
2010-06-14mac80211: update aggregation documentationJohannes Berg1-16/+27
2010-06-14mac80211: change TX aggregation lockingJohannes Berg1-41/+53
2010-06-14mac80211: defer TX agg session teardown to workJohannes Berg1-5/+5
2010-06-14mac80211: move BA session workJohannes Berg1-36/+3
2010-06-14mac80211: make TX aggregation start/stop request asyncJohannes Berg1-52/+125
2010-06-14mac80211: refcount aggregation queue stopJohannes Berg1-30/+47
2010-06-14mac80211: remove non-irqsafe aggregation callbacksJohannes Berg1-2/+0
2010-06-14mac80211: use RCU for TX aggregationJohannes Berg1-112/+117
2010-06-14mac80211: move aggregation callback processingJohannes Berg1-8/+6
2010-06-14mac80211: simplify station/aggregation codeJohannes Berg1-9/+1
2010-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-2/+4
2010-06-03mac80211: clean up ieee80211_stop_tx_ba_sessionJohannes Berg1-4/+3
2010-06-01mac80211: fix dialog token allocatorJohannes Berg1-2/+4
2010-04-23Merge branch 'master' into for-davemJohn W. Linville1-1/+1
2010-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2010-04-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-1/+0
2010-04-19mac80211: add missing newlineJohannes Berg1-1/+1
2010-04-19mac80211: remove bogus TX agg state assignmentJohannes Berg1-1/+0
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-3/+11
2010-04-08mac80211: enhance tracingJohannes Berg1-0/+8
2010-04-07mac80211: rename WLAN_STA_SUSPEND to WLAN_STA_BLOCK_BAJohannes Berg1-1/+1
2010-03-31wireless: remove trailing space in messagesFrans Pop1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-10mac80211: Deny TX BA session requests during disassociationSujith1-0/+8
2010-01-12mac80211: quit addba_resp_timer if Tx BA session is torn downZhu Yi1-1/+2
2010-01-05mac80211: fix ampdu_action tx_start ssnChristian Lamparter1-1/+1
2009-12-21mac80211: trace interface nameJohannes Berg1-4/+3
2009-12-21mac80211: reduce reliance on netdevJohannes Berg1-7/+7
2009-12-21mac80211: make station management completely depend on vifJohannes Berg1-2/+2
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-9/+8
2009-11-30mac80211: fix spurious delBA handlingJohannes Berg1-8/+7
2009-11-30mac80211: fix two remote exploitsJohannes Berg1-1/+1
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+8
2009-11-18mac80211: remove encrypt parameter from ieee80211_tx_skbJohannes Berg1-2/+3
2009-11-18mac80211: Fix panic in aggregation handlingSujith1-0/+2
2009-11-18mac80211: convert aggregation to operate on vifs/stasJohannes Berg1-58/+38
2009-11-18mac80211: fix addba timer (again...)Johannes Berg1-10/+8
2009-10-30mac80211: fix addba timerJohannes Berg1-7/+12
2009-08-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+8
2009-08-13mac80211: fix panic when splicing unprepared TIDsLuis R. Rodriguez1-0/+8
2009-07-24mac80211: remove master netdevJohannes Berg1-3/+0
2009-06-10mac80211: Fix the way ADDBA request count being modifiedVasanthakumar Thiagarajan1-2/+4
2009-05-06mac80211: add driver ops wrappersJohannes Berg1-6/+7
2009-03-27mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifiJohannes Berg1-41/+3
2009-03-27mac80211: fix aggregation to not require queue stopJohannes Berg1-52/+84
2009-03-27mac80211: unify and fix TX aggregation startJohannes Berg1-36/+27
2009-03-27mac80211: Tear down aggregation sessions for suspend/resumeSujith1-0/+9