summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2022-12-08wifi: rtw88: Drop rf_lockSascha Hauer4-10/+14
2022-12-08wifi: rtw88: Call rtw_fw_beacon_filter_config() with rtwdev->mutex heldSascha Hauer1-1/+1
2022-12-08wifi: rtw88: print firmware type in info messageSascha Hauer2-1/+4
2022-12-08wifi: rtw89: add join info upon create interfacePo-Hao Huang1-0/+4
2022-12-08wifi: rtw89: fix unsuccessful interface_add flowPo-Hao Huang1-0/+2
2022-12-08wifi: rtw89: stop mac port function when stop_ap()Po-Hao Huang3-3/+15
2022-12-08wifi: rtw89: add mac TSF sync functionPo-Hao Huang3-0/+63
2022-12-08wifi: rtw89: request full firmware only once if it's early requestedZong-Zhe Yang3-9/+32
2022-12-08wifi: rtw89: don't request partial firmware if SECURITY_LOADPIN_ENFORCEZong-Zhe Yang2-9/+36
2022-12-08wifi: brcmfmac: Fix error return code in brcmf_sdio_download_firmware()Wang Yufen2-1/+2
2022-12-08wifi: rtl8xxxu: Introduce rtl8xxxu_update_ra_reportBitterblue Smith1-60/+45
2022-12-08wifi: rtl8xxxu: Fix the channel width reportingBitterblue Smith1-3/+7
2022-12-08wifi: rtl8xxxu: Add __packed to struct rtl8723bu_c2hBitterblue Smith1-1/+1
2022-12-08wifi: brcmfmac: introduce BRCMFMAC exported symbols namespaceArend van Spriel5-2/+11
2022-12-08wifi: brcmfmac: add vendor name in revinfo debugfs fileArend van Spriel3-1/+8
2022-12-08wifi: brcmfmac: add support Broadcom BCA firmware apiArend van Spriel8-29/+110
2022-12-08wifi: brcmfmac: add support for Cypress firmware apiArend van Spriel8-24/+105
2022-12-08wifi: brcmfmac: add support for vendor-specific firmware apiArend van Spriel10-0/+334
2022-12-08wifi: brcmfmac: add firmware vendor info in driver infoArend van Spriel4-15/+49
2022-12-08wifi: brcmfmac: add function to unbind device to bus layer apiArend van Spriel2-1/+24
2022-12-08wifi: ipw2x00: Remove some unused functionsJiapeng Chong1-11/+0
2022-12-03Merge tag 'wireless-next-2022-12-02' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski145-1449/+18945
2022-12-02wifi: ath10k: fix QCOM_SMEM dependencyKalle Valo1-1/+1
2022-12-01Merge tag 'iwlwifi-next-for-kalle-2022-11-28' of http://git.kernel.org/pub/sc...Kalle Valo18-157/+647
2022-12-01wifi: mt76: mt7921e: add pci .shutdown() supportLeon Yen1-0/+16
2022-12-01wifi: mt76: mt7915: mmio: fix naming conventionLorenzo Bianconi1-5/+5
2022-12-01wifi: mt76: mt7996: add support to configure spatial reuse parameter setRyder Lee4-13/+196
2022-12-01wifi: mt76: mt7996: enable ack signal supportRyder Lee6-13/+60
2022-12-01wifi: mt76: mt7996: enable use_cts_prot supportRyder Lee3-0/+18
2022-12-01wifi: mt76: mt7915: rely on band_idx of mt76_phyRyder Lee10-166/+184
2022-12-01wifi: mt76: mt7915: enable per bandwidth power limit supportRyder Lee3-32/+184
2022-12-01wifi: mt76: mt7915: introduce mt7915_get_power_bound()Ryder Lee2-7/+17
2022-12-01mt76: mt7915: Fix PCI device refcount leak in mt7915_pci_init_hif2()Xiongfeng Wang1-3/+10
2022-12-01wifi: mt76: do not send firmware FW_FEATURE_NON_DL regionDeren Wu1-0/+4
2022-12-01wifi: mt76: mt7921: Add missing __packed annotation of struct mt7921_clcDeren Wu1-1/+1
2022-12-01wifi: mt76: fix coverity overrun-call in mt76_get_txpower()Deren Wu1-1/+2
2022-12-01wifi: mt76: mt7996: add driver for MediaTek Wi-Fi 7 (802.11be) devicesShayne Chen18-0/+12289
2022-12-01wifi: mt76: mt76x0: remove dead code in mt76x0_phy_get_target_powerLorenzo Bianconi1-3/+0
2022-12-01wifi: mt76: mt7915: fix band_idx usageRyder Lee5-59/+58
2022-12-01wifi: mt76: mt7915: enable .sta_set_txpwr supportRyder Lee5-6/+137
2022-12-01wifi: mt76: mt7915: add basedband Txpower info into debugfsRyder Lee2-3/+20
2022-12-01wifi: mt76: mt7915: add support to configure spatial reuse parameter setRyder Lee4-21/+207
2022-12-01wifi: mt76: mt7915: add missing MODULE_PARM_DESCRyder Lee1-0/+1
2022-12-01wifi: mt76: mt7915: enable WED RX statsSujuan Chen6-0/+65
2022-12-01wifi: mt76: mt7915: enable WED RX supportLorenzo Bianconi6-93/+238
2022-12-01wifi: mt76: connac: introduce mt76_connac_mcu_sta_wed_update utility routineSujuan Chen2-0/+23
2022-12-01wifi: mt76: add info parameter to rx_skb signatureSujuan Chen14-22/+53
2022-12-01wifi: mt76: add WED RX support to dma queue allocLorenzo Bianconi1-1/+9
2022-12-01wifi: mt76: add WED RX support to mt76_dma_rx_fillLorenzo Bianconi1-6/+27
2022-12-01wifi: mt76: add WED RX support to mt76_dma_{add,get}_bufLorenzo Bianconi2-39/+88