aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ht.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-29mac80211: add support for the ADDBA extension elementJohn Crispin1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-10mac80211: fix RX STBC override byte orderJohannes Berg1-2/+3
2019-01-19mac80211: allow overriding HT STBC capabilitiesSergey Matyukevich1-0/+8
2018-06-18ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HEJohannes Berg1-1/+1
2018-05-18mac80211: fix TX aggregation stop raceAlexander Wetzel1-23/+21
2018-03-29mac80211: Use proper smps_mode enum in sta opmode eventtamizhr@codeaurora.org1-0/+15
2018-01-04Merge tag 'mac80211-next-for-davem-2018-01-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-0/+1
2017-12-11mac80211: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-12-11mac80211: fix locking in ieee80211_sta_tear_down_BA_sessionsJohannes Berg1-3/+2
2017-11-27mac80211: tear down RX aggregations firstSara Sharon1-1/+3
2017-09-21mac80211: Simplify locking in ieee80211_sta_tear_down_BA_sessions()Ilan peer1-5/+7
2017-09-06mac80211: fix deadlock in driver-managed RX BA session startJohannes Berg1-3/+3
2017-09-06mac80211: Complete ampdu work schedule during session tear downIlan peer1-0/+18
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-2/+1
2017-06-08mac80211: manage RX BA session offload without SKB queueJohannes Berg1-0/+12
2017-05-30mac80211: fix TX aggregation start/stop callback raceJohannes Berg1-4/+12
2016-02-24mac80211: limit the A-MSDU Tx based on peer's capabilitiesEmmanuel Grumbach1-0/+5
2015-03-30mac80211: add VHT support for IBSSJanusz.Dziedzic@tieto.com1-2/+0
2014-07-21mac80211: set Rx highest rate in ht_capArik Nemtsov1-0/+3
2014-07-21mac80211: support HT for TDLS stationsArik Nemtsov1-4/+3
2014-04-22mac80211: Allow HT capa override to add 40 MHz intolerantJouni Malinen1-1/+17
2014-04-09mac80211: Allow disabling LDPCPawel Kulakowski1-0/+4
2014-02-21mac80211: allow drivers to request SMPS offLuciano Coelho1-2/+0
2014-02-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+3
2014-02-06mac80211: avoid deadlock revealed by lockdepEmmanuel Grumbach1-1/+3
2014-02-04mac80211: send {ADD,DEL}BA on AC_VO like other mgmt frames, as per specKarl Beldan1-1/+1
2014-01-07mac80211: allow to set smps mode to OFF in AP modeEmmanuel Grumbach1-3/+2
2013-10-28mac80211: implement SMPS for APEmmanuel Grumbach1-10/+31
2013-07-16mac80211: enable HT overrides for ibssSimon Wunderlich1-15/+38
2013-06-13mac80211: Ensure tid_start_tx is protected by sta->lockBen Greear1-1/+3
2013-05-25cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Johannes Berg1-2/+2
2013-03-06mac80211: fix HT capability overrides for AP stationJohannes Berg1-23/+25
2013-03-06mac80211: don't apply HT overrides to TDLS peersJohannes Berg1-9/+5
2013-02-15mac80211: stop modifying HT SMPS capabilityJohannes Berg1-0/+19
2013-02-15mac80211: constify IE parsingJohannes Berg1-1/+1
2013-02-15mac80211: handle VHT operating mode notificationJohannes Berg1-0/+4
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg1-32/+50
2013-02-12mac80211: allow driver to be stateless wrt. SMSP requestsEmmanuel Grumbach1-0/+3
2013-01-03mac80211: unset peer's HT 40 MHz support if not usableJohannes Berg1-0/+15
2013-01-03mac80211: split aggregation stop by reasonJohannes Berg1-7/+8
2013-01-03mac80211: Allow disabling SGI-20Ben Greear1-0/+3
2012-11-19mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg1-2/+2
2012-06-24mac80211: clean up debuggingJohannes Berg1-6/+4
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-4/+4
2012-04-10mac80211: set HT channel before associationJohannes Berg1-9/+0
2011-12-15mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA framesHelmut Schaa1-1/+1
2011-12-06mac80211: Remove WARN_ON in apply-ht-override logic.Ben Greear1-1/+3
2011-12-06mac80211: Add HT operation modes for IBSSAlexander Simon1-0/+2