aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
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-16Revert "ath10k: drop beacon and probe response which leak from other channel"Kalle Valo1-32/+1
2022-03-11Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub 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/linux/kernel/git/iwlwifi/iwlwifi-nextKalle 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 channelPing-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
2022-03-10brcmfmac: make the read-only array pktflags static constColin Ian King1-1/+1
2022-03-10rtlwifi: rtl8192ce: remove duplicated function '_rtl92ce_phy_set_rf_sleep'Lu Jicong1-31/+1
2022-03-10cw1200: use time_is_after_jiffies() instead of open coding itWang Qing1-1/+2
2022-03-10carl9170: devres ar->survey_infoChristian Lamparter1-4/+2
2022-03-10carl9170: replace bitmap_zalloc with devm_bitmap_zallocChristian Lamparter1-8/+1
2022-03-10carl9170: devres-ing input_allocate_deviceChristian Lamparter1-11/+2
2022-03-10carl9170: devres-ing hwrng_register usageChristian Lamparter2-27/+3
2022-03-10carl9170: replace GFP_ATOMIC in ampdu_action, it can sleepChristian Lamparter1-1/+1
2022-03-10ath10k: Fix error handling in ath10k_setup_msa_resourcesMiaoqian Lin1-1/+1
2022-03-10ath11k: remove unneeded flush_workqueueLv Ruyi (CGEL ZTE)1-1/+0