summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski35-156/+401
9 daysRevert "wifi: iwlegacy: do not skip frames with bad FCS"Kalle Valo2-2/+2
11 dayswifi: ipw2x00: libipw_rx_any(): fix bad alignmentJiapeng Chong1-4/+4
2024-11-07wifi: iwlwifi: mvm: don't call power_update_mac in fast suspendEmmanuel Grumbach1-2/+0
2024-11-07wifi: iwlwifi: s/IWL_MVM_INVALID_STA/IWL_INVALID_STAMiri Korenblit17-77/+77
2024-11-07wifi: iwlwifi: bump minimum API version in BZ/SC to 92Miri Korenblit2-2/+2
2024-11-07wifi: iwlwifi: move IWL_LMAC_*_INDEX to fw/api/context.hMiri Korenblit2-2/+3
2024-11-07wifi: iwlwifi: be less noisy if the NIC is dead in S3Emmanuel Grumbach4-14/+30
2024-11-07wifi: iwlwifi: mvm: tell iwlmei when we finished suspendingEmmanuel Grumbach1-2/+6
2024-11-07wifi: iwlwifi: allow fast resume on ax200Emmanuel Grumbach1-1/+1
2024-11-07wifi: iwlwifi: mvm: support new initiator and responder command versionAvraham Stern3-1/+7
2024-11-07wifi: iwlwifi: mvm: use wiphy locked debugfs for low-latencyJohannes Berg1-9/+55
2024-11-07wifi: iwlwifi: mvm: MLO scan upon channel condition degradationEmmanuel Grumbach4-2/+15
2024-11-07wifi: iwlwifi: mvm: support new versions of the wowlan APIsEmmanuel Grumbach4-23/+171
2024-11-07wifi: iwlwifi: mvm: allow always calling iwl_mvm_get_bss_vif()Johannes Berg1-3/+1
2024-11-07wifi: iwlwifi: mvm: unify link info initializationJohannes Berg4-16/+15
2024-11-07wifi: iwlwifi: mvm: clarify fw_id_to_link_sta protectionJohannes Berg4-0/+16
2024-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-68/+148
2024-10-25wifi: iwlwifi: mvm: fix 6 GHz scan constructionJohannes Berg1-3/+3
2024-10-25Revert "wifi: iwlwifi: remove retry loops in start"Emmanuel Grumbach3-10/+31
2024-10-25wifi: iwlwifi: mvm: don't add default link in fw restart flowEmmanuel Grumbach1-6/+18
2024-10-25wifi: iwlwifi: mvm: Fix response handling in iwl_mvm_send_recovery_cmd()Daniel Gabay1-6/+4
2024-10-25wifi: iwlwifi: mvm: SAR table alignmentAnjaneyulu1-38/+58
2024-10-25wifi: iwlwifi: mvm: Use the sync timepoint API in suspendDaniel Gabay2-1/+5
2024-10-25wifi: iwlwifi: mvm: really send iwl_txpower_constraints_cmdMiri Korenblit1-5/+5
2024-10-25wifi: iwlwifi: mvm: don't leak a link on AP removalEmmanuel Grumbach1-1/+1
2024-10-25Merge tag 'wireless-2024-10-21' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller4-3/+28
2024-10-23wifi: iwlwifi: work around -Wenum-compare-conditional warningArnd Bergmann1-1/+4
2024-10-23wifi: mac80211: re-order assigning channel in activate linksAditya Kumar Singh2-24/+19
2024-10-23wifi: iwlwifi: allow IWL_FW_CHECK() with just a stringJohannes Berg1-3/+3
2024-10-23wifi: iwlwifi: mvm: remove redundant checkMiri Korenblit1-6/+0
2024-10-23wifi: iwlwifi: fw: add an error table status getterYedidya Benshimol3-27/+32
2024-10-23wifi: iwlwifi: do not warn about a flush with an empty TX queueBenjamin Berg1-0/+4
2024-10-23wifi: iwlwifi: mvm: remove IWL_MVM_HW_CSUM_DISABLEMiri Korenblit2-3/+1
2024-10-23wifi: iwlwifi: mvm: remove unneeded checkMiri Korenblit1-5/+2
2024-10-23wifi: iwlwifi: mvm: Remove redundant rcu_read_lock() in reorder bufferDaniel Gabay1-2/+0
2024-10-23wifi: iwlwifi: mvm: Remove unused last_amsdu from reorder bufferDaniel Gabay2-7/+1
2024-10-23wifi: iwlwifi: bump FW API to 94 for BZ/SC devicesMiri Korenblit2-2/+2
2024-10-23wifi: iwlwifi: fw: api: update link context API versionJohannes Berg2-6/+29
2024-10-23wifi: iwlwifi: mvm: log information about HW restart completionBenjamin Berg1-0/+2
2024-10-23wifi: iwlwifi: mvm: prepare the tx_power handling to be per-linkEmmanuel Grumbach3-8/+9
2024-10-23wifi: iwlwifi: mvm: exit EMLSR earlier if bss_param_ch_cnt is updatedEmmanuel Grumbach2-4/+12
2024-10-23wifi: iwlwifi: mvm: Add support for prep_add_interface() callbackIlan Peer4-0/+61
2024-10-23wifi: mac80211: call rate_control_rate_update() for link STAJohannes Berg3-4/+5
2024-10-23wifi: mac80211: rename IEEE80211_CHANCTX_CHANGE_MIN_WIDTHMiri Korenblit1-2/+2
2024-10-17wifi: ipw: select CRYPTO_LIB_ARC4Johannes Berg1-0/+1
2024-10-09Merge net-next/main to resolve conflictsJohannes Berg6-6/+5
2024-10-08wifi: remove iw_public_data from struct net_deviceJohannes Berg5-10/+4
2024-10-08wifi: cfg80211: stop exporting wext symbolsJohannes Berg2-2/+9
2024-10-08wifi: wext/libipw: move spy implementation to libipwJohannes Berg6-9/+252