aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 confusion with ETSI standardLorenzo 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
2021-07-23mac80211: fix enabling 4-address mode on a sta vif after assocFelix Fietkau1-0/+19
2021-06-23mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen1-1/+34
2021-06-23mac80211: simplify ieee80211_add_station()Johannes Berg1-9/+1
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2021-04-08mac80211: clear sta->fast_rx when STA removed from 4-addr VLANSeevalamuthu Mariappan1-1/+3
2021-03-28mac80211: cfg.c: A typo fixBhaskar Chowdhury1-1/+1
2021-03-16mac80211: fix rate mask resetJohannes Berg1-2/+2
2020-12-11mac80211: add ieee80211_set_sar_specsCarl Huang1-0/+12
2020-12-11mac80211: use struct assignment for he_obss_pdJohannes Berg1-2/+1
2020-12-11cfg80211: remove struct ieee80211_he_bss_colorJohannes Berg1-2/+1
2020-12-11cfg80211: include block-tx flag in channel switch started eventJohannes Berg1-1/+1
2020-12-11mac80211: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2020-11-11mac80211: remove WDS-related codeJohannes Berg1-11/+0
2020-10-08mac80211: copy configured beacon tx rate to driverRajkumar Manoharan1-0/+3
2020-10-08mac80211: handle lack of sband->bitrates in ratesThomas Pedersen1-1/+2
2020-09-28mac80211: support S1G associationThomas Pedersen1-0/+2
2020-09-18mac80211: Unsolicited broadcast probe response supportAloka Dixit1-0/+41
2020-09-18mac80211: Add FILS discovery supportAloka Dixit1-6/+48
2020-09-18mac80211: notify the driver when a sta uses 4-address modeFelix Fietkau1-0/+1
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin1-7/+7
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-07-31cfg80211: invert HE BSS color 'disabled' to 'enabled'Johannes Berg1-1/+1
2020-07-31mac80211: remove unused flags argument in transmit functionsMathy Vanhoef1-1/+1
2020-07-31cfg80211/mac80211: avoid bss color setting in non-HE modesP Praneesh1-3/+5
2020-07-31cfg80211/mac80211: add connected to auth server to meshconfMarkus Theil1-0/+3
2020-07-31cfg80211/mac80211: add mesh_param "mesh_nolearn" to skip path discoveryLinus Lüssing1-0/+2
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-07-30mac80211: mesh: Free ie data when leaving meshRemi Pommarel1-0/+1
2020-05-31mac80211: set short_slot for 6 GHz bandTova Mussai1-1/+2
2020-05-31mac80211: use HE 6 GHz band capability and pass it to the driverJohannes Berg1-1/+3
2020-05-27mac80211: fix variable names in TID config methodsSergey Matyukevich1-3/+3
2020-04-29mac80211: TX legacy rate control for Beacon framesJouni Malinen1-1/+25
2020-04-24mac80211: handle channel frequency offsetThomas Pedersen1-0/+6
2020-04-24mac80211: Process multicast RX registration for Action framesJouni Malinen1-3/+11
2020-04-24cfg80211: change internal management frame registration APIJohannes Berg1-29/+21