summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2024-01-18wifi: brcmsmac: phy: Remove unreachable codeArtem Chernyshev3-11/+5
2024-01-18wifi: ath11k: rely on mac80211 debugfs handling for vifBenjamin Berg4-40/+13
2024-01-18wifi: rtl8xxxu: make instances of iface limit and combination to be static constPing-Ke Shih1-2/+2
2024-01-18wifi: rtl8xxxu: convert EN_DESC_ID of TX descriptor to le32 typePing-Ke Shih1-1/+1
2024-01-18wifi: wilc1000: fix multi-vif management when deleting a vifAjay Singh1-1/+0
2024-01-18wifi: wilc1000: fix incorrect power down sequenceAjay Singh2-14/+25
2024-01-18wifi: wilc1000: do not realloc workqueue everytime an interface is addedAjay Singh2-10/+11
2024-01-18wifi: wilc1000: fix driver_handler when committing initial configurationAjay Singh1-1/+1
2024-01-18wifi: rtlwifi: rtl8192de: Don't read register in _rtl92de_query_rxphystatusBitterblue Smith1-3/+2
2024-01-18wifi: rtw89: fw: extend JOIN H2C command to support WiFi 7 chipsPing-Ke Shih2-0/+68
2024-01-18wifi: rtw89: fw: use struct to fill JOIN H2C commandPing-Ke Shih2-80/+36
2024-01-18wifi: rtw89: fw: add H2C command to reset DMAC table for WiFi 7Ping-Ke Shih11-0/+99
2024-01-18wifi: rtw89: fw: add H2C command to reset CMAC table for WiFi 7Ping-Ke Shih10-4/+126
2024-01-18wifi: rtw89: fw: update TX AMPDU parameter to CMAC tablePing-Ke Shih9-0/+94
2024-01-18wifi: rtw89: fw: add chip_ops to update CMAC table to associated stationPing-Ke Shih11-5/+24
2024-01-18wifi: rtw89: fw: fill CMAC table to associated station for WiFi 7 chipsPing-Ke Shih4-5/+309
2024-01-18wifi: rtw89: fw: add H2C command to update security CAM v2Ping-Ke Shih5-0/+201
2024-01-18wifi: rtw89: declare EXT NSS BW of VHT capabilityPing-Ke Shih1-0/+8
2024-01-18wifi: rtw89: add EHT capabilities for WiFi 7 chipsPing-Ke Shih1-0/+90
2024-01-18wifi: rtw89: change supported bandwidths of chip_info to bit maskPing-Ke Shih7-11/+25
2024-01-18wifi: rtw89: adjust init_he_cap() to add EHT cap into iftype_dataPing-Ke Shih1-103/+113
2024-01-18wifi: rtw88: use kstrtoX_from_user() in debugfs handlersDmitry Antipov1-36/+8
2024-01-18Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2024-01-14wifi: rtl8xxxu: enable channel switch supportMartin Kaistra2-5/+16
2024-01-14wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_workMartin Kaistra1-0/+1
2024-01-12wifi: rtlwifi: rtl_usb: Use sync register writesBitterblue Smith3-139/+66
2024-01-12wifi: rtlwifi: cleanup few rtlxxx_tx_fill_desc() routinesDmitry Antipov3-12/+1
2024-01-12wifi: rtw89: add chip_ops::update_beacon to abstract update beacon operationPing-Ke Shih11-3/+20
2024-01-12wifi: rtw89: add H2C command to download beacon frame for WiFi 7 chipsPing-Ke Shih2-0/+133
2024-01-12wifi: rtw89: use struct to fill H2C command to download beacon framePing-Ke Shih2-113/+46
2024-01-12wifi: rtw89: add new H2C command to pause/sleep transmitting by MAC IDPing-Ke Shih3-6/+40
2024-01-12wifi: rtw89: refine H2C command that pause transmitting by MAC IDPing-Ke Shih1-7/+10
2024-01-12wifi: rtw89: fw: use struct to fill BA CAM H2C commandsPing-Ke Shih2-76/+44
2024-01-12wifi: rtw89: 8922a: update BA CAM number to 24Ping-Ke Shih2-2/+2
2024-01-12wifi: rtw89: add chip_ops::h2c_ba_cam() to configure BA CAMPing-Ke Shih9-2/+20
2024-01-12wifi: rtw89: mac: add feature_init to initialize BA CAM V1Ping-Ke Shih3-0/+76
2024-01-12wifi: rtw89: add firmware H2C command of BA CAM V1Ping-Ke Shih2-0/+94
2024-01-12wifi: wilc1000: fix RCU usage in connect pathAlexis Lothoré1-12/+24
2024-01-12wifi: wilc1000: fix declarations orderingAlexis Lothoré1-4/+4
2024-01-11wifi: p54: fix GCC format truncation warning with wiphy->fw_versionKalle Valo1-1/+1
2024-01-10wifi: b43: Disable QoS for bcm4331Rahul Rameshbabu1-1/+2
2024-01-10wifi: b43: Stop correct queue in DMA worker when QoS is disabledRahul Rameshbabu1-6/+7
2024-01-10wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabledRahul Rameshbabu1-3/+3
2024-01-10wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabledRahul Rameshbabu2-2/+18
2024-01-10wifi: rtl8xxxu: Fix off by one initial RTS rateBitterblue Smith1-4/+3
2024-01-10wifi: rtl8xxxu: Fix LED control code of RTL8192FUBitterblue Smith2-9/+38
2024-01-10wifi: rtl8xxxu: declare concurrent mode support for 8188fMartin Kaistra3-0/+21
2024-01-10wifi: rtl8xxxu: make supporting AP mode only on port 0 transparentMartin Kaistra1-2/+89
2024-01-10wifi: rtl8xxxu: add hw crypto support for AP modeMartin Kaistra3-10/+44
2024-01-10wifi: rtl8xxxu: remove obsolete priv->vifMartin Kaistra2-7/+0