summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
...
* wifi: mac80211: Support multi link in ieee80211_recalc_min_chandef()Andrei Otcheretianski2022-07-154-12/+39
* wifi: mac80211: don't check carrier in chanctx codeAndrei Otcheretianski2022-07-151-4/+0
* wifi: mac80211: Allow EAPOL tx from specific linkAndrei Otcheretianski2022-07-153-3/+6
* wifi: mac80211: Allow EAPOL frames from link addressesAndrei Otcheretianski2022-07-151-30/+30
* wifi: cfg80211/mac80211: Support control port TX from specific linkAndrei Otcheretianski2022-07-152-3/+19
* wifi: mac80211: add a helper to fragment an elementJohannes Berg2022-07-152-0/+29
* wifi: mac80211: skip rate statistics for MLD STAsJohannes Berg2022-07-151-2/+4
* wifi: mac80211: fix link manipulationJohannes Berg2022-07-151-18/+26
* wifi: mac80211: tighten locking checkJohannes Berg2022-07-151-3/+4
* wifi: mac80211: consider EHT element size in assoc requestJohannes Berg2022-07-151-0/+3
* wifi: mac80211: mlme: simplify adding ht/vht/he/eht elementsJohannes Berg2022-07-151-48/+31
* wifi: mac80211: refactor adding custom elementsJohannes Berg2022-07-151-87/+125
* wifi: mac80211: refactor adding rates to assoc requestJohannes Berg2022-07-151-67/+74
* wifi: mac80211: use only channel width in ieee80211_parse_bitrates()Johannes Berg2022-07-154-9/+16
* wifi: mac80211: remove redundant conditionJohannes Berg2022-07-151-1/+1
* wifi: mac80211: don't set link address for stationJohannes Berg2022-07-151-3/+0
* wifi: mac80211: fix multi-BSSID element parsingJohannes Berg2022-07-1510-50/+38
* wifi: mac80211: move tdls_chan_switch_prohibited to link dataJohannes Berg2022-07-153-3/+4
* wifi: mac80211: don't re-parse elems in ieee80211_assoc_success()Johannes Berg2022-07-151-15/+4
* wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman2022-07-154-23/+25
* wifi: mac80211: refactor elements parsing with parameter structJohannes Berg2022-07-152-34/+74
* wifi: cfg80211: extend cfg80211_rx_assoc_resp() for MLOJohannes Berg2022-07-151-1/+1
* wifi: cfg80211: put cfg80211_rx_assoc_resp() arguments into a structJohannes Berg2022-07-151-5/+12
* wifi: cfg80211: adjust assoc comeback for MLOJohannes Berg2022-07-151-1/+1
* wifi: mac80211: mlme: unify assoc data event sendingJohannes Berg2022-07-151-31/+20
* wifi: cfg80211: prepare association failure APIs for MLOJohannes Berg2022-07-151-5/+23
* wifi: cfg80211: remove BSS pointer from cfg80211_disassoc_requestJohannes Berg2022-07-151-9/+5
* wifi: mac80211: mlme: use correct link_staJohannes Berg2022-07-151-17/+33
* wifi: mac80211: mlme: remove sta argument from ieee80211_config_bwJohannes Berg2022-07-151-5/+1
* wifi: mac80211: mlme: use ieee80211_get_link_sband()Johannes Berg2022-07-152-6/+8
* wifi: mac80211: split IEEE80211_STA_DISABLE_WMM to link dataJohannes Berg2022-07-152-5/+6
* wifi: mac80211: mlme: first adjustments for MLOJohannes Berg2022-07-153-363/+408
* wifi: mac80211: mlme: do IEEE80211_STA_RESET_SIGNAL_AVE per linkJohannes Berg2022-07-152-5/+4
* wifi: mac80211: mlme: track AP (MLD) address separatelyJohannes Berg2022-07-151-14/+16
* wifi: mac80211: remove unused bssid variableJohannes Berg2022-07-151-2/+0
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-1510-50/+60
* wifi: mac80211: expect powersave handling in driver for MLOJohannes Berg2022-07-152-2/+5
* wifi: mac80211: move ps setting to vif configJohannes Berg2022-07-153-6/+6
* wifi: mac80211: provide link ID in link_confJohannes Berg2022-07-151-0/+1
* wifi: mac80211: set up/tear down client vif links properlyJohannes Berg2022-07-153-151/+232
* wifi: mac80211: move ieee80211_request_smps_mgd_workJohannes Berg2022-07-153-13/+12
* wifi: mac80211: fix key lookupJohannes Berg2022-07-151-0/+4
* wifi: mac80211: separate out connection downgrade flagsJohannes Berg2022-07-157-209/+221
* wifi: mac80211: Align with Draft P802.11be_D1.5Ilan Peer2022-07-153-31/+92
* wifi: mac80211: skip powersave recalc if driver SUPPORTS_DYNAMIC_PSJohannes Berg2022-07-151-1/+2
* wifi: mac80211: debug: omit link if non-MLO connectionJohannes Berg2022-07-151-6/+25
* wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-1520-268/+407
* wifi: mac80211: implement callbacks for <add/mod/del>_link_stationShaul Triebitz2022-07-153-0/+116
* wifi: cfg80211/mac80211: separate link params from station paramsShaul Triebitz2022-07-151-52/+91
* wifi: mac80211: add an ieee80211_get_link_sbandShaul Triebitz2022-07-151-0/+22