summaryrefslogtreecommitdiffstats
path: root/net/mac80211/ht.c
AgeCommit message (Expand)AuthorLines
2022-07-15wifi: mac80211: move ieee80211_request_smps_mgd_workJohannes Berg-12/+0
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg-5/+19
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg-7/+7
2022-06-20wifi: mac80211: make some SMPS code MLD-awareJohannes Berg-13/+16
2022-06-20wifi: mac80211: HT: make ieee80211_ht_cap_ie_to_sta_ht_cap() MLO-awareJohannes Berg-6/+7
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg-7/+8
2022-04-11mac80211: prepare sta handling for MLO supportSriram R-4/+4
2021-06-23mac80211: allow SMPS requests only in client modeJohannes Berg-10/+8
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-02-07mac80211: Remove support for changing AP SMPS modeIlan Peer-22/+0
2020-02-07mac80211: Handle SMPS mode changes only in AP modeIlan Peer-18/+24
2019-07-29mac80211: add support for the ADDBA extension elementJohn Crispin-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-04-10mac80211: fix RX STBC override byte orderJohannes Berg-2/+3
2019-01-19mac80211: allow overriding HT STBC capabilitiesSergey Matyukevich-0/+8
2018-06-18ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HEJohannes Berg-1/+1
2018-05-18mac80211: fix TX aggregation stop raceAlexander Wetzel-23/+21
2018-03-29mac80211: Use proper smps_mode enum in sta opmode eventtamizhr@codeaurora.org-0/+15
2018-01-04Merge tag 'mac80211-next-for-davem-2018-01-04' of git://git.kernel.org/pub/sc...David S. Miller-0/+1
2017-12-11mac80211: mark expected switch fall-throughsGustavo A. R. Silva-0/+1
2017-12-11mac80211: fix locking in ieee80211_sta_tear_down_BA_sessionsJohannes Berg-3/+2
2017-11-27mac80211: tear down RX aggregations firstSara Sharon-1/+3
2017-09-21mac80211: Simplify locking in ieee80211_sta_tear_down_BA_sessions()Ilan peer-5/+7
2017-09-06mac80211: fix deadlock in driver-managed RX BA session startJohannes Berg-3/+3
2017-09-06mac80211: Complete ampdu work schedule during session tear downIlan peer-0/+18
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-1/+1
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg-2/+1
2017-06-08mac80211: manage RX BA session offload without SKB queueJohannes Berg-0/+12
2017-05-30mac80211: fix TX aggregation start/stop callback raceJohannes Berg-4/+12
2016-02-24mac80211: limit the A-MSDU Tx based on peer's capabilitiesEmmanuel Grumbach-0/+5
2015-03-30mac80211: add VHT support for IBSSJanusz.Dziedzic@tieto.com-2/+0
2014-07-21mac80211: set Rx highest rate in ht_capArik Nemtsov-0/+3
2014-07-21mac80211: support HT for TDLS stationsArik Nemtsov-4/+3
2014-04-22mac80211: Allow HT capa override to add 40 MHz intolerantJouni Malinen-1/+17
2014-04-09mac80211: Allow disabling LDPCPawel Kulakowski-0/+4
2014-02-21mac80211: allow drivers to request SMPS offLuciano Coelho-2/+0
2014-02-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-1/+3
2014-02-06mac80211: avoid deadlock revealed by lockdepEmmanuel Grumbach-1/+3
2014-02-04mac80211: send {ADD,DEL}BA on AC_VO like other mgmt frames, as per specKarl Beldan-1/+1
2014-01-07mac80211: allow to set smps mode to OFF in AP modeEmmanuel Grumbach-3/+2
2013-10-28mac80211: implement SMPS for APEmmanuel Grumbach-10/+31
2013-07-16mac80211: enable HT overrides for ibssSimon Wunderlich-15/+38
2013-06-13mac80211: Ensure tid_start_tx is protected by sta->lockBen Greear-1/+3
2013-05-25cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Johannes Berg-2/+2
2013-03-06mac80211: fix HT capability overrides for AP stationJohannes Berg-23/+25
2013-03-06mac80211: don't apply HT overrides to TDLS peersJohannes Berg-9/+5
2013-02-15mac80211: stop modifying HT SMPS capabilityJohannes Berg-0/+19
2013-02-15mac80211: constify IE parsingJohannes Berg-1/+1
2013-02-15mac80211: handle VHT operating mode notificationJohannes Berg-0/+4
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg-32/+50