summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2024-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2024-02-23wifi: mac80211: only call drv_sta_rc_update for uploaded stationsFelix Fietkau1-1/+2
2024-02-21wifi: mac80211: align ieee80211_mle_get_bss_param_ch_cnt()Johannes Berg1-4/+5
2024-02-21wifi: mac80211: clean up assignments to pointer cache.Colin Ian King1-5/+1
2024-02-21wifi: mac80211: make associated BSS pointer visible to the driverMiri Korenblit2-11/+9
2024-02-21wifi: mac80211: check beacon countdown is complete on per link basisAditya Kumar Singh1-2/+12
2024-02-15Merge wireless into wireless-nextJohannes Berg1-1/+2
2024-02-12wifi: mac80211: drop injection on disabled-chan monitorJohannes Berg1-1/+9
2024-02-12wifi: mac80211: remove only own link stations during stop_apAditya Kumar Singh1-1/+1
2024-02-12wifi: mac80211: flush only stations using requests linksAditya Kumar Singh8-18/+33
2024-02-12wifi: mac80211: remove gfp parameter from ieee80211_obss_color_collision_notifyLorenzo Bianconi2-3/+2
2024-02-08wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh1-2/+13
2024-02-08wifi: mac80211: start and finalize channel switch on link basisAditya Kumar Singh2-24/+37
2024-02-08wifi: mac80211: handle set csa/after_csa beacon on per link basisAditya Kumar Singh1-13/+15
2024-02-08wifi: mac80211: update beacon counters per link basisAditya Kumar Singh1-3/+11
2024-02-08wifi: mac80211: refactor STA CSA parsing flowsMichael-CY Lee1-52/+250
2024-02-08wifi: mac80211: don't use sband->band earlyJohannes Berg1-1/+1
2024-02-08wifi: mac80211: add missing kernel-doc for fast_tx_checkJohannes Berg1-1/+2
2024-02-08wifi: mac80211: clarify vif handling in TX dequeueJohannes Berg1-1/+2
2024-02-08wifi: mac80211: allow CSA to same channelJohannes Berg1-4/+0
2024-02-08wifi: mac80211: convert ieee80211_ie_build_eht_cap() to SKB useJohannes Berg5-119/+42
2024-02-08wifi: mac80211: convert ieee80211_ie_build_he_cap() to SKB useJohannes Berg5-93/+37
2024-02-08wifi: mac80211: move element parsing to a new fileJohannes Berg3-892/+927
2024-02-08wifi: mac80211: start building elements in SKBsJohannes Berg3-185/+189
2024-02-08wifi: mac80211: simplify adding supported ratesJohannes Berg6-131/+77
2024-02-08wifi: mac80211: tdls: use ieee80211_put_he_6ghz_cap()Johannes Berg3-11/+3
2024-02-08wifi: mac80211: rename ieee80211_ie_build_he_6ghz_cap()Johannes Berg4-8/+10
2024-02-08wifi: mac80211: limit HE RU capabilities when limiting bandwidthJohannes Berg1-2/+33
2024-02-08wifi: mac80211: adjust EHT capa when lowering bandwidthJohannes Berg5-37/+103
2024-02-08wifi: mac80211: simplify HE/EHT element length functionsJohannes Berg4-19/+16
2024-02-08wifi: mac80211: disallow basic multi-link element in per-STA profileJohannes Berg3-1/+8
2024-02-08wifi: mac80211: disambiguate element parsing errorsJohannes Berg2-38/+81
2024-02-08wifi: mac80211: implement MLO multicast deduplicationJohannes Berg3-3/+26
2024-02-08wifi: mac80211: add/use ieee80211_get_sn()Johannes Berg1-3/+2
2024-02-08wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg5-186/+53
2024-02-08wifi: mac80211: reload info pointer in ieee80211_tx_dequeue()Johannes Berg1-2/+3
2024-02-08wifi: mac80211: use cfg80211_chandef_primary_freq()Johannes Berg1-19/+11
2024-02-08wifi: mac80211: refactor puncturing bitmap extractionJohannes Berg1-35/+17
2024-02-08wifi: mac80211: validate assoc response channel configJohannes Berg1-2/+17
2024-02-08wifi: mac80211: support wider bandwidth OFDMA configJohannes Berg4-70/+201
2024-02-08wifi: mac80211: add and use a link iteration macroJohannes Berg2-170/+89
2024-02-08wifi: mac80211: introduce 'channel request'Johannes Berg19-288/+330
2024-02-08wifi: mac80211: chan: chandef is non-NULL for reservedJohannes Berg1-3/+3
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg10-201/+243
2024-02-08wifi: mac80211: clean up HE 6 GHz and EHT chandef parsingJohannes Berg5-93/+29
2024-02-08wifi: mac80211: clean up connection processJohannes Berg10-997/+1268
2024-02-08wifi: mac80211: clean up band switch in durationJohannes Berg1-11/+8
2024-02-08wifi: mac80211: remove extra shadowing variableJohannes Berg1-1/+0
2024-02-08wifi: mac80211: remove unused MAX_MSG_LEN defineJohannes Berg1-2/+0
2024-02-08Merge wireless into wireless-nextJohannes Berg8-65/+115