aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2023-12-01wifi: rtw89: refine element naming used by queue empty checkZong-Zhe Yang7-14/+16
2023-12-01wifi: rtw89: add reserved size as factor of DLE used sizePing-Ke Shih1-7/+15
2023-12-01wifi: rtw89: mac: add to get DLE reserved quotaPing-Ke Shih3-0/+76
2023-12-01wifi: rtw89: 8922a: extend and add quota numberPing-Ke Shih4-0/+104
2023-12-01wifi: iwlwifi: fw: replace deprecated strncpy with strscpy_padJustin Stitt1-4/+4
2023-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-6/+7
2023-11-30wifi: rtw89: debug: remove wrapper of rtw89_debug()Ping-Ke Shih2-8/+5
2023-11-30wifi: rtw89: debug: add debugfs entry to disable dynamic mechanismPing-Ke Shih3-0/+68
2023-11-30wifi: rtw89: phy: dynamically adjust EDCCA thresholdYi-Chen Chen10-20/+327
2023-11-30wifi: rtw89: debug: add to check if debug mask is enabledPing-Ke Shih1-0/+11
2023-11-30wifi: rtlwifi: rtl8821ae: phy: fix an undefined bitwise shift behaviorSu Hui1-2/+3
2023-11-30wifi: rtlwifi: rtl8821ae: phy: remove some useless codeSu Hui1-10/+1
2023-11-30wifi: libertas: fix config name in dependency for SDIO supportLukas Bulwahn1-1/+1
2023-11-30wifi: rtw88: debug: remove wrapper of rtw_dbg()Ping-Ke Shih2-7/+5
2023-11-30wifi: brcmfmac: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-30wifi: rt2x00: Simplify bool conversionYang Li1-2/+2
2023-11-30wifi: ath11k: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-30wifi: ath11k: fix race due to setting ATH11K_FLAG_EXT_IRQ_ENABLED too earlyBaochen Qiang1-2/+2
2023-11-30wifi: ath11k: remove ath11k_htc_record::pauload[]Jeff Johnson1-1/+0
2023-11-30wifi: ath10k: Use DECLARE_FLEX_ARRAY() for ath10k_htc_recordJeff Johnson1-3/+3
2023-11-30wifi: ath10k: remove ath10k_htc_record::pauload[]Jeff Johnson1-1/+0
2023-11-30wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrightsJeff Johnson28-0/+28
2023-11-30wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrightsJeff Johnson46-19/+46
2023-11-30wifi: ath12k: Update Qualcomm Innovation Center, Inc. copyrightsJeff Johnson21-21/+21
2023-11-29Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski4-6/+7
2023-11-29wifi: ath9k: Fix potential array-index-out-of-bounds read in ath9k_htc_txstat...Minsuk Kang1-2/+3
2023-11-29wifi: ath9k: Remove unnecessary (void*) conversionsWu Yunchuan11-39/+39
2023-11-29wifi: ath12k: refactor DP Rxdma ring structureKarthikeyan Periyasamy4-39/+46
2023-11-29wifi: ath12k: avoid explicit HW conversion argument in Rxdma replenishKarthikeyan Periyasamy3-53/+31
2023-11-29wifi: ath12k: avoid explicit RBM id argument in Rxdma replenishKarthikeyan Periyasamy3-11/+4
2023-11-29wifi: ath12k: avoid explicit mac id argument in Rxdma replenishKarthikeyan Periyasamy3-13/+11
2023-11-29wifi: ath12k: fix the error handler of rfkill configKarthikeyan Periyasamy1-2/+4
2023-11-29wifi: ath12k: use select for CRYPTO_MICHAEL_MICJames Prestwood1-1/+1
2023-11-29wifi: ath11k: use select for CRYPTO_MICHAEL_MICJames Prestwood1-1/+1
2023-11-27Merge tag 'wireless-next-2023-11-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski149-58614/+3358
2023-11-27wifi: mac80211: use wiphy locked debugfs helpers for agg_statusJohannes Berg1-3/+1
2023-11-24wifi: iwlwifi: mvm: fix an error code in iwl_mvm_mld_add_sta()Dan Carpenter1-1/+3
2023-11-22wifi: ath12k: Consolidate WMI peer flagsJeff Johnson1-42/+19
2023-11-22wifi: ath11k: Consolidate WMI peer flagsJeff Johnson1-41/+18
2023-11-22wifi: ath12k: Remove obsolete struct wmi_peer_flags_map *peer_flagsJeff Johnson1-2/+0
2023-11-22wifi: ath11k: Remove obsolete struct wmi_peer_flags_map *peer_flagsJeff Johnson1-2/+0
2023-11-22wifi: ath12k: Remove struct ath12k::opsJeff Johnson1-2/+1
2023-11-22wifi: ath11k: Remove struct ath11k::opsJeff Johnson1-1/+0
2023-11-22wifi: ath10k: Remove unused struct ath10k_htc_frameJeff Johnson1-13/+0
2023-11-22wifi: ath10k: simplify __ath10k_htt_tx_txq_recalc()Dmitry Antipov1-2/+1
2023-11-22wifi: mt76: mt7925: fix typo in mt7925_init_he_capsLorenzo Bianconi1-2/+2
2023-11-22wifi: rtw89: 8922a: read efuse content from physical mapPing-Ke Shih2-0/+88
2023-11-22wifi: rtw89: 8922a: read efuse content via efuse map struct from logic mapPing-Ke Shih2-0/+208
2023-11-22wifi: rtw89: 8852c: read RX gain offset from efuse for 6GHz channelsPing-Ke Shih4-2/+66
2023-11-22wifi: rtw89: mac: add to access efuse for WiFi 7 chipsPing-Ke Shih11-6/+552