aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2020-12-10iwlwifi: yoyo: add the ability to dump phy peripheryMordechay Goodstein2-5/+90
2020-12-10iwlwifi: remove all queue resources before freeMordechay Goodstein1-5/+1
2020-12-09rtlwifi: rtl8192de: fix ofdm power compensationPing-Ke Shih1-6/+7
2020-12-09ath9k_htc: adhere to the DONT_REORDER transmit flagMathy Vanhoef1-1/+6
2020-12-09ath11k: mesh: add support for 256 bitmap in blockack frames in 11axPradeep Kumar Chitrapu1-14/+8
2020-12-09ath11k: support TXOP duration based RTS thresholdPradeep Kumar Chitrapu1-1/+17
2020-12-09ath11k: fix incorrect wmi param for configuring HE operationPradeep Kumar Chitrapu1-1/+1
2020-12-09ath11k: unlock on error path in ath11k_mac_op_add_interface()Dan Carpenter1-2/+2
2020-12-09wcn36xx: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2020-12-09carl9170: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-09ath5k: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-09ath11k: fix rmmod failure if qmi sequence failsAnilkumar Kolli5-14/+46
2020-12-08zd1201: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2020-12-08rtw88: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2020-12-08rt2x00: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-08airo: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-08carl9170: remove trailing semicolon in macro definitionTom Rix1-2/+2
2020-12-08ath11k: pci: add MODULE_FIRMWARE macrosDevin Bayer1-0/+5
2020-12-08Merge tag 'mt76-for-kvalo-2020-12-04' of https://github.com/nbd168/wirelessKalle Valo76-2151/+3444
2020-12-08rtw88: reduce polling time of IQ calibrationChin-Yen Lee1-9/+8
2020-12-08rtw88: fix multiple definition of rtw_pm_opsPing-Ke Shih1-1/+1
2020-12-08mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_startZhang Xiaohui1-0/+2
2020-12-07brcmfmac: remove redundant assignment to pointer 'entry'Colin Ian King1-1/+1
2020-12-07adm8211: fix error return code in adm8211_probe()Zhang Changzhong1-2/+4
2020-12-07rtw88: declare hw supports ch 144Zong-Zhe Yang1-0/+1
2020-12-07rtw88: coex: fix missing unitialization of variable 'interval'Colin Ian King1-1/+1
2020-12-07wilc1000: remove redundant assignment to pointer vifColin Ian King1-1/+0
2020-12-07mwifiex: change license text of Makefile and README from MARVELL to NXPGanapathi Bhat2-6/+7
2020-12-07mwl8k: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-33/+39
2020-12-07rtw88: pci: Add prototypes for .probe, .remove and .shutdownLee Jones9-16/+12
2020-12-07ath9k: remove trailing semicolon in macro definitionTom Rix2-2/+2
2020-12-07ath11k: Ignore resetting peer auth flag in peer assoc cmdSeevalamuthu Mariappan1-3/+7
2020-12-07ath11k: add 64bit check before reading msi high addrAnilkumar Kolli2-2/+10
2020-12-07ath10k: fix a check patch warning returnNonBoolInBooleanFunction of sdio.cWen Gong1-1/+1
2020-12-04mt76: mt7615: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2020-12-04mt76: mt7915: fix ht mcs in mt7915_mcu_get_rx_rate()Shayne Chen1-1/+3
2020-12-04Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextJakub Kicinski145-1465/+3473
2020-12-04mt76: attempt to free up more room when filling the tx queueFelix Fietkau3-0/+12
2020-12-04mt76: mt7915: stop queues when running out of tx tokensFelix Fietkau3-0/+42
2020-12-04mt76: improve tx queue stop/wakeFelix Fietkau3-21/+13
2020-12-04mt76: mt7915: fix memory leak in mt7915_mcu_get_rx_rate()Shayne Chen1-0/+2
2020-12-04mt76: mt7615: fix rdd mcu cmd endiannessLorenzo Bianconi1-23/+66
2020-12-04mt76: mt7915: fix endian issuesFelix Fietkau1-19/+68
2020-12-04mt76: mt7915: get rid of dbdc debugfs knobLorenzo Bianconi3-191/+162
2020-12-04mt76: mt7915: introduce dbdc supportLorenzo Bianconi12-103/+134
2020-12-04mt76: move hw mac_addr in mt76_phyLorenzo Bianconi13-47/+55
2020-12-04mt76: move band allocation in mt76_register_phyLorenzo Bianconi4-37/+31
2020-12-04mt76: rely on mt76_phy in mt76_init_sband_2g and mt76_init_sband_5gLorenzo Bianconi1-17/+16
2020-12-04mt76: move band capabilities in mt76_phyLorenzo Bianconi11-33/+32
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi23-76/+81