summaryrefslogtreecommitdiffstats
path: root/net/mac80211/ht.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: clarify IEEE80211_STATUS_SUBDATA_MASKJohannes Berg2024-03-251-1/+1
* wifi: mac80211: introduce 'channel request'Johannes Berg2024-02-081-1/+1
* wifi: mac80211: trace SMPS requests from driverJohannes Berg2024-02-021-1/+3
* wifi: mac80211: handle 320 MHz in ieee80211_ht_cap_ie_to_sta_ht_capBen Greear2023-11-241-0/+1
* wifi: mac80211: remove ampdu_mlme.mtxJohannes Berg2023-09-111-21/+17
* wifi: mac80211: convert A-MPDU work to wiphy workJohannes Berg2023-09-111-3/+3
* wifi: mac80211: fix SMPS status handlingJohannes Berg2023-09-111-1/+9
* wifi: mac80211: Fix SMPS handling in the context of MLOIlan Peer2023-09-111-2/+2
* wifi: mac80211: use wiphy work for SMPSJohannes Berg2023-06-071-2/+3
* wifi: mac80211: Fix iTXQ AMPDU fragmentation handlingAlexander Wetzel2023-01-101-0/+31
* wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg2022-09-061-2/+4
* wifi: mac80211: make smps_mode per-linkBenjamin Berg2022-09-061-3/+4
* wifi: mac80211: move ieee80211_request_smps_mgd_workJohannes Berg2022-07-151-12/+0
* wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-151-5/+19
* wifi: mac80211: RCU-ify link STA pointersJohannes Berg2022-06-201-7/+7
* wifi: mac80211: make some SMPS code MLD-awareJohannes Berg2022-06-201-13/+16
* wifi: mac80211: HT: make ieee80211_ht_cap_ie_to_sta_ht_cap() MLO-awareJohannes Berg2022-06-201-6/+7
* wifi: mac80211: reorg some iface data structs for MLDJohannes Berg2022-06-201-7/+8
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-4/+4
* mac80211: allow SMPS requests only in client modeJohannes Berg2021-06-231-10/+8
* mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-311-2/+2
* mac80211: Remove support for changing AP SMPS modeIlan Peer2020-02-071-22/+0
* mac80211: Handle SMPS mode changes only in AP modeIlan Peer2020-02-071-18/+24
* mac80211: add support for the ADDBA extension elementJohn Crispin2019-07-291-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* mac80211: fix RX STBC override byte orderJohannes Berg2019-04-101-2/+3
* mac80211: allow overriding HT STBC capabilitiesSergey Matyukevich2019-01-191-0/+8
* ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HEJohannes Berg2018-06-181-1/+1
* mac80211: fix TX aggregation stop raceAlexander Wetzel2018-05-181-23/+21
* mac80211: Use proper smps_mode enum in sta opmode eventtamizhr@codeaurora.org2018-03-291-0/+15
* Merge tag 'mac80211-next-for-davem-2018-01-04' of git://git.kernel.org/pub/sc...David S. Miller2018-01-041-0/+1
|\
| * mac80211: mark expected switch fall-throughsGustavo A. R. Silva2017-12-111-0/+1
* | mac80211: fix locking in ieee80211_sta_tear_down_BA_sessionsJohannes Berg2017-12-111-3/+2
|/
* mac80211: tear down RX aggregations firstSara Sharon2017-11-271-1/+3
* mac80211: Simplify locking in ieee80211_sta_tear_down_BA_sessions()Ilan peer2017-09-211-5/+7
* mac80211: fix deadlock in driver-managed RX BA session startJohannes Berg2017-09-061-3/+3
* mac80211: Complete ampdu work schedule during session tear downIlan peer2017-09-061-0/+18
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-2/+1
* mac80211: manage RX BA session offload without SKB queueJohannes Berg2017-06-081-0/+12
* mac80211: fix TX aggregation start/stop callback raceJohannes Berg2017-05-301-4/+12
* mac80211: limit the A-MSDU Tx based on peer's capabilitiesEmmanuel Grumbach2016-02-241-0/+5
* mac80211: add VHT support for IBSSJanusz.Dziedzic@tieto.com2015-03-301-2/+0
* mac80211: set Rx highest rate in ht_capArik Nemtsov2014-07-211-0/+3
* mac80211: support HT for TDLS stationsArik Nemtsov2014-07-211-4/+3
* mac80211: Allow HT capa override to add 40 MHz intolerantJouni Malinen2014-04-221-1/+17
* mac80211: Allow disabling LDPCPawel Kulakowski2014-04-091-0/+4
* mac80211: allow drivers to request SMPS offLuciano Coelho2014-02-211-2/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-131-1/+3
|\
| * mac80211: avoid deadlock revealed by lockdepEmmanuel Grumbach2014-02-061-1/+3