summaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-08wifi: iwlwifi: mvm: expand queue sync warning messagesJohannes Berg2-8/+9
2024-02-08wifi: iwlwifi: mvm: Declare support for secure LTF measurementIlan Peer3-1/+13
2024-02-08wifi: iwlwifi: mvm: advertise support for protected ranging negotiationAvraham Stern1-0/+7
2024-02-08wifi: iwlwifi: mvm: remove one queue sync on BA session stopJohannes Berg1-11/+1
2024-02-08wifi: iwlwifi: support EHT for WHMiri Korenblit1-1/+1
2024-02-08wifi: iwlwifi: mvm: don't support reduced tx power on ack for new devicesEmmanuel Grumbach1-0/+3
2024-02-08wifi: iwlwifi: use system_unbound_wq for debug dumpJohannes Berg1-2/+5
2024-02-08wifi: iwlwifi: mvm: remove EHT code from mac80211.cJohannes Berg1-11/+4
2024-02-08wifi: iwlwifi: read mac step from aux registerMiri Korenblit4-4/+22
2024-02-08wifi: iwlwifi: adjust rx_phyinfo debugfs to MLOMiri Korenblit1-16/+28
2024-02-08wifi: iwlwifi: mvm: const-ify chandef pointersJohannes Berg2-12/+12
2024-02-08wifi: iwlwifi: Add support for PPAG cmd v5 and PPAG revision 3Anjaneyulu7-20/+66
2024-02-08wifi: iwlwifi: pcie: don't allow hw-rfkill to stop device on gen2Johannes Berg2-7/+6
2024-02-08wifi: iwlwifi: add HONOR to PPAG approved listMiri Korenblit1-0/+5
2024-02-08wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh17-19/+31
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 Singh5-7/+17
2024-02-08wifi: cfg80211: send link id in channel_switch opsAditya Kumar Singh3-2/+9
2024-02-08wifi: mac80211: refactor STA CSA parsing flowsMichael-CY Lee1-52/+250
2024-02-08wifi: cfg80211: Add utility for converting op_class into chandefMichael-CY Lee2-0/+89
2024-02-08wifi: iwlwifi: return negative -EINVAL instead of positive EINVALDan Carpenter1-1/+1
2024-02-08wifi: mac80211: don't use sband->band earlyJohannes Berg1-1/+1
2024-02-08wifi: mac80211_hwsim: add missing kernel-docJohannes Berg1-1/+4
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 Berg6-37/+106
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 Berg4-3/+31
2024-02-08wifi: mac80211: add/use ieee80211_get_sn()Johannes Berg2-4/+8
2024-02-08wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg18-325/+227
2024-02-08wifi: mac80211: use cfg80211_chandef_primary_freq()Johannes Berg1-19/+11
2024-02-08wifi: cfg80211: simplify cfg80211_chandef_compatible()Johannes Berg4-81/+284
2024-02-08wifi: wireless: declare different S1G chandefs incompatibleJohannes Berg1-5/+10
2024-02-08wifi: mac80211: refactor puncturing bitmap extractionJohannes Berg2-35/+33
2024-02-08wifi: cfg80211: move puncturing validation codeJohannes Berg1-69/+69
2024-02-08wifi: mac80211: validate assoc response channel configJohannes Berg1-2/+17
2024-02-08wifi: mac80211: support wider bandwidth OFDMA configJohannes Berg5-70/+215
2024-02-08wifi: mac80211: add and use a link iteration macroJohannes Berg2-170/+89