summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-11-22wifi: rtw89: 8922a: read efuse content from physical mapPing-Ke Shih2-0/+88
2023-11-22wifi: rtw89: 8922a: read efuse content via efuse map struct from logic mapPing-Ke Shih2-0/+208
2023-11-22wifi: rtw89: 8852c: read RX gain offset from efuse for 6GHz channelsPing-Ke Shih4-2/+66
2023-11-22wifi: rtw89: mac: add to access efuse for WiFi 7 chipsPing-Ke Shih11-6/+552
2023-11-22wifi: rtw89: mac: use mac_gen pointer to access about efusePing-Ke Shih5-9/+29
2023-11-22wifi: rtw89: 8922a: add 8922A basic chip infoPing-Ke Shih4-0/+139
2023-11-22wifi: rtlwifi: drop unused const_amdpci_aspmBjorn Helgaas11-28/+0
2023-11-22wifi: mwifiex: mwifiex_process_sleep_confirm_resp(): remove unused priv variableSu Hui1-8/+0
2023-11-22wifi: rtw89: regd: update regulatory map to R65-R44Zong-Zhe Yang1-3/+3
2023-11-22wifi: rtw89: regd: handle policy of 6 GHz according to BIOSZong-Zhe Yang2-2/+160
2023-11-22wifi: rtw89: acpi: process 6 GHz band policy from DSMZong-Zhe Yang5-19/+109
2023-11-22wifi: rtlwifi: simplify rtl_action_proc() and rtl_tx_agg_start()Dmitry Antipov1-8/+0
2023-11-14wifi: rtw89: pci: update interrupt mitigation register for 8922AEPing-Ke Shih2-2/+10
2023-11-14wifi: rtw89: pci: correct interrupt mitigation register for 8852CEPing-Ke Shih6-1/+14
2023-11-14wifi: rtw89: 8922ae: add v2 interrupt handlers for 8922AEPing-Ke Shih4-0/+219
2023-11-14wifi: rtw89: pci: generalize interrupt status bits of interrupt handlersPing-Ke Shih4-11/+111
2023-11-14wifi: rtw89: pci: add pre_deinit to be called after probe completePing-Ke Shih6-0/+49
2023-11-14wifi: rtw89: pci: stop/start DMA for level 1 recovery according to chip genZong-Zhe Yang4-8/+78
2023-11-14wifi: rtw89: pci: reset BDRAM according to chip genZong-Zhe Yang3-26/+17
2023-11-14wifi: iwlegacy: Remove the unused variable lenJiapeng Chong1-6/+0
2023-11-14wifi: rt2x00: correct wrong BBP register in RxDCOC calibrationShiji Yang1-1/+1
2023-11-14wifi: libertas: stop selecting wextArnd Bergmann1-2/+0
2023-11-08wifi: rt2x00: restart beacon queue when hardware resetShiji Yang2-0/+14
2023-11-08wifi: rt2x00: disable RTS threshold for rt2800 by defaultShiji Yang1-2/+2
2023-11-08wifi: rt2x00: introduce DMA busy check watchdog for rt2800Shiji Yang3-11/+73
2023-11-08wifi: rtw88: fix RX filter in FIF_ALLMULTI flagChih-Kang Chang1-2/+2
2023-11-08wifi: rtw88: simplify __rtw_tx_work()Dmitry Antipov1-2/+1
2023-11-08wifi: rtw89: coex: use struct assignment to replace memcpy() to append TDMA c...Ping-Ke Shih1-2/+2
2023-11-08wifi: rtw89: pci: implement PCI mac_post_init for WiFi 7 chipsPing-Ke Shih2-0/+80
2023-11-08wifi: rtw89: pci: add LTR v2 for WiFi 7 chipPing-Ke Shih4-0/+102
2023-11-08wifi: rtw89: pci: implement PCI mac_pre_init for WiFi 7 chipsPing-Ke Shih4-1/+624
2023-11-08wifi: rtw89: pci: use gen_def pointer to configure mac_{pre,post}_init and cl...Ping-Ke Shih2-3/+35
2023-11-08wifi: rtw89: pci: add PCI generation information to pci_info for each chipPing-Ke Shih8-0/+27
2023-11-08wifi: wilc1000: simplify wilc_scan()Dmitry Antipov3-21/+23
2023-11-08wifi: wilc1000: cleanup struct wilc_conn_infoDmitry Antipov3-16/+18
2023-11-08wifi: plfxlc: check for allocation failure in plfxlc_usb_wreq_async()Dan Carpenter1-1/+4
2023-10-30wifi: remove orphaned rndis_wlan driverArnd Bergmann5-3794/+0
2023-10-30wifi: remove orphaned wl3501 driverArnd Bergmann4-2664/+0
2023-10-30wifi: remove orphaned ray_cs driverArnd Bergmann5-3649/+0
2023-10-30wifi: remove orphaned orinoco driverArnd Bergmann33-12807/+0
2023-10-30wifi: remove orphaned zd1201 driverArnd Bergmann4-2074/+0
2023-10-30wifi: remove obsolete hostap driverArnd Bergmann22-18890/+0
2023-10-30wifi: remove orphaned cisco/aironet driverArnd Bergmann7-8579/+0
2023-10-30wifi: atmel: remove wext style at76c50x driversArnd Bergmann6-4879/+0
2023-10-30wifi: libertas: drop 16-bit PCMCIA supportArnd Bergmann3-964/+1
2023-10-30wifi: rtw89: extend PHY status parser to support WiFi 7 chipsPing-Ke Shih1-4/+17
2023-10-30wifi: rtw89: consider RX info for WiFi 7 chipsPing-Ke Shih3-7/+57
2023-10-30wifi: rtw89: configure PPDU max user by chipZong-Zhe Yang6-3/+9
2023-10-30wifi: rtw89: set entry size of address CAM to H2C field by chipPing-Ke Shih2-1/+16
2023-10-30wifi: airo: replace deprecated strncpy with strscpy_padJustin Stitt1-2/+1