summaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: reset multiple BSSID options in stop_ap()Aloka Dixit2023-01-101-0/+7
* wifi: mac80211: fix maybe-unused warningÍñigo Huguet2022-12-011-1/+1
* wifi: mac80211: Drop support for TX push pathAlexander Wetzel2022-10-101-3/+0
* wifi: mac80211: use link_id in ieee80211_change_bss()Johannes Berg2022-10-071-19/+21
* wifi: mac80211: prevent 4-addr use on MLDsJohannes Berg2022-09-031-0/+7
* wifi: cfg80211: Add link_id to cfg80211_ch_switch_started_notify()Veerendranath Jakkam2022-08-251-1/+1
* wifi: mac80211: allow bw change during channel switch in meshHari Chandrakanthan2022-08-251-3/+0
* wifi: mac80211: properly implement MLO key handlingJohannes Berg2022-08-251-13/+62
* wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-251-8/+9
* wifi: mac80211: use link in TXQ parameter configurationShaul Triebitz2022-08-251-1/+23
* wifi: mac80211: accept STA changes without link changesJohannes Berg2022-08-251-0/+14
* wifi: mac80211: remove erroneous sband/link validationJohannes Berg2022-07-221-13/+1
* wifi: mac80211: more station handling sanity checksJohannes Berg2022-07-221-0/+7
* wifi: mac80211: validate link address doesn't changeJohannes Berg2022-07-221-6/+12
* wifi: mac80211: fix NULL pointer deref with non-MLD STAJohannes Berg2022-07-221-1/+6
* wifi: mac80211: select link when transmitting to non-MLO stationsAndrei Otcheretianski2022-07-151-0/+4
* wifi: mac80211: fix up link station creation/insertionJohannes Berg2022-07-151-2/+8
* wifi: mac80211: limit A-MSDU subframes for client tooJohannes Berg2022-07-151-27/+2
* wifi: mac80211: make ieee80211_check_rate_mask() link-awareJohannes Berg2022-07-151-1/+1
* wifi: mac80211: use only channel width in ieee80211_parse_bitrates()Johannes Berg2022-07-151-2/+2
* wifi: mac80211: move tdls_chan_switch_prohibited to link dataJohannes Berg2022-07-151-1/+1
* wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman2022-07-151-2/+2
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-151-3/+4
* wifi: mac80211: fix key lookupJohannes Berg2022-07-151-0/+4
* wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-151-60/+109
* wifi: mac80211: implement callbacks for <add/mod/del>_link_stationShaul Triebitz2022-07-151-0/+108
* wifi: cfg80211/mac80211: separate link params from station paramsShaul Triebitz2022-07-151-52/+91
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-2/+2
|\
| * wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notifyLorenzo Bianconi2022-06-291-2/+2
* | wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau2022-07-011-34/+1
* | wifi: mac80211: RCU-ify link STA pointersJohannes Berg2022-06-201-5/+7
* | wifi: mac80211: pass the link id in start/stop apShaul Triebitz2022-06-201-2/+2
* | wifi: mac80211: use link in start/stop apShaul Triebitz2022-06-201-102/+115
* | wifi: mac80211: implement add/del interface link callbacksJohannes Berg2022-06-201-0/+20
* | wifi: mac80211: add sta link addition/removalJohannes Berg2022-06-201-1/+1
* | wifi: mac80211: make ieee80211_he_cap_ie_to_sta_he_cap() MLO-awareJohannes Berg2022-06-201-1/+1
* | wifi: mac80211: make some SMPS code MLD-awareJohannes Berg2022-06-201-6/+13
* | wifi: mac80211: HT: make ieee80211_ht_cap_ie_to_sta_ht_cap() MLO-awareJohannes Berg2022-06-201-1/+1
* | wifi: mac80211: add link_id to eht.c code for MLOJohannes Berg2022-06-201-1/+1
* | wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg2022-06-201-2/+3
* | wifi: mac80211: make channel context code MLO-awareJohannes Berg2022-06-201-24/+28
* | wifi: mac80211: pass link ID where already presentJohannes Berg2022-06-201-3/+4
* | wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-15/+16
* | wifi: mac80211: reorg some iface data structs for MLDJohannes Berg2022-06-201-77/+88
* | wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-5/+5
* | wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-20/+20
* | wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-201-2/+6
* | wifi: mac80211: refactor some key codeJohannes Berg2022-06-101-33/+39
* | wifi: mac80211: remove cipher scheme supportJohannes Berg2022-06-101-24/+2
|/
* mac80211: refactor freeing the next_beaconJohannes Berg2022-05-171-27/+18