aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-02wifi: mac80211: don't allow deactivation of all linksMiri Korenblit1-0/+6
2024-02-02wifi: mac80211: clean up FILS discovery change flags handlingJohannes Berg1-6/+6
2024-02-02wifi: mac80211: trace SMPS requests from driverJohannes Berg2-2/+32
2024-02-02wifi: mac80211: accept broadcast probe responses on 6 GHzJohannes Berg1-12/+18
2024-02-02wifi: mac80211: adding missing drv_mgd_complete_tx() callJohannes Berg1-0/+1
2024-02-02wifi: mac80211: fix waiting for beacons logicJohannes Berg1-2/+1
2024-02-02wifi: mac80211: fix unsolicited broadcast probe configJohannes Berg1-7/+7
2024-02-02wifi: mac80211: initialize SMPS mode correctlyJohannes Berg1-4/+3
2024-02-02wifi: mac80211: fix driver debugfs for vif type changeJohannes Berg3-8/+3
2024-02-02wifi: mac80211: set station RX-NSS on reconfigJohannes Berg1-0/+2
2024-02-02wifi: mac80211: fix RCU use in TDLS fast-xmitJohannes Berg1-3/+4
2024-02-02wifi: mac80211: improve CSA/ECSA connection refusalJohannes Berg1-27/+76
2024-01-26wifi: mac80211: Drop WBRF debugging statementsMario Limonciello1-2/+0
2024-01-26wifi: mac80211: apply duration for SW scanMichael-CY Lee1-2/+8
2024-01-26wifi: mac80211: use deflink and fix typo in link ID checkBenjamin Berg1-2/+2
2024-01-26wifi: mac80211: don't set bss_conf in parsingJohannes Berg2-20/+28
2024-01-26wifi: mac80211: disallow drivers with HT wider than HEJohannes Berg1-0/+18
2024-01-26wifi: mac80211: simplify HE capability accessJohannes Berg1-27/+5
2024-01-26wifi: mac80211: remove extra element parsingJohannes Berg1-22/+2
2024-01-26wifi: mac80211: simplify ieee80211_config_bw() prototypeJohannes Berg1-12/+8
2024-01-26wifi: mac80211: take EML/MLD capa from assoc responseJohannes Berg1-9/+13
2024-01-26wifi: mac80211: add support for SPP A-MSDUsJohannes Berg6-11/+39
2024-01-26wifi: mac80211: add support for negotiated TTLM requestAyala Beker5-0/+146
2024-01-26wifi: mac80211: process and save negotiated TID to Link mapping requestAyala Beker7-17/+420