summaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-15wifi: mac80211: use only channel width in ieee80211_parse_bitrates()Johannes Berg1-2/+2
2022-07-15wifi: mac80211: move tdls_chan_switch_prohibited to link dataJohannes Berg1-1/+1
2022-07-15wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman1-2/+2
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-3/+4
2022-07-15wifi: mac80211: fix key lookupJohannes Berg1-0/+4
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg1-60/+109
2022-07-15wifi: mac80211: implement callbacks for <add/mod/del>_link_stationShaul Triebitz1-0/+108
2022-07-15wifi: cfg80211/mac80211: separate link params from station paramsShaul Triebitz1-52/+91
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-07-01wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau1-34/+1
2022-06-29wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notifyLorenzo Bianconi1-2/+2
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg1-5/+7
2022-06-20wifi: mac80211: pass the link id in start/stop apShaul Triebitz1-2/+2
2022-06-20wifi: mac80211: use link in start/stop apShaul Triebitz1-102/+115
2022-06-20wifi: mac80211: implement add/del interface link callbacksJohannes Berg1-0/+20
2022-06-20wifi: mac80211: add sta link addition/removalJohannes Berg1-1/+1
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-6/+13
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/+1
2022-06-20wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg1-2/+3
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg1-24/+28
2022-06-20wifi: mac80211: pass link ID where already presentJohannes Berg1-3/+4
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-15/+16
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg1-77/+88
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-5/+5
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-20/+20
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg1-2/+6
2022-06-10wifi: mac80211: refactor some key codeJohannes Berg1-33/+39
2022-06-10wifi: mac80211: remove cipher scheme supportJohannes Berg1-24/+2
2022-05-17mac80211: refactor freeing the next_beaconJohannes Berg1-27/+18
2022-05-16mac80211: disable BSS color collision detection in case of no free colorsLavanya Suresh1-0/+9
2022-05-16nl80211: Parse NL80211_ATTR_HE_BSS_COLOR as a part of nl80211_parse_beaconRameshkumar Sundaram1-2/+2
2022-05-16mac80211: use ifmgd->bssid instead of ifmgd->associated->bssidJohannes Berg1-1/+1
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-5/+6
2022-04-11mac80211: protect ieee80211_assign_beacon with next_beacon checkLorenzo Bianconi1-10/+12
2022-03-15mac80211: update bssid_indicator in ieee80211_assign_beaconLorenzo Bianconi1-0/+3
2022-03-15mac80211: MBSSID channel switchJohn Crispin1-2/+24
2022-03-15mac80211: MBSSID beacon handling in AP modeLorenzo Bianconi1-12/+87
2022-03-11mac80211: fix potential double free on mesh joinLinus Lüssing1-3/+0
2022-02-16mac80211: Add support for storing station EHT capabilitiesIlan Peer1-0/+8
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2021-12-20mac80211: fix locking in ieee80211_start_ap error pathJohannes Berg1-0/+3
2021-12-20cfg80211: rename offchannel_chain structs to background_chain to avoid confus...Lorenzo Bianconi1-5/+5
2021-12-20mac80211: introduce channel switch disconnect functionNathan Errera1-1/+13
2021-11-26mac80211: notify non-transmitting BSS of color changesJohn Crispin1-0/+18
2021-11-19mac80211: introduce set_radar_offchan callbackLorenzo Bianconi1-0/+13
2021-11-15mac80211: fix monitor_sdata RCU/locking assertionsJohannes Berg1-4/+8
2021-09-28mac80211: MBSSID support in interface handlingJohn Crispin1-0/+38
2021-08-17mac80211: add support for BSS color changeJohn Crispin1-11/+223