summaryrefslogtreecommitdiff
path: root/net/mac80211/ht.c
AgeCommit message (Expand)Author
2023-11-24wifi: mac80211: handle 320 MHz in ieee80211_ht_cap_ie_to_sta_ht_capBen Greear
2023-09-11wifi: mac80211: remove ampdu_mlme.mtxJohannes Berg
2023-09-11wifi: mac80211: convert A-MPDU work to wiphy workJohannes Berg
2023-09-11wifi: mac80211: fix SMPS status handlingJohannes Berg
2023-09-11wifi: mac80211: Fix SMPS handling in the context of MLOIlan Peer
2023-06-07wifi: mac80211: use wiphy work for SMPSJohannes Berg
2023-01-10wifi: mac80211: Fix iTXQ AMPDU fragmentation handlingAlexander Wetzel
2022-09-06wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg
2022-07-15wifi: mac80211: move ieee80211_request_smps_mgd_workJohannes Berg
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg
2022-06-20wifi: mac80211: make some SMPS code MLD-awareJohannes Berg
2022-06-20wifi: mac80211: HT: make ieee80211_ht_cap_ie_to_sta_ht_cap() MLO-awareJohannes Berg
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg
2022-04-11mac80211: prepare sta handling for MLO supportSriram R
2021-06-23mac80211: allow SMPS requests only in client modeJohannes Berg
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-02-07mac80211: Remove support for changing AP SMPS modeIlan Peer
2020-02-07mac80211: Handle SMPS mode changes only in AP modeIlan Peer
2019-07-29mac80211: add support for the ADDBA extension elementJohn Crispin
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-10mac80211: fix RX STBC override byte orderJohannes Berg
2019-01-19mac80211: allow overriding HT STBC capabilitiesSergey Matyukevich
2018-06-18ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HEJohannes Berg
2018-05-18mac80211: fix TX aggregation stop raceAlexander Wetzel
2018-03-29mac80211: Use proper smps_mode enum in sta opmode eventtamizhr@codeaurora.org
2018-01-04Merge tag 'mac80211-next-for-davem-2018-01-04' of git://git.kernel.org/pub/sc...David S. Miller
2017-12-11mac80211: mark expected switch fall-throughsGustavo A. R. Silva
2017-12-11mac80211: fix locking in ieee80211_sta_tear_down_BA_sessionsJohannes Berg
2017-11-27mac80211: tear down RX aggregations firstSara Sharon
2017-09-21mac80211: Simplify locking in ieee80211_sta_tear_down_BA_sessions()Ilan peer
2017-09-06mac80211: fix deadlock in driver-managed RX BA session startJohannes Berg
2017-09-06mac80211: Complete ampdu work schedule during session tear downIlan peer
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-06-08mac80211: manage RX BA session offload without SKB queueJohannes Berg
2017-05-30mac80211: fix TX aggregation start/stop callback raceJohannes Berg
2016-02-24mac80211: limit the A-MSDU Tx based on peer's capabilitiesEmmanuel Grumbach
2015-03-30mac80211: add VHT support for IBSSJanusz.Dziedzic@tieto.com
2014-07-21mac80211: set Rx highest rate in ht_capArik Nemtsov
2014-07-21mac80211: support HT for TDLS stationsArik Nemtsov
2014-04-22mac80211: Allow HT capa override to add 40 MHz intolerantJouni Malinen
2014-04-09mac80211: Allow disabling LDPCPawel Kulakowski
2014-02-21mac80211: allow drivers to request SMPS offLuciano Coelho
2014-02-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-02-06mac80211: avoid deadlock revealed by lockdepEmmanuel Grumbach
2014-02-04mac80211: send {ADD,DEL}BA on AC_VO like other mgmt frames, as per specKarl Beldan
2014-01-07mac80211: allow to set smps mode to OFF in AP modeEmmanuel Grumbach
2013-10-28mac80211: implement SMPS for APEmmanuel Grumbach