aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ht.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-07mac80211: Stop BA session event from deviceShahar Levi1-0/+6
2011-05-16mac80211: sparse RCU annotationsJohannes Berg1-1/+1
2011-05-16mac80211: fix TX a-MPDU lockingJohannes Berg1-6/+21
2011-02-25mac80211: copy peer MCS TX parametersJohannes Berg1-1/+4
2010-10-13mac80211: fix SMPS requestJohannes Berg1-0/+2
2010-10-06mac80211: avoid transmitting delBA to old APJohannes Berg1-7/+10
2010-08-16mac80211: allow drivers to request SM PS mode changeJohannes Berg1-0/+28
2010-07-16mac80211: skip HT parsing if HW does not support HTChristian Lamparter1-1/+1
2010-06-14mac80211: change TX aggregation lockingJohannes Berg1-6/+2
2010-06-14mac80211: change RX aggregation lockingJohannes Berg1-1/+5
2010-06-14mac80211: defer RX agg session teardown to workJohannes Berg1-0/+5
2010-06-14mac80211: move BA session workJohannes Berg1-0/+32
2010-06-14mac80211: make TX aggregation start/stop request asyncJohannes Berg1-0/+2
2010-06-14mac80211: use RCU for TX aggregationJohannes Berg1-7/+2
2010-04-07mac80211: remove ieee80211_sta_stop_rx_ba_sessionJohannes Berg1-2/+1
2009-12-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-3/+50
2009-12-22mac80211: enable spatial multiplexing powersaveJohannes Berg1-0/+47
2009-12-21mac80211: reduce reliance on netdevJohannes Berg1-3/+3
2009-12-21mac80211: fix peer HT capabilitiesJohannes Berg1-3/+22
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+3
2009-11-30mac80211: fix spurious delBA handlingJohannes Berg1-5/+3
2009-11-18mac80211: remove encrypt parameter from ieee80211_tx_skbJohannes Berg1-1/+1
2009-11-18mac80211: convert aggregation to operate on vifs/stasJohannes Berg1-2/+1
2009-10-30mac80211: fix reason code output endiannessJohannes Berg1-1/+1
2009-04-22cfg80211: clean up includesJohannes Berg1-1/+0
2009-04-22mac80211: move ieee80211_enable_ht function to mlme.cJohannes Berg1-83/+0
2009-02-27mac80211: Extend the rate control API with an update callbackSujith1-0/+13
2009-02-27mac80211: split IBSS/managed codeJohannes Berg1-3/+3
2009-02-13mac80211: further cleanups to stopping BA sessionsJohannes Berg1-6/+3
2009-02-13mac80211: clean up BA session teardownJohannes Berg1-4/+4
2009-02-13mac80211: restrict aggregation to supported interface modesJohannes Berg1-1/+2
2009-02-13mac80211: restructure HT codeJohannes Berg1-856/+11
2009-01-29mac80211: cleanup kmalloc/memset -> kcallocWei Yongjun1-3/+1
2009-01-29mac80211: 802.11w - Do not force Action frames to disable encryptionJouni Malinen1-3/+3
2009-01-29mac80211: clean up channel type configJohannes Berg1-3/+5
2009-01-29mac80211: no need for ht.enabledLuis R. Rodriguez1-2/+1
2009-01-13mac80211: fix "‘ret’ may be used uninitialized" warningJohn W. Linville1-1/+1
2008-12-19mac80211: Fix HT channel selectionSujith1-11/+24
2008-11-25mac80211: Use the HT capabilities from the IE instead of the station's caps.Sujith1-1/+1
2008-11-10mac80211: Add a new event in ieee80211_ampdu_mlme_actionSujith1-1/+9
2008-10-31mac80211: Re-enable aggregationSujith1-25/+35
2008-10-31mac80211: rewrite HT handlingJohannes Berg1-106/+75
2008-10-31802.11: clean up/fix HT supportJohannes Berg1-22/+129
2008-10-27mac80211: convert to %pM away from print_macJohannes Berg1-26/+16
2008-09-15mac80211: share STA information with driverJohannes Berg1-11/+11
2008-09-15mac80211: use nl80211 interface typesJohannes Berg1-3/+3
2008-09-11mac80211: move frame TX functionJohannes Berg1-4/+4
2008-09-11mac80211: make BA session handling independent of STA modeJohannes Berg1-6/+297
2008-09-11mac80211: move some HT code out of main.cJohannes Berg1-2/+375
2008-09-11mac80211: move some HT code out of mlme.cJohannes Berg1-0/+328