index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-02
wifi: ath10k: indicate to mac80211 scan complete with aborted flag for ATH10K...
Wen Gong
1
-6
/
+9
2023-10-02
wifi: ath: dfs_pattern_detector: Use flex array to simplify code
Christophe JAILLET
1
-13
/
+8
2023-10-02
wifi: ath: dfs_pattern_detector: Fix a memory initialization issue
Christophe JAILLET
1
-1
/
+1
2023-10-02
wifi: carl9170: remove unnecessary (void*) conversions
Wu Yunchuan
1
-5
/
+5
2023-10-02
wifi: ath10k: Don't touch the CE interrupt registers after power up
Douglas Anderson
1
-4
/
+14
2023-10-02
wifi: ath10k: consistently use kstrtoX_from_user() functions
Dmitry Antipov
2
-51
/
+22
2023-10-02
wifi: ath12k: add keep backward compatibility of PHY mode to avoid firmware c...
Wen Gong
2
-2
/
+66
2023-10-02
wifi: ath12k: add read variant from SMBIOS for download board data
Wen Gong
3
-1
/
+94
2023-10-02
wifi: ath12k: do not drop data frames from unassociated stations
Hari Chandrakanthan
1
-11
/
+1
2023-10-02
wifi: ath12k: mhi: fix potential memory leak in ath12k_mhi_register()
Ma Ke
1
-4
/
+7
2023-09-28
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
46
-265
/
+661
2023-09-28
wifi: ath11k: mac: fix struct ieee80211_sband_iftype_data handling
Kalle Valo
1
-2
/
+8
2023-09-28
wifi: ath11k: fix ath11k_mac_op_remain_on_channel() stack usage
Dmitry Antipov
1
-19
/
+25
2023-09-28
wifi: ath12k: add msdu_end structure for WCN7850
Kang Yang
2
-20
/
+83
2023-09-28
wifi: ath12k: Set default beacon mode to burst mode
Sidhanta Sahu
1
-2
/
+2
2023-09-28
wifi: ath12k: call ath12k_mac_fils_discovery() without condition
Aloka Dixit
1
-3
/
+1
2023-09-28
wifi: ath11k: remove unnecessary (void*) conversions
Wu Yunchuan
8
-31
/
+23
2023-09-28
wifi: ath12k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN7850
Wen Gong
1
-0
/
+5
2023-09-28
wifi: ath12k: change to treat alpha code na as world wide regdomain
Wen Gong
1
-1
/
+7
2023-09-28
wifi: ath12k: indicate scan complete for scan canceled when scan running
Wen Gong
1
-6
/
+12
2023-09-28
wifi: ath12k: indicate to mac80211 scan complete with aborted flag for ATH12K...
Wen Gong
1
-6
/
+9
2023-09-28
wifi: ath12k: fix recovery fail while firmware crash when doing channel switch
Wen Gong
1
-0
/
+3
2023-09-28
wifi: ath12k: add support for hardware rfkill for WCN7850
Lingbo Kong
8
-0
/
+196
2023-09-28
wifi: ath11k: use kstrtoul_from_user() where appropriate
Dmitry Antipov
1
-18
/
+8
2023-09-25
wifi: cfg80211: split struct cfg80211_ap_settings
Johannes Berg
2
-2
/
+2
2023-09-21
wifi: ath11k: remove unused members of 'struct ath11k_base'
Dmitry Antipov
2
-4
/
+0
2023-09-21
wifi: ath11k: drop redundant check in ath11k_dp_rx_mon_dest_process()
Dmitry Antipov
1
-7
/
+0
2023-09-21
wifi: ath11k: drop NULL pointer check in ath11k_update_per_peer_tx_stats()
Dmitry Antipov
1
-3
/
+0
2023-09-21
wifi: ath11k: fix boot failure with one MSI vector
Baochen Qiang
1
-12
/
+12
2023-09-21
wifi: ath10k: drop HTT_DATA_TX_STATUS_DOWNLOAD_FAIL
Dmitry Antipov
2
-3
/
+1
2023-09-21
wifi: ath10k: Annotate struct ath10k_ce_ring with __counted_by
Kees Cook
1
-1
/
+1
2023-09-21
wifi: wcn36xx: Annotate struct wcn36xx_hal_ind_msg with __counted_by
Kees Cook
1
-1
/
+1
2023-09-21
wifi: ath12k: Remove unnecessary (void*) conversions
Wu Yunchuan
3
-11
/
+8
2023-09-21
wifi: ath10k: Remove unnecessary (void*) conversions
Wu Yunchuan
1
-10
/
+6
2023-09-21
wifi: ath6kl: remove unnecessary (void*) conversions
Wu Yunchuan
2
-3
/
+3
2023-09-21
wifi: ath5k: remove unnecessary (void*) conversions
Wu Yunchuan
2
-4
/
+4
2023-09-21
wifi: wcn36xx: remove unnecessary (void*) conversions
Wu Yunchuan
3
-14
/
+14
2023-09-21
wifi: ar5523: Remove unnecessary (void*) conversions
Wu Yunchuan
1
-1
/
+1
2023-09-21
wifi: ath9k: clean up function ath9k_hif_usb_resume
Dongliang Mu
1
-17
/
+17
2023-09-21
wifi: ath12k: fix DMA unmap warning on NULL DMA address
Baochen Qiang
1
-2
/
+5
2023-09-21
wifi: ath12k: fix possible out-of-bound write in ath12k_wmi_ext_hal_reg_caps()
Baochen Qiang
1
-0
/
+6
2023-09-20
wifi: ath10k: fix clang-specific fortify warning
Dmitry Antipov
1
-1
/
+1
2023-09-20
wifi: ath11k: add chip id board name while searching board-2.bin for WCN6855
Wen Gong
1
-21
/
+87
2023-09-20
wifi: ath12k: fix possible out-of-bound read in ath12k_htt_pull_ppdu_stats()
Baochen Qiang
1
-0
/
+17
2023-09-20
wifi: ath12k: change to initialize recovery variables earlier in ath12k_core_...
Wen Gong
1
-3
/
+2
2023-09-20
wifi: ath12k: enable 320 MHz bandwidth for 6 GHz band in EHT PHY capability f...
Wen Gong
1
-2
/
+20
2023-09-20
wifi: ath9k: fix clang-specific fortify warnings
Dmitry Antipov
2
-2
/
+2
2023-09-20
wifi: ath9k: use u32 for txgain indexes
Dmitry Antipov
1
-4
/
+4
2023-09-20
wifi: ath9k: simplify ar9003_hw_process_ini()
Dmitry Antipov
1
-3
/
+0
2023-09-20
wifi: ath12k: fix radar detection in 160 MHz
Manish Dharanenthiran
1
-10
/
+14
[prev]
[next]