summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2022-03-16mt76: usb: introduce __mt76u_init utility routineLorenzo Bianconi5-86/+110
2022-03-16mt76: usb: add req_type to ___mt76u_wr signatureLorenzo Bianconi1-8/+9
2022-03-16mt76: usb: add req_type to ___mt76u_rr signatureLorenzo Bianconi1-8/+10
2022-03-16mt76: mt7915: fix typos in commentsJulia Lawall1-1/+1
2022-03-16mt76: mt7915: fix phy cap in mt7915_set_stream_he_txbf_caps()Peter Chiu1-5/+20
2022-03-16mt76: mt7915: fix beamforming mib statsShayne Chen3-34/+69
2022-03-16mt76: mt7915: set band1 TGID field in tx descriptorShayne Chen1-2/+1
2022-03-16mt76: fix invalid rssi reportDeren Wu1-2/+3
2022-03-16mt76: use le32/16_get_bits() whenever possibleRyder Lee8-68/+46
2022-03-16mt76: connac: make read-only array ba_range static constColin Ian King1-1/+1
2022-03-16mt76: mt7915: check for devm_pinctrl_get() failureDan Carpenter1-0/+2
2022-03-16mt76: mt7921: get rid of mt7921_wait_for_mcu_init declarationLorenzo Bianconi1-1/+0
2022-03-16mt76: mt7915: add txpower init for 6GHzShayne Chen3-5/+25
2022-03-16mt76: mt7915: fix eeprom fields of txpower init valuesShayne Chen2-26/+40
2022-03-16mt76: mt7915: add 6 GHz supportMeiChia Chiu7-14/+88
2022-03-16mt76: connac: add 6 GHz support for wtbl and starec configurationMeiChia Chiu1-6/+18
2022-03-16mt76: mt7915: allow beaconing on all chainsRyder Lee1-0/+1
2022-03-16mt76: fix monitor mode crash with sdio driverDeren Wu1-1/+1
2022-03-16mt76: mt7921: fix mt7921_queues_acq implementationLorenzo Bianconi2-13/+11
2022-03-16mt76: mt7921: fix xmit-queue dump for usb and sdioLorenzo Bianconi1-2/+7
2022-03-16mt76: mt7921: make mt7921_init_tx_queues staticLorenzo Bianconi2-2/+1
2022-03-16mt76: split single ldpc cap bit into bitsMeiChia Chiu5-15/+22
2022-03-16mt76: mt7915: fix DFS no radar detection eventEvelyn Tsai1-2/+15
2022-03-16mt76: mt7921: use mt76_hw instead of open coding itSean Wang1-1/+1
2022-03-16mt76: mt7921: fix up the monitor modeSean Wang4-10/+47
2022-03-16mt76: mt7663u: introduce mt7663u_mcu_power_on routineLorenzo Bianconi3-27/+27
2022-03-16mt76: mt7615: honor ret from mt7615_mcu_restart in mt7663u_mcu_initLorenzo Bianconi1-1/+4
2022-03-16rtw89: fix uninitialized variable of rtw89_append_probe_req_ie()Ping-Ke Shih1-1/+1
2022-03-16airo: fix typos in commentsJulia Lawall1-1/+1
2022-03-16rtlwifi: rtl8821ae: fix typos in commentsJulia Lawall1-3/+3
2022-03-16rtlwifi: rtl8192cu: Add On Networks N150Jonathan Teh1-0/+1
2022-03-16zd1201: use kzallocJulia Lawall1-2/+1
2022-03-16mwifiex: make read-only array wmm_oui static constColin Ian King1-1/+1
2022-03-12Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski203-3732/+12193
2022-03-11mac80211: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEYihao Han1-3/+3
2022-03-10Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo9-83/+27
2022-03-10Merge tag 'iwlwifi-next-for-kalle-2022-03-10' of git://git.kernel.org/pub/scm...Kalle Valo20-306/+412
2022-03-10rtw89: 8852c: process logic efuse mapPing-Ke Shih2-0/+129
2022-03-10rtw89: 8852c: process efuse of phycapPing-Ke Shih3-0/+165
2022-03-10rtw89: support DAV efuse reading operationPing-Ke Shih7-9/+208
2022-03-10rtw89: 8852c: add chip::dle_memPing-Ke Shih5-0/+86
2022-03-10rtw89: add page_regs to handle v1 chipsPing-Ke Shih5-23/+124
2022-03-10rtw89: add chip_info::{h2c,c2h}_reg to support more chipsPing-Ke Shih5-12/+53
2022-03-10rtw89: add hci_func_en_addr to support variant generationPing-Ke Shih5-1/+9
2022-03-10rtw89: add power_{on/off}_funcPing-Ke Shih6-3/+301
2022-03-10rtw89: read chip version depends on chip IDPing-Ke Shih1-1/+2
2022-03-10rtw89: pci: use a struct to describe all registers address related to DMA cha...Ping-Ke Shih2-26/+15
2022-03-10rtw89: pci: add V1 of PCI channel addressPing-Ke Shih4-76/+175
2022-03-10rtw89: pci: add struct rtw89_pci_infoPing-Ke Shih5-0/+23
2022-03-10rtw89: 8852c: add 8852c empty filesPing-Ke Shih3-0/+68