summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2023-08-23wifi: ath11k: Cleanup mac80211 references on failure during tx_completeSven Eckelmann1-3/+3
2023-08-23wifi: ath11k: Don't drop tx_status when peer cannot be foundSven Eckelmann1-2/+2
2023-08-22wifi: ath9k: Remove unused declarationsYue Haibing2-3/+0
2023-08-22wifi: ath9k: Remove unnecessary ternary operatorsRuan Jinjie3-4/+3
2023-08-22wifi: ath9k: consistently use kstrtoX_from_user() functionsDmitry Antipov5-139/+61
2023-08-22wifi: ath9k: fix parameter check in ath9k_init_debug()Minjie Du1-1/+1
2023-08-22wifi: ath9k: protect WMI command response buffer replacement with a lockFedor Pchelkin1-6/+8
2023-08-22wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rxFedor Pchelkin1-2/+4
2023-08-22wifi: ath5k: Remove redundant dev_err()Ruan Jinjie1-1/+0
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2023-08-09wifi: ath12k: Fix buffer overflow when scanning with extraieWen Gong1-2/+1
2023-08-05Merge tag 'wireless-next-2023-08-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski29-194/+993
2023-08-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo27-190/+991
2023-08-03wifi: ath12k: avoid deadlock by change ieee80211_queue_work for regd_update_workWen Gong1-1/+1
2023-08-03wifi: ath12k: add handler for scan event WMI_SCAN_EVENT_DEQUEUEDWen Gong1-0/+2
2023-08-03wifi: ath12k: relax list iteration in ath12k_mac_vif_unref()Dmitry Antipov1-3/+3
2023-08-03wifi: ath12k: configure puncturing bitmapAloka Dixit4-3/+28
2023-08-03wifi: ath12k: parse WMI service ready ext2 eventAloka Dixit2-0/+64
2023-08-03wifi: ath12k: add MLO header in peer associationPradeep Kumar Chitrapu1-1/+14
2023-08-03wifi: ath12k: peer assoc for 320 MHzAloka Dixit2-0/+4
2023-08-03wifi: ath12k: add WMI support for EHT peerAloka Dixit2-3/+57
2023-08-03wifi: ath12k: prepare EHT peer assoc parametersAloka Dixit2-0/+161
2023-08-03wifi: ath12k: add EHT PHY modesMuna Sinada3-22/+94
2023-08-03wifi: ath12k: propagate EHT capabilities to userspaceAloka Dixit1-0/+111
2023-08-03wifi: ath12k: WMI support to process EHT capabilitiesAloka Dixit3-0/+218
2023-08-03wifi: ath12k: move HE capabilities processing to a new functionAloka Dixit1-56/+55
2023-08-03wifi: ath12k: rename HE capabilities setup/copy functionsAloka Dixit1-27/+31
2023-08-02wifi: ath12k: change to use dynamic memory for channel list of scanWen Gong2-2/+11
2023-08-02wifi: ath12k: trigger station disconnect on hardware restartWen Gong1-0/+21
2023-08-02wifi: ath12k: Use pdev_id rather than mac_id to get pdevBaochen Qiang2-7/+12
2023-08-02wifi: ath12k: avoid array overflow of hw mode for preferred_hw_modeWen Gong1-0/+4
2023-08-02wifi: ath12k: fix memcpy array overflow in ath12k_peer_assoc_h_he()Arnd Bergmann1-2/+2
2023-08-02wifi: ath12k: correct the data_type from QMI_OPT_FLAG to QMI_UNSIGNED_1_BYTE ...Wen Gong1-1/+1
2023-08-02wifi: ath12k: Fix a NULL pointer dereference in ath12k_mac_op_hw_scan()Wen Gong1-2/+5
2023-08-02wifi: ath11k: Remove cal_done check during probeSeevalamuthu Mariappan1-1/+1
2023-08-02wifi: ath11k: Add coldboot calibration support for QCN9074Anilkumar Kolli5-29/+36
2023-08-02wifi: ath11k: Split coldboot calibration hw_paramSeevalamuthu Mariappan5-14/+35
2023-08-02wifi: ath11k: simplify ath11k_mac_validate_vht_he_fixed_rate_settings()Dmitry Antipov1-2/+2
2023-08-02wifi: ath11k: fix band selection for ppdu received in channel 177 of 5 GHzAditya Kumar Singh1-1/+1
2023-08-01wifi: drivers: Explicitly include correct DT includesRob Herring3-4/+2
2023-07-27wifi: wil6210: fix fortify warningsDmitry Antipov4-6/+10
2023-07-26Revert "wifi: ath6k: silence false positive -Wno-dangling-pointer warning on ...Kalle Valo1-5/+0
2023-07-26Revert "wifi: ath11k: Enable threaded NAPI"Kalle Valo2-2/+0
2023-07-25wifi: ath9k: fix printk specifierDongliang Mu2-4/+4
2023-07-25wifi: ath6kl: Remove error checking for debugfs_create_dir()Wang Ming1-2/+0
2023-07-25wifi: ath5k: remove phydir check from ath5k_debug_init_device()Minjie Du1-2/+0
2023-07-25wifi: ath9k: fix fortify warningsDmitry Antipov2-4/+6
2023-07-25wifi: ath9k: avoid using uninitialized arrayDmitry Antipov1-0/+2
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds56-714/+1881
2023-06-21wifi: ath10k: improve structure paddingArnd Bergmann1-3/+3