summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wifi: iwlwifi: fix #ifdef CONFIG_ACPI checkArnd Bergmann2024-02-121-7/+4
* wifi: cfg80211: fix kernel-doc for cfg80211_chandef_primaryJohannes Berg2024-02-091-1/+1
* wifi: iwlwifi: queue: improve warning for no skb in reclaimJohannes Berg2024-02-081-4/+5
* wifi: iwlwifi: mvm: move BA notif messages before actionJohannes Berg2024-02-081-9/+9
* wifi: iwlwifi: mvm: show skb_mac_gso_segment() failure reasonJohannes Berg2024-02-081-3/+9
* wifi: iwlwifi: mvm: remove flags for enable/disable beacon filterJohannes Berg2024-02-085-34/+27
* wifi: iwlwifi: mvm: don't set replay counters to 0xffJohannes Berg2024-02-081-3/+1
* wifi: iwlwifi: pcie: Add new PCI device id and CNVIMukesh Sisodiya2024-02-083-6/+55
* wifi: iwlwifi: mvm: don't send the smart fifo command if not neededEmmanuel Grumbach2024-02-082-2/+8
* wifi: iwlwifi: mvm: don't set the MFP flag for the GTKEmmanuel Grumbach2024-02-081-7/+11
* wifi: iwlwifi: fw: allow vmalloc for PNVM imageJohannes Berg2024-02-081-5/+5
* wifi: iwlwifi: mvm: don't do duplicate detection for nullfunc packetsJohannes Berg2024-02-081-4/+2
* wifi: iwlwifi: mvm: fix erroneous queue index maskJohannes Berg2024-02-081-3/+9
* wifi: iwlwifi: mvm: avoid garbage iPNShaul Triebitz2024-02-081-0/+3
* wifi: iwlwifi: mvm: always update keys in D3 exitShaul Triebitz2024-02-081-4/+3
* wifi: iwlwifi: mvm: limit pseudo-D3 to 60 secondsJohannes Berg2024-02-081-0/+7
* wifi: iwlwifi: mvm: combine condition/warningJohannes Berg2024-02-081-3/+1
* wifi: iwlwifi: mvm: fix the key PN indexShaul Triebitz2024-02-081-3/+11
* wifi: iwlwifi: mvm: Keep connection in case of missed beacons during RXDaniel Amosi2024-02-082-4/+13
* wifi: iwlwifi: properly check if link is activeMiri Korenblit2024-02-081-2/+1
* wifi: iwlwifi: take SGOM and UATS code out of ACPI ifdefMiri Korenblit2024-02-083-19/+3
* wifi: iwlwifi: mvm: don't abort queue sync in CT-killJohannes Berg2024-02-082-11/+9
* wifi: iwlwifi: mvm: define RX queue sync timeout as a macroShaul Triebitz2024-02-081-1/+2
* wifi: iwlwifi: mvm: expand queue sync warning messagesJohannes Berg2024-02-082-8/+9
* wifi: iwlwifi: mvm: Declare support for secure LTF measurementIlan Peer2024-02-083-1/+13
* wifi: iwlwifi: mvm: advertise support for protected ranging negotiationAvraham Stern2024-02-081-0/+7
* wifi: iwlwifi: mvm: remove one queue sync on BA session stopJohannes Berg2024-02-081-11/+1
* wifi: iwlwifi: support EHT for WHMiri Korenblit2024-02-081-1/+1
* wifi: iwlwifi: mvm: don't support reduced tx power on ack for new devicesEmmanuel Grumbach2024-02-081-0/+3
* wifi: iwlwifi: use system_unbound_wq for debug dumpJohannes Berg2024-02-081-2/+5
* wifi: iwlwifi: mvm: remove EHT code from mac80211.cJohannes Berg2024-02-081-11/+4
* wifi: iwlwifi: read mac step from aux registerMiri Korenblit2024-02-084-4/+22
* wifi: iwlwifi: adjust rx_phyinfo debugfs to MLOMiri Korenblit2024-02-081-16/+28
* wifi: iwlwifi: mvm: const-ify chandef pointersJohannes Berg2024-02-082-12/+12
* wifi: iwlwifi: Add support for PPAG cmd v5 and PPAG revision 3Anjaneyulu2024-02-087-20/+66
* wifi: iwlwifi: pcie: don't allow hw-rfkill to stop device on gen2Johannes Berg2024-02-082-7/+6
* wifi: iwlwifi: add HONOR to PPAG approved listMiri Korenblit2024-02-081-0/+5
* wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh2024-02-0817-19/+31
* wifi: mac80211: start and finalize channel switch on link basisAditya Kumar Singh2024-02-082-24/+37
* wifi: mac80211: handle set csa/after_csa beacon on per link basisAditya Kumar Singh2024-02-081-13/+15
* wifi: mac80211: update beacon counters per link basisAditya Kumar Singh2024-02-085-7/+17
* wifi: cfg80211: send link id in channel_switch opsAditya Kumar Singh2024-02-083-2/+9
* wifi: mac80211: refactor STA CSA parsing flowsMichael-CY Lee2024-02-081-52/+250
* wifi: cfg80211: Add utility for converting op_class into chandefMichael-CY Lee2024-02-082-0/+89
* wifi: iwlwifi: return negative -EINVAL instead of positive EINVALDan Carpenter2024-02-081-1/+1
* wifi: mac80211: don't use sband->band earlyJohannes Berg2024-02-081-1/+1
* wifi: mac80211_hwsim: add missing kernel-docJohannes Berg2024-02-081-1/+4
* wifi: mac80211: add missing kernel-doc for fast_tx_checkJohannes Berg2024-02-081-1/+2
* wifi: mac80211: clarify vif handling in TX dequeueJohannes Berg2024-02-081-1/+2
* wifi: mac80211: allow CSA to same channelJohannes Berg2024-02-081-4/+0