aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-10wifi: mac80211: fix MBSSID parsing use-after-freeJohannes Berg1-0/+8
2022-09-06wifi: mac80211: implement link switchingJohannes Berg1-0/+4
2022-09-03wifi: mac80211: mlme: refactor QoS settings codeJohannes Berg1-0/+1
2022-09-03wifi: mac80211: move link code to a new fileJohannes Berg1-3/+11
2022-09-03wifi: mac80211: remove unused arg to ieee80211_chandef_eht_operJohannes Berg1-2/+1
2022-08-26wifi: mac80211: correct SMPS mode in HE 6 GHz capabilityJohannes Berg1-0/+1
2022-08-25wifi: cfg80211/mac80211: check EHT capability size correctlyJohannes Berg1-1/+5
2022-08-25wifi: mac80211: properly implement MLO key handlingJohannes Berg1-0/+1
2022-07-22wifi: mac80211: rx: track link in RX dataJohannes Berg1-0/+1
2022-07-22wifi: mac80211: optionally implement MLO multicast TXJohannes Berg1-0/+1
2022-07-22wifi: mac80211: expand ieee80211_mgmt_tx() for MLOJohannes Berg1-4/+4
2022-07-15wifi: mac80211: support MLO authentication/association with one linkJohannes Berg1-7/+25
2022-07-15wifi: mac80211: add API to parse multi-link elementJohannes Berg1-0/+5
2022-07-15wifi: mac80211: move IEEE80211_SDATA_OPERATING_GMODE to linkJohannes Berg1-2/+4
2022-07-15wifi: mac80211: Support multi link in ieee80211_recalc_min_chandef()Andrei Otcheretianski1-1/+2
2022-07-15wifi: mac80211: Allow EAPOL tx from specific linkAndrei Otcheretianski1-0/+3
2022-07-15wifi: cfg80211/mac80211: Support control port TX from specific linkAndrei Otcheretianski1-1/+1
2022-07-15wifi: mac80211: add a helper to fragment an elementJohannes Berg1-0/+1
2022-07-15wifi: mac80211: use only channel width in ieee80211_parse_bitrates()Johannes Berg1-3/+9
2022-07-15wifi: mac80211: fix multi-BSSID element parsingJohannes Berg1-14/+8
2022-07-15wifi: mac80211: move tdls_chan_switch_prohibited to link dataJohannes Berg1-1/+2
2022-07-15wifi: mac80211: refactor elements parsing with parameter structJohannes Berg1-5/+45
2022-07-15wifi: mac80211: mlme: use ieee80211_get_link_sband()Johannes Berg1-0/+2
2022-07-15wifi: mac80211: split IEEE80211_STA_DISABLE_WMM to link dataJohannes Berg1-1/+1
2022-07-15wifi: mac80211: mlme: first adjustments for MLOJohannes Berg1-2/+2
2022-07-15wifi: mac80211: mlme: do IEEE80211_STA_RESET_SIGNAL_AVE per linkJohannes Berg1-1/+1
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-2/+3
2022-07-15wifi: mac80211: set up/tear down client vif links properlyJohannes Berg1-0/+2
2022-07-15wifi: mac80211: move ieee80211_request_smps_mgd_workJohannes Berg1-1/+0
2022-07-15wifi: mac80211: separate out connection downgrade flagsJohannes Berg1-17/+21
2022-07-15wifi: mac80211: Align with Draft P802.11be_D1.5Ilan Peer1-0/+4
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg1-10/+11
2022-07-15wifi: mac80211: add an ieee80211_get_link_sbandShaul Triebitz1-0/+22
2022-07-15wifi: mac80211: Remove AP SMPS leftoversAndrei Otcheretianski1-1/+0
2022-07-15wifi: mac80211: rx: accept link-addressed framesJohannes Berg1-0/+2
2022-07-01wifi: mac80211: add a per-PHY AQL limit to improve fairnessFelix Fietkau1-0/+1
2022-07-01wifi: mac80211: keep recently active tx queues in scheduling listFelix Fietkau1-0/+7
2022-07-01wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau1-170/+12
2022-06-20wifi: mac80211: maintain link-sta hash tableJohannes Berg1-0/+1
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg1-15/+15
2022-06-20wifi: mac80211: move ieee80211_bssid_match() functionJohannes Berg1-6/+0
2022-06-20wifi: mac80211: remove band from TX info in MLOJohannes Berg1-17/+2
2022-06-20wifi: mac80211: add vif link addition/removalJohannes Berg1-0/+3
2022-06-20wifi: mac80211: status: look up band only where neededJohannes Berg1-1/+0
2022-06-20wifi: mac80211: make ieee80211_he_cap_ie_to_sta_he_cap() MLO-awareJohannes Berg1-1/+1
2022-06-20wifi: mac80211: make some SMPS code MLD-awareJohannes Berg1-1/+3
2022-06-20wifi: mac80211: HT: make ieee80211_ht_cap_ie_to_sta_ht_cap() MLO-awareJohannes Berg1-1/+1
2022-06-20wifi: mac80211: add link_id to eht.c code for MLOJohannes Berg1-1/+2
2022-06-20wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg1-8/+10
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg1-23/+28