summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorLines
2026-04-02wifi: rtw89: Add support for Elecom WDC-XE2402TU3-BZenm Chen-0/+2
2026-04-02wifi: rtw89: 8922d: add PCI ID of RTL8922DE and RTL8922DE-VSPing-Ke Shih-0/+122
2026-04-02wifi: rtw89: 8922d: add chip_info and chip_ops structPing-Ke Shih-7/+380
2026-04-02wifi: rtw89: 8922d: add ops related to BT coexistence mechanismPing-Ke Shih-0/+168
2026-04-02wifi: rtw89: 8922d: add RF ops of init hardware and get thermalPing-Ke Shih-0/+90
2026-04-02wifi: rtw89: 8922d: configure TX/RX path assisting in BT coexistencePing-Ke Shih-2/+132
2026-04-02wifi: rtw89: 8922d: add set TX power callbackPing-Ke Shih-0/+128
2026-04-02wifi: rtw89: 8922d: add RF calibration opsPing-Ke Shih-0/+244
2026-04-02wifi: rtw89: 8922d: add set channel with pre-/post- helpersPing-Ke Shih-0/+350
2026-04-02wifi: rtw89: 8922d: BB hardware pre-/post-init, TX/RX path and power settingsPing-Ke Shih-0/+382
2026-04-02wifi: rtw89: fix typo "frome" -> "from" in rx_freq_frome_ieChristos Longros-8/+8
2026-04-02wifi: rtw89: Fill fw_version member of struct wiphyBitterblue Smith-0/+8
2026-04-02wifi: rtw88: Fill fw_version member of struct wiphyBitterblue Smith-0/+6
2026-03-30wifi: rtw88: coex: Ignore BT info byte 5 from RTL8821ABitterblue Smith-0/+3
2026-03-30wifi: rtw89: fw: load TX power elements according to AIDZong-Zhe Yang-0/+5
2026-03-30wifi: rtw89: phy: load RF parameters relying on ACV for RTL8922DPing-Ke Shih-7/+8
2026-03-30wifi: rtw89: phy: expand PHY page for RTL8922DEric Huang-1/+1
2026-03-30wifi: rtw89: mac: disable pre-load function for RTL8922DEPing-Ke Shih-2/+1
2026-03-30wifi: rtw89: mac: add specific case to dump mac memory for RTL8922DPing-Ke Shih-4/+17
2026-03-30wifi: rtw89: pci: clear SER ISR when initial and leaving WoWLAN for WiFi 7 chipsPing-Ke Shih-8/+47
2026-03-30wifi: rtw89: wow: enable MLD address for Magic packet wakeupChin-Yen Lee-1/+8
2026-03-30wifi: rtw89: wow: use struct style to fill WOW wakeup control H2C commandChin-Yen Lee-51/+26
2026-03-30wifi: rtw89: 8922d: add set channel of RF partPing-Ke Shih-0/+48
2026-03-30wifi: rtw89: 8922d: add set channel of BB partPing-Ke Shih-1/+885
2026-03-30wifi: rtw89: 8922d: add set channel of MAC partPing-Ke Shih-0/+93
2026-03-30wifi: rtw89: 8922d: read and configure RF by calibration data from efuse phys...Ping-Ke Shih-0/+209
2026-03-30wifi: rtw89: 8922d: define efuse map and read necessary fieldsPing-Ke Shih-0/+235
2026-03-30wifi: rtw89: 8922d: add power on/off functionsPing-Ke Shih-0/+300
2026-03-30wifi: rtw89: 8922d: add definition of quota, registers and efuse blockPing-Ke Shih-0/+278
2026-03-30wifi: rtw88: validate RX rate to prevent out-of-boundPing-Ke Shih-0/+8
2026-03-30wifi: rtw89: phy: fix uninitialized variable access in rtw89_phy_cfo_set_crys...Alexey Velichayshiy-1/+1
2026-03-30wifi: rtw89: Add support for Buffalo WI-U3-2400XE2Zenm Chen-0/+2
2026-03-30wifi: rtw89: Add support for TP-Link Archer TX50UZenm Chen-0/+2
2026-03-30wifi: rtw89: retry efuse physical map dump on transient failureChristian Hewitt-2/+21
2026-03-30wifi: rtw88: TX QOS Null data the same way as Null dataBitterblue Smith-1/+1
2026-03-30wifi: rtw88: add quirks to disable PCI ASPM and deep LPS for HP P3S95EA#ACBPing-Ke Shih-0/+36
2026-03-29drivers: net: drop ipv6_stub usage and use direct function callsFernando Fernandez Mancera-1/+1
2026-03-26Merge tag 'wireless-next-2026-03-26' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-2092/+5179
2026-03-25wifi: virt_wifi: remove SET_NETDEV_DEV to avoid use-after-freeAlexander Popov-1/+0
2026-03-25wifi: iwlwifi: mld: set RX_FLAG_RADIOTAP_TLV_AT_END genericallyJohannes Berg-9/+4
2026-03-25wifi: iwlwifi: reduce the number of prints upon firmware crashEmmanuel Grumbach-68/+1
2026-03-25wifi: iwlwifi: fix the description of SESSION_PROTECTION_CMDEmmanuel Grumbach-2/+2
2026-03-25wifi: iwlwifi: mld: introduce iwl_mld_vif_fw_id_validMiri Korenblit-5/+19
2026-03-25wifi: iwlwifi: mld: block EMLSR during TDLS connectionsAvinash Bhatt-4/+22
2026-03-25wifi: iwlwifi: TLC_MNG_CONFIG_CMD can use several structuresEmmanuel Grumbach-1/+2
2026-03-25wifi: iwlwifi: mld: update the TLC when we deactivate a linkEmmanuel Grumbach-1/+56
2026-03-25wifi: iwlwifi: add a macro for max FW linksMiri Korenblit-8/+8
2026-03-25wifi: iwlwifi: mld: always assign a fw id to a vifMiri Korenblit-0/+5
2026-03-25wifi: iwlwifi: mld: use the dedicated helper to extract a linkMiri Korenblit-6/+3
2026-03-25wifi: iwlwifi: add MAC context command version 4Johannes Berg-20/+81