summaryrefslogtreecommitdiff
path: root/net/mac80211/cfg.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-19wifi: mac80211: fix station NSS capability initialization orderBenjamin Lin1-2/+2
2024-12-19wifi: mac80211: clean up 'ret' in sta_link_apply_parameters()Johannes Berg1-2/+3
2024-11-08wifi: mac80211: do not pass a stopped vif to the driver in .get_txpowerFelix Fietkau1-1/+2
2024-08-03wifi: mac80211: check basic rates validityJohannes Berg1-10/+11
2024-08-03wifi: mac80211: track capability/opmode NSS separatelyJohannes Berg1-1/+1
2024-07-25wifi: mac80211: apply mcast rate only if interface is upJohannes Berg1-2/+3
2024-04-03wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changesFelix Fietkau1-3/+2
2024-03-01wifi: mac80211: set station RX-NSS on reconfigJohannes Berg1-0/+2
2024-01-01wifi: mac80211: check if the existing link config remains unchangedEdward Adam Davis1-2/+2
2023-11-28wifi: mac80211: don't return unset power in ieee80211_get_tx_power()Ping-Ke Shih1-0/+4
2023-10-25wifi: mac80211: work around Cisco AP 9115 VHT MPDU lengthJohannes Berg1-1/+2
2023-10-10wifi: mac80211: fix potential key use-after-freeJohannes Berg1-0/+3
2023-09-23wifi: mac80211: check for station first in client probeJohannes Berg1-7/+8
2023-06-21wifi: mac80211: take lock before setting vif linksBenjamin Berg1-1/+8
2023-05-24wifi: mac80211: Abort running color change when stopping the APMichael Lee1-1/+2
2023-03-10wifi: mac80211: move color collision detection report in a delayed workLorenzo Bianconi1-1/+25
2023-01-24wifi: mac80211: reset multiple BSSID options in stop_ap()Aloka Dixit1-0/+7
2022-12-31wifi: mac80211: fix maybe-unused warningÍñigo Huguet1-1/+1
2022-09-03wifi: mac80211: prevent 4-addr use on MLDsJohannes Berg1-0/+7
2022-08-25wifi: cfg80211: Add link_id to cfg80211_ch_switch_started_notify()Veerendranath Jakkam1-1/+1
2022-08-25wifi: mac80211: allow bw change during channel switch in meshHari Chandrakanthan1-3/+0
2022-08-25wifi: mac80211: properly implement MLO key handlingJohannes Berg1-13/+62
2022-08-25wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam1-8/+9
2022-08-25wifi: mac80211: use link in TXQ parameter configurationShaul Triebitz1-1/+23
2022-08-25wifi: mac80211: accept STA changes without link changesJohannes Berg1-0/+14
2022-07-22wifi: mac80211: remove erroneous sband/link validationJohannes Berg1-13/+1
2022-07-22wifi: mac80211: more station handling sanity checksJohannes Berg1-0/+7
2022-07-22wifi: mac80211: validate link address doesn't changeJohannes Berg1-6/+12
2022-07-22wifi: mac80211: fix NULL pointer deref with non-MLD STAJohannes Berg1-1/+6
2022-07-15wifi: mac80211: select link when transmitting to non-MLO stationsAndrei Otcheretianski1-0/+4
2022-07-15wifi: mac80211: fix up link station creation/insertionJohannes Berg1-2/+8
2022-07-15wifi: mac80211: limit A-MSDU subframes for client tooJohannes Berg1-27/+2
2022-07-15wifi: mac80211: make ieee80211_check_rate_mask() link-awareJohannes Berg1-1/+1
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-15Merge 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