summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorLines
2022-04-08mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang-4/+4
2022-03-22iwlwifi: mvm: Don't fail if PPAG isn't supportedMiri Korenblit-1/+2
2022-03-21ar5523: fix typo "to short" -> "too short"Tong Zhang-1/+1
2022-03-18Merge tag 'wireless-next-2022-03-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller-558/+2106
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-32/+1
2022-03-17Merge tag 'mt76-for-kvalo-2022-03-16' of https://github.com/nbd168/wirelessKalle Valo-461/+1460
2022-03-17rtw89: implement stop and resume channels transmission v1Ping-Ke Shih-15/+123
2022-03-17rtw89: extend mac tx_en bits from 16 to 32Ping-Ke Shih-10/+10
2022-03-17rtw89: change value assignment style of rtw89_mac_cfg_gnt()Ping-Ke Shih-22/+25
2022-03-17rtw89: 8852c: add mac_ctrl_path and mac_cfg_gnt APIsChia-Yuan Li-12/+133
2022-03-17rtw89: disable FW and H2C function if CPU disabledChia-Yuan Li-0/+4
2022-03-17rtw89: initialize preload window of D-MACPing-Ke Shih-0/+67
2022-03-17rtw89: modify MAC enable functionsChia-Yuan Li-6/+25
2022-03-17rtw89: add config_rf_reg_v1 to configure RF parameter tablesPing-Ke Shih-4/+27
2022-03-17rtw89: 8852c: add read/write rf register functionChung-Hsuan Hung-0/+134
2022-03-17rtw89: 8852c: add setting of TB UL TX power offsetYuan-Han Zhang-5/+43
2022-03-17rtw89: 8852c: add write/read crystal function in CFO trackingYuan-Han Zhang-4/+17
2022-03-17rtw89: modify dcfo_comp to share with chipsYuan-Han Zhang-4/+22
2022-03-17rtw89: Fix spelling mistake "Mis-Match" -> "Mismatch"Colin Ian King-3/+3
2022-03-17brcmfmac: p2p: Fix spelling mistake "Comback" -> "Comeback"Colin Ian King-4/+4
2022-03-17iwlwifi: mei: fix building iwlmeiArnd Bergmann-0/+1
2022-03-16mt76: fix monitor rx FCS error in DFS channelDeren Wu-3/+6
2022-03-16mt76: mt7921: don't enable beacon filter when IEEE80211_CONF_CHANGE_MONITOR i...Sean Wang-3/+10
2022-03-16mt76: fix wrong HE data rate in sniffer toolDeren Wu-4/+8
2022-03-16mt76: mt7915: introduce 802.11ax multi-bss supportLorenzo Bianconi-5/+70
2022-03-16mt76: mt7921: move mt7921_init_hw in a dedicated workLorenzo Bianconi-19/+48
2022-03-16mt76: mt7921: add mt7921u driverLorenzo Bianconi-3/+635
2022-03-16mt76: mt7921: move mt7921_usb_sdio_tx_status_data in mac common code.Lorenzo Bianconi-13/+14
2022-03-16mt76: mt7921: move mt7921_usb_sdio_tx_complete_skb in common mac code.Lorenzo Bianconi-21/+24
2022-03-16mt76: mt7921: move mt7921_usb_sdio_tx_prepare_skb in common mac codeLorenzo Bianconi-58/+64
2022-03-16mt76: mt7921: update mt7921_skb_add_usb_sdio_hdr to support usbLorenzo Bianconi-6/+8
2022-03-16mt76: mt7921: disable runtime pm for usbLorenzo Bianconi-4/+12
2022-03-16mt76: usb: introduce __mt76u_init utility routineLorenzo Bianconi-86/+110
2022-03-16mt76: usb: add req_type to ___mt76u_wr signatureLorenzo Bianconi-8/+9
2022-03-16mt76: usb: add req_type to ___mt76u_rr signatureLorenzo Bianconi-8/+10
2022-03-16mt76: mt7915: fix typos in commentsJulia Lawall-1/+1
2022-03-16mt76: mt7915: fix phy cap in mt7915_set_stream_he_txbf_caps()Peter Chiu-5/+20
2022-03-16mt76: mt7915: fix beamforming mib statsShayne Chen-34/+69
2022-03-16mt76: mt7915: set band1 TGID field in tx descriptorShayne Chen-2/+1
2022-03-16mt76: fix invalid rssi reportDeren Wu-2/+3
2022-03-16mt76: use le32/16_get_bits() whenever possibleRyder Lee-68/+46
2022-03-16mt76: connac: make read-only array ba_range static constColin Ian King-1/+1
2022-03-16mt76: mt7915: check for devm_pinctrl_get() failureDan Carpenter-0/+2
2022-03-16mt76: mt7921: get rid of mt7921_wait_for_mcu_init declarationLorenzo Bianconi-1/+0
2022-03-16mt76: mt7915: add txpower init for 6GHzShayne Chen-5/+25
2022-03-16mt76: mt7915: fix eeprom fields of txpower init valuesShayne Chen-26/+40
2022-03-16mt76: mt7915: add 6 GHz supportMeiChia Chiu-14/+88
2022-03-16mt76: connac: add 6 GHz support for wtbl and starec configurationMeiChia Chiu-6/+18
2022-03-16mt76: mt7915: allow beaconing on all chainsRyder Lee-0/+1
2022-03-16mt76: fix monitor mode crash with sdio driverDeren Wu-1/+1