Age | Commit message (Expand) | Author | Files | Lines |
2023-12-12 | wifi: ath11k: Fix ath11k_htc_record flexible record | Jeff Johnson | 1 | -3/+1 |
2023-11-30 | wifi: ath11k: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-11-30 | wifi: ath11k: fix race due to setting ATH11K_FLAG_EXT_IRQ_ENABLED too early | Baochen Qiang | 1 | -2/+2 |
2023-11-30 | wifi: ath11k: remove ath11k_htc_record::pauload[] | Jeff Johnson | 1 | -1/+0 |
2023-11-30 | wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrights | Jeff Johnson | 46 | -19/+46 |
2023-11-29 | wifi: ath11k: use select for CRYPTO_MICHAEL_MIC | James Prestwood | 1 | -1/+1 |
2023-11-22 | wifi: ath11k: Consolidate WMI peer flags | Jeff Johnson | 1 | -41/+18 |
2023-11-22 | wifi: ath11k: Remove obsolete struct wmi_peer_flags_map *peer_flags | Jeff Johnson | 1 | -2/+0 |
2023-11-22 | wifi: ath11k: Remove struct ath11k::ops | Jeff Johnson | 1 | -1/+0 |
2023-11-13 | wifi: ath11k: Remove unneeded semicolon | Yang Li | 1 | -1/+1 |
2023-11-13 | wifi: ath11k: Defer on rproc_get failure | Luca Weiss | 1 | -2/+2 |
2023-10-25 | Revert "wifi: ath11k: call ath11k_mac_fils_discovery() without condition" | Kalle Valo | 1 | -1/+3 |
2023-10-25 | wifi: ath11k: fix gtk offload status event locking | Johan Hovold | 1 | -2/+5 |
2023-10-25 | wifi: ath11k: fix htt pktlog locking | Johan Hovold | 1 | -1/+7 |
2023-10-25 | wifi: ath11k: fix dfs radar event locking | Johan Hovold | 1 | -0/+4 |
2023-10-25 | wifi: ath11k: fix temperature event locking | Johan Hovold | 1 | -2/+6 |
2023-10-25 | wifi: ath11k: add firmware-2.bin support | Anilkumar Kolli | 7 | -17/+258 |
2023-10-25 | wifi: ath11k: qmi: refactor ath11k_qmi_m3_load() | Kalle Valo | 1 | -7/+11 |
2023-10-18 | wifi: ath11k: rename the sc naming convention to ab | Karthikeyan Periyasamy | 4 | -45/+45 |
2023-10-18 | wifi: ath11k: rename the wmi_sc naming convention to wmi_ab | Karthikeyan Periyasamy | 1 | -16/+16 |
2023-10-18 | wifi: ath11k: Remove ath11k_base::bd_api | Jeff Johnson | 2 | -4/+4 |
2023-10-18 | wifi: ath11k: Use device_get_match_data() | Rob Herring | 1 | -8/+2 |
2023-10-12 | wifi: ath11k: Introduce and use ath11k_sta_to_arsta() | Jeff Johnson | 8 | -36/+41 |
2023-10-12 | wifi: ath11k: Remove unused struct ath11k_htc_frame | Jeff Johnson | 1 | -12/+0 |
2023-10-12 | wifi: ath11k: add parsing of phy bitmap for reg rules | Aditya Kumar Singh | 3 | -2/+17 |
2023-10-12 | wifi: ath11k: ath11k_debugfs_register(): fix format-truncation warning | Kalle Valo | 1 | -2/+2 |
2023-10-10 | wifi: ath11k: call ath11k_mac_fils_discovery() without condition | Aloka Dixit | 1 | -3/+1 |
2023-10-09 | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git | Kalle Valo | 1 | -8/+19 |
2023-10-07 | Merge tag 'wireless-next-2023-10-06' of git://git.kernel.org/pub/scm/linux/ke... | Jakub Kicinski | 13 | -136/+192 |
2023-10-05 | wifi: ath11k: fix Tx power value during active CAC | Aditya Kumar Singh | 1 | -0/+8 |
2023-10-05 | wifi: ath11k: fix CAC running state during virtual interface start | Aditya Kumar Singh | 1 | -8/+11 |
2023-09-28 | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git | Kalle Valo | 13 | -130/+183 |
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: ath11k: remove unnecessary (void*) conversions | Wu Yunchuan | 8 | -31/+23 |
2023-09-28 | wifi: ath11k: use kstrtoul_from_user() where appropriate | Dmitry Antipov | 1 | -18/+8 |
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-20 | wifi: ath11k: add chip id board name while searching board-2.bin for WCN6855 | Wen Gong | 1 | -21/+87 |
2023-09-11 | wifi: cfg80211: annotate iftype_data pointer with sparse | Johannes Berg | 1 | -6/+9 |
2023-09-05 | wifi: ath11k: fix tid bitmap is 0 in peer rx mu stats | Muna Sinada | 2 | -13/+14 |
2023-09-05 | wifi: ath11k: move references from rsvd2 to info fields | Muna Sinada | 2 | -8/+13 |
2023-09-05 | wifi: ath11k: mhi: add a warning message for MHI_CB_EE_RDDM crash | Arowa Suliman | 1 | -0/+1 |
2023-08-31 | Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+6 |
2023-08-25 | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git | Kalle Valo | 8 | -58/+43 |
2023-08-25 | Fix nomenclature for USB and PCI wireless devices | Alan Stern | 1 | -1/+1 |
2023-08-23 | wifi: ath11k: Remove unused declarations | Yue Haibing | 2 | -5/+0 |
2023-08-23 | wifi: ath11k: fix Wvoid-pointer-to-enum-cast warning | Krzysztof Kozlowski | 1 | -1/+1 |