summaryrefslogtreecommitdiffstats
path: root/net/mac80211/vht.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-06wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg1-3/+5
2022-07-15wifi: mac80211: Support multi link in ieee80211_recalc_min_chandef()Andrei Otcheretianski1-1/+1
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg1-19/+43
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg1-65/+74
2022-06-20wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg1-58/+64
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg1-17/+19
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-3/+3
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-39/+39
2022-02-16mac80211: calculate max RX NSS for EHT modeMordechay Goodstein1-1/+13
2022-02-16mac80211: Handle station association response with EHTIlan Peer1-2/+14
2022-02-16mac80211: Add initial support for EHT and 320 MHz channelsIlan Peer1-1/+3
2022-02-04mac80211: vht: use HE macros for parsing HE capabilitiesMordechay Goodstein1-2/+2
2021-01-21mac80211: remove NSS number of 160MHz if not support 160MHz for HEWen Gong1-1/+8
2020-12-11mac80211: don't set set TDLS STA bandwidth wider than possibleJohannes Berg1-4/+10
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4
2020-09-18mac80211: allow bigger A-MSDU sizes in VHT, even if HT is limitedFelix Fietkau1-4/+0
2020-09-18mac80211: do not allow bigger VHT MPDUs than the hardware supportsFelix Fietkau1-4/+4
2020-04-24mac80211: implement Operating Mode Notification extended NSS supportJohannes Berg1-2/+8
2020-02-07mac80211: HE: set RX NSSTova Mussai1-3/+32
2020-02-07mac80211: set station bandwidth from HE capabilityJohannes Berg1-0/+23
2019-09-11mac80211: vht: add support VHT EXT NSS BW in parsing VHTMordechay Goodstein1-1/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-09-05mac80211: copy VHT EXT NSS BW Support/Capable data to stationJohannes Berg1-0/+20
2018-03-29mac80211: Use proper chan_width enum in sta opmode eventtamizhr@codeaurora.org1-1/+31
2018-01-31mac80211: Add support to notify ht/vht opmode modification.tamizhr@codeaurora.org1-0/+9
2017-10-02mac80211: fix bandwidth computation for TDLS peersManikanta Pubbisetty1-0/+10
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2017-01-11mac80211: recalculate min channel width on VHT opmode changesJohannes Berg1-1/+3
2016-12-13mac80211: Remove unused 'sband' and 'local' variablesKirtika Ruchandani1-4/+0
2016-11-15mac80211: Ignore VHT IE from peer with wrong rx_mcs_mapFilip Matusiak1-0/+16
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-2/+2
2016-04-05mac80211: TDLS: change BW calculation for WIDER_BW peersArik Nemtsov1-5/+25
2016-02-24mac80211: move MU_MIMO_OWNER flag to ieee80211_vifSara Sharon1-4/+3
2016-02-24mac80211: provide interface to driver to set VHT MU-MIMO dataSara Sharon1-1/+15
2016-02-24mac80211: fix VHT MU-MIMO frame processingSara Sharon1-4/+6
2016-02-24mac80211: limit the A-MSDU Tx based on peer's capabilitiesEmmanuel Grumbach1-0/+17
2016-01-14mac80211: process and save VHT MU-MIMO group frameSara Sharon1-0/+25
2015-12-15mac80211: handle width changes from opmode notification IE in beaconEyal Shapira1-7/+3
2015-09-04mac80211: avoid VHT usage with no 80MHz chans allowedArik Nemtsov1-0/+15
2015-08-14mac80211: add rate mask logic for vht ratesLorenzo Bianconi1-0/+26
2015-07-17mac80211: define TDLS wider BW support bitsArik Nemtsov1-2/+6
2015-03-03mac80211: TDLS: support VHT between peersArik Nemtsov1-4/+0
2014-12-17mac80211: update sta bw on ht chanwidth action frameEliad Peller1-35/+38
2014-11-19mac80211: don't allow 40MHz tx rates in case of 20MHz chandefEliad Peller1-0/+2
2014-07-21mac80211: disable VHT for TDLSArik Nemtsov1-0/+4
2014-05-09mac80211: allow VHT with peers not capable of 40MHzJohannes Berg1-3/+6
2014-02-05mac80211: update opmode when adding new stationMarek Kwaczynski1-7/+19
2013-11-25mac80211: enable easier manipulation of VHT beamforming capsEyal Shapira1-4/+3
2013-10-01ieee80211: fix vht cap definitionsEliad Peller1-2/+2