summaryrefslogtreecommitdiff
path: root/net/mac80211/cfg.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-03wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changesFelix Fietkau1-3/+2
2024-04-03wifi: mac80211: track capability/opmode NSS separatelyJohannes Berg1-1/+1
2024-02-02wifi: mac80211: fix unsolicited broadcast probe configJohannes Berg1-7/+7
2024-02-02wifi: mac80211: set station RX-NSS on reconfigJohannes Berg1-0/+2
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+2
2023-12-12wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski1-2/+2
2023-12-12wifi: mac80211: check if the existing link config remains unchangedEdward Adam Davis1-2/+2
2023-10-23wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDEIlan Peer1-0/+6
2023-10-06Merge wireless into wireless-nextJohannes Berg1-2/+9
2023-09-25wifi: mac80211: update the rx_chains after set_antenna()Emmanuel Grumbach1-1/+7
2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg1-1/+1
2023-09-25wifi: mac80211: work around Cisco AP 9115 VHT MPDU lengthJohannes Berg1-1/+2
2023-09-25wifi: mac80211: fix potential key use-after-freeJohannes Berg1-0/+3
2023-09-13wifi: mac80211: don't return unset power in ieee80211_get_tx_power()Ping-Ke Shih1-0/+4
2023-09-13wifi: mac80211: additions to change_beacon()Aloka Dixit1-0/+13
2023-09-13wifi: cfg80211: modify prototype for change_beaconAloka Dixit1-6/+8
2023-09-13wifi: mac80211: fixes in FILS discovery updatesAloka Dixit1-37/+40
2023-09-13wifi: mac80211: remove shifted rate supportJohannes Berg1-6/+2
2023-09-11wifi: mac80211: fix channel switch link dataJohannes Berg1-4/+5
2023-09-11wifi: mac80211: add support for mld in ieee80211_chswitch_doneEmmanuel Grumbach1-16/+19
2023-09-11wifi: cfg80211: remove wdev mutexJohannes Berg1-35/+8
2023-09-11wifi: mac80211: reduce iflist_mtxJohannes Berg1-4/+4
2023-09-11wifi: mac80211: remove local->mtxJohannes Berg1-47/+25
2023-09-11wifi: mac80211: remove chanctx_mtxJohannes Berg1-10/+8
2023-09-11wifi: mac80211: remove key_mtxJohannes Berg1-23/+11
2023-09-11wifi: mac80211: remove sta_mtxJohannes Berg1-76/+36
2023-09-11wifi: mac80211: move color change finalize to wiphy workJohannes Berg1-3/+4
2023-09-11wifi: mac80211: move CSA finalize to wiphy workJohannes Berg1-4/+4
2023-09-11wifi: mac80211: move DFS CAC work to wiphy workJohannes Berg1-5/+5
2023-09-11wifi: mac80211: Fix SMPS handling in the context of MLOIlan Peer1-2/+8
2023-09-11wifi: mac80211: rework ack_frame_id handling a bitJohannes Berg1-1/+2
2023-08-22wifi: mac80211: fix puncturing bitmap handling in CSAJohannes Berg1-6/+6
2023-08-22wifi: mac80211: check for station first in client probeJohannes Berg1-7/+8
2023-06-21wifi: mac80211: always hold sdata lock in chanctx assign/unassignJohannes Berg1-5/+11
2023-06-19wifi: mac80211: use new inform_bss callbackBenjamin Berg1-0/+1
2023-06-19wifi: mac80211: Support disabled links during associationIlan Peer1-2/+2
2023-06-19Merge wireless into wireless-nextJohannes Berg1-1/+8
2023-06-14wifi: mac80211: Add getter functions for vif MLD stateIlan Peer1-2/+2
2023-06-09wifi: mac80211: take lock before setting vif linksBenjamin Berg1-1/+8
2023-06-07wifi: mac80211: mlme: move disconnects to wiphy workJohannes Berg1-1/+1
2023-06-07Merge wireless into wireless-nextJohannes Berg1-1/+2
2023-06-06wifi: mac80211: consistently use u64 for BSS changesAnjaneyulu1-41/+38
2023-05-16wifi: mac80211: Abort running color change when stopping the APMichael Lee1-1/+2
2023-05-16wifi: mac80211: Fix puncturing bitmap handling in __ieee80211_csa_finalize()Christophe JAILLET1-2/+2
2023-04-11wifi: mac80211: set EHT support flag in AP modeAloka Dixit1-0/+4
2023-03-31Merge tag 'wireless-next-2023-03-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-7/+63
2023-03-24mac80211: support RNR for EMA APAloka Dixit1-5/+58
2023-03-22wifi: mac80211: generate EMA beacons in AP modeAloka Dixit1-4/+7
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+11
2023-03-10wifi: mac80211: check basic rates validityJohannes Berg1-10/+11