summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+7
2023-08-09wifi: ath12k: Fix buffer overflow when scanning with extraieWen Gong1-2/+1
2023-08-08wifi: rtw89: fix 8852AE disconnection caused by RX full flagsPing-Ke Shih1-1/+1
2023-08-08wifi: brcm80211: handle params_v1 allocation failurePetr Tesarik1-0/+5
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin2-1/+1
2023-08-05Merge tag 'wireless-next-2023-08-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski164-5708/+8213
2023-08-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo27-190/+991
2023-08-03wifi: rtw89: return failure if needed firmware elements are not recognizedPing-Ke Shih7-0/+18
2023-08-03wifi: rtw89: add to parse firmware elements of BB and RF tablesPing-Ke Shih4-4/+121
2023-08-03wifi: rtw89: introduce infrastructure of firmware elementsPing-Ke Shih3-0/+135
2023-08-03wifi: rtw89: add firmware suit for BB MCU 0/1Ping-Ke Shih1-2/+15
2023-08-03wifi: rtw89: add firmware parser for v1 formatPing-Ke Shih2-12/+111
2023-08-03wifi: rtw89: introduce v1 format of firmware headerPing-Ke Shih3-13/+89
2023-08-03wifi: rtw89: support firmware log with formatted textChin-Yen Lee6-16/+194
2023-08-03wifi: rtw89: recognize log format from firmware fileChin-Yen Lee2-8/+21
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-02wifi: brcmfmac: Fix field-spanning write in brcmf_scan_params_v2_to_v1()Hans de Goede1-1/+6
2023-08-02wifi: mwifiex: fix error recovery in PCIE buffer descriptor managementDmitry Antipov1-8/+17
2023-08-02wifi: brcmsmac: cleanup SCB-related data typesDmitry Antipov5-28/+4
2023-08-02wifi: brcmsmac: remove more unused data typesDmitry Antipov2-14/+0
2023-08-02wifi: mt76: Replace strlcpy() with strscpy()Azeem Shaikh4-4/+4
2023-08-02Merge tag 'mt76-for-kvalo-2023-07-31' of https://github.com/nbd168/wirelessKalle Valo83-4826/+5740
2023-08-01wifi: libertas: prefer kstrtoX() for simple integer conversionsDmitry Antipov1-18/+33
2023-08-01wifi: libertas: handle possible spu_write_u16() errorsDmitry Antipov1-3/+8
2023-08-01wifi: libertas: cleanup SDIO resetDmitry Antipov1-12/+22