aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ht.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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