aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ht.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: sparse RCU annotationsJohannes Berg2011-05-161-1/+1
* mac80211: fix TX a-MPDU lockingJohannes Berg2011-05-161-6/+21
* mac80211: copy peer MCS TX parametersJohannes Berg2011-02-251-1/+4
* mac80211: fix SMPS requestJohannes Berg2010-10-131-0/+2
* mac80211: avoid transmitting delBA to old APJohannes Berg2010-10-061-7/+10
* mac80211: allow drivers to request SM PS mode changeJohannes Berg2010-08-161-0/+28
* mac80211: skip HT parsing if HW does not support HTChristian Lamparter2010-07-161-1/+1
* mac80211: change TX aggregation lockingJohannes Berg2010-06-141-6/+2
* mac80211: change RX aggregation lockingJohannes Berg2010-06-141-1/+5
* mac80211: defer RX agg session teardown to workJohannes Berg2010-06-141-0/+5
* mac80211: move BA session workJohannes Berg2010-06-141-0/+32
* mac80211: make TX aggregation start/stop request asyncJohannes Berg2010-06-141-0/+2
* mac80211: use RCU for TX aggregationJohannes Berg2010-06-141-7/+2
* mac80211: remove ieee80211_sta_stop_rx_ba_sessionJohannes Berg2010-04-071-2/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-251-3/+50
|\
| * mac80211: enable spatial multiplexing powersaveJohannes Berg2009-12-221-0/+47
| * mac80211: reduce reliance on netdevJohannes Berg2009-12-211-3/+3
* | mac80211: fix peer HT capabilitiesJohannes Berg2009-12-211-3/+22
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-011-4/+3
|\
| * mac80211: fix spurious delBA handlingJohannes Berg2009-11-301-5/+3
* | mac80211: remove encrypt parameter from ieee80211_tx_skbJohannes Berg2009-11-181-1/+1
* | mac80211: convert aggregation to operate on vifs/stasJohannes Berg2009-11-181-2/+1
|/
* mac80211: fix reason code output endiannessJohannes Berg2009-10-301-1/+1
* cfg80211: clean up includesJohannes Berg2009-04-221-1/+0
* mac80211: move ieee80211_enable_ht function to mlme.cJohannes Berg2009-04-221-83/+0
* mac80211: Extend the rate control API with an update callbackSujith2009-02-271-0/+13
* mac80211: split IBSS/managed codeJohannes Berg2009-02-271-3/+3
* mac80211: further cleanups to stopping BA sessionsJohannes Berg2009-02-131-6/+3
* mac80211: clean up BA session teardownJohannes Berg2009-02-131-4/+4
* mac80211: restrict aggregation to supported interface modesJohannes Berg2009-02-131-1/+2
* mac80211: restructure HT codeJohannes Berg2009-02-131-856/+11
* mac80211: cleanup kmalloc/memset -> kcallocWei Yongjun2009-01-291-3/+1
* mac80211: 802.11w - Do not force Action frames to disable encryptionJouni Malinen2009-01-291-3/+3
* mac80211: clean up channel type configJohannes Berg2009-01-291-3/+5
* mac80211: no need for ht.enabledLuis R. Rodriguez2009-01-291-2/+1
* mac80211: fix "‘ret’ may be used uninitialized" warningJohn W. Linville2009-01-131-1/+1
* mac80211: Fix HT channel selectionSujith2008-12-191-11/+24
* mac80211: Use the HT capabilities from the IE instead of the station's caps.Sujith2008-11-251-1/+1
* mac80211: Add a new event in ieee80211_ampdu_mlme_actionSujith2008-11-101-1/+9
* mac80211: Re-enable aggregationSujith2008-10-311-25/+35
* mac80211: rewrite HT handlingJohannes Berg2008-10-311-106/+75
* 802.11: clean up/fix HT supportJohannes Berg2008-10-311-22/+129
* mac80211: convert to %pM away from print_macJohannes Berg2008-10-271-26/+16
* mac80211: share STA information with driverJohannes Berg2008-09-151-11/+11
* mac80211: use nl80211 interface typesJohannes Berg2008-09-151-3/+3
* mac80211: move frame TX functionJohannes Berg2008-09-111-4/+4
* mac80211: make BA session handling independent of STA modeJohannes Berg2008-09-111-6/+297
* mac80211: move some HT code out of main.cJohannes Berg2008-09-111-2/+375
* mac80211: move some HT code out of mlme.cJohannes Berg2008-09-111-0/+328