summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel40-0/+40
2022-10-07cfg80211: Update Transition Disable policy during port authorizationVinayak Yadawad1-1/+1
2022-10-05wifi: atmel: Avoid clashing function prototypesKees Cook1-84/+80
2022-10-05wifi: rtw89: add to dump TX FIFO 0/1 for 8852CPing-Ke Shih3-0/+27
2022-10-05wifi: rtw89: 8852c: set pin MUX to enable BT firmware logPing-Ke Shih2-0/+7
2022-10-05wifi: rtw89: phy: ignore warning of bb gain cfg_type 4Ping-Ke Shih1-0/+6
2022-10-05wifi: rtw89: 8852c: update BB parameters to v28Ping-Ke Shih1-109/+879
2022-10-05wifi: rtw89: 8852c: rfk: correct miscoding delay of DPKPing-Ke Shih1-1/+1
2022-10-05wifi: rtw89: 8852c: correct set of IQK backup registersPing-Ke Shih1-2/+1
2022-10-05brcmfmac: Fix AP interface delete issuePrasanna Kerekoppa1-11/+90
2022-10-05brcmfmac: support station interface creation version 1, 2 and 3Wright Feng1-24/+124
2022-10-05brcmfmac: add creating station interface supportWright Feng2-12/+70
2022-10-04brcmfmac: dump dongle memory when attaching failedWright Feng2-4/+9
2022-10-04brcmfmac: return error when getting invalid max_flowrings from dongleWright Feng1-0/+4
2022-10-04brcmfmac: add a timer to read console periodically in PCIE busWright Feng3-2/+131
2022-10-04brcmfmac: Fix authentication latency caused by OBSS stats surveyRamesh Rangavittal1-0/+6
2022-10-04brcmfmac: fix CERT-P2P:5.1.10 failureDouble Lo1-1/+1
2022-10-04brcmfmac: fix firmware trap while dumping obss statsWright Feng1-21/+17
2022-10-04brcmfmac: Add dump_survey cfg80211 ops for HostApd AutoChannelSelectionWright Feng3-2/+261
2022-10-04wifi: rtl8xxxu: gen2: Turn on the rate controlBitterblue Smith1-6/+2
2022-10-04wifi: rtl8xxxu: Support new chip RTL8188FUBitterblue Smith9-25/+1874
2022-10-04wifi: rtw89: 8852be: add 8852BE PCI entryPing-Ke Shih2-0/+66
2022-10-04wifi: rtw89: 8852b: add chip_ops to read phy capPing-Ke Shih2-0/+188
2022-10-04wifi: rtw89: 8852b: add chip_ops to read efusePing-Ke Shih2-0/+181
2022-10-04wifi: rtw89: 8852b: add chip_ops::set_txpwrPing-Ke Shih4-1/+218
2022-10-04wifi: rtw89: debug: txpwr_table considers signZong-Zhe Yang1-4/+8
2022-10-04wifi: rtw89: phy: make generic txpwr setting functionsZong-Zhe Yang7-304/+184
2022-10-04wifi: rtw89: 8852b: add tables for RFKPing-Ke Shih2-0/+856
2022-10-04wifi: rtw89: 8852b: add BB and RF tables (2 of 2)Ping-Ke Shih1-0/+9628
2022-10-04wifi: rtw89: 8852b: add BB and RF tables (1 of 2)Ping-Ke Shih2-0/+13279
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski214-2273/+8703
2022-09-29wifi: rtl8xxxu: Improve rtl8xxxu_queue_selectBitterblue Smith1-3/+2
2022-09-29wifi: rtl8xxxu: Fix AIFS written to REG_EDCA_*_PARAMBitterblue Smith1-0/+49
2022-09-29wifi: rtl8xxxu: gen2: Enable 40 MHz channel widthBitterblue Smith2-9/+18
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski11-19/+12
2022-09-28wifi: rtw89: 8852b: configure DLE memPing-Ke Shih3-0/+35
2022-09-28wifi: rtw89: check DLE FIFO size with reserved sizePing-Ke Shih5-2/+20
2022-09-28wifi: rtw89: mac: correct register of report IMRPing-Ke Shih5-1/+5
2022-09-28wifi: rtw89: pci: set power cut closed for 8852bePing-Ke Shih1-1/+1
2022-09-28wifi: rtw89: pci: add to do PCI auto calibrationPing-Ke Shih2-0/+21
2022-09-28wifi: rtw89: 8852b: implement chip_ops::{enable,disable}_bb_rfPing-Ke Shih7-12/+84
2022-09-28wifi: rtw89: add DMA busy checking bits to chip infoPing-Ke Shih5-8/+21
2022-09-28wifi: rtw89: mac: define DMA channel mask to avoid unsupported channelsPing-Ke Shih5-0/+27
2022-09-28wifi: rtw89: pci: mask out unsupported TX channelsPing-Ke Shih5-0/+38
2022-09-28iwlegacy: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-2/+2
2022-09-28ipw2x00: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2022-09-28wifi: iwlwifi: Track scan_cmd allocation size explicitlyKees Cook5-7/+16
2022-09-27Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo65-369/+1750
2022-09-27brcmfmac: Remove the call to "dtim_assoc" IOVARRamesh Rangavittal1-25/+1
2022-09-27brcmfmac: increase dcmd maximum buffer sizeLo(Double)Hsiang Lo1-1/+3