summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | rtw89: reduce export symbol number of mac size and quotaPing-Ke Shih2022-04-064-151/+83
| * | | | | | rtw89: support FW crash simulationZong-Zhe Yang2022-04-065-0/+99
| * | | | | | rtw89: reconstruct fw featureZong-Zhe Yang2022-04-065-18/+62
| * | | | | | rtw89: ser: dump fw backtrace while L2 resetZong-Zhe Yang2022-04-062-1/+105
| * | | | | | rtw89: ser: dump memory for fw payload engine while L2 resetZong-Zhe Yang2022-04-064-2/+120
| * | | | | | rtw89: ser: control hci interrupts on/off by stateZong-Zhe Yang2022-04-064-0/+53
| * | | | | | rtw89: mac: correct decision on error status by scenarioZong-Zhe Yang2022-04-063-4/+22
| * | | | | | rtw89: mac: move table of mem base addr to commonZong-Zhe Yang2022-04-063-21/+23
| * | | | | | rtw89: ser: fix CAM leaks occurring in L2 resetZong-Zhe Yang2022-04-062-2/+33
| * | | | | | rtw88: change idle mode condition during hw_scanPo-Hao Huang2022-04-061-3/+4
| * | | | | | iwlwifi: mei: Replace zero-length array with flexible-array memberGustavo A. R. Silva2022-04-061-1/+1
| * | | | | | iwlwifi: fw: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-04-068-15/+15
| | |/ / / / | |/| | | |
* | | | | | ar5523: Use kzalloc instead of kmalloc/memsetHaowen Bai2022-04-201-2/+1
| |_|/ / / |/| | | |
* | | | | Merge tag 'net-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-145-23/+38
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | ath9k: Fix usage of driver-private space in tx_infoToke Høiland-Jørgensen2022-04-102-11/+21
| * | | brcmfmac: sdio: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-101-1/+1
| * | | mt76: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-101-1/+1
| * | | Revert "ath11k: mesh: add support for 256 bitmap in blockack frames in 11ax"Anilkumar Kolli2022-04-041-8/+14
| * | | ath9k: Properly clear TX status area before reporting to mac80211Toke Høiland-Jørgensen2022-04-011-3/+2
| |/ /
* / / mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang2022-04-084-4/+4
|/ /
* | iwlwifi: mvm: Don't fail if PPAG isn't supportedMiri Korenblit2022-03-221-1/+2
* | ar5523: fix typo "to short" -> "too short"Tong Zhang2022-03-211-1/+1
* | Merge tag 'wireless-next-2022-03-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2022-03-1861-558/+2106
|\ \
| * \ Merge tag 'mt76-for-kvalo-2022-03-16' of https://github.com/nbd168/wirelessKalle Valo2022-03-1743-461/+1460
| |\ \
| | * | mt76: fix monitor rx FCS error in DFS channelDeren Wu2022-03-163-3/+6
| | * | mt76: mt7921: don't enable beacon filter when IEEE80211_CONF_CHANGE_MONITOR i...Sean Wang2022-03-161-3/+10
| | * | mt76: fix wrong HE data rate in sniffer toolDeren Wu2022-03-162-4/+8
| | * | mt76: mt7915: introduce 802.11ax multi-bss supportLorenzo Bianconi2022-03-163-5/+70
| | * | mt76: mt7921: move mt7921_init_hw in a dedicated workLorenzo Bianconi2022-03-165-19/+48
| | * | mt76: mt7921: add mt7921u driverLorenzo Bianconi2022-03-169-3/+635
| | * | mt76: mt7921: move mt7921_usb_sdio_tx_status_data in mac common code.Lorenzo Bianconi2022-03-164-13/+14
| | * | mt76: mt7921: move mt7921_usb_sdio_tx_complete_skb in common mac code.Lorenzo Bianconi2022-03-164-21/+24
| | * | mt76: mt7921: move mt7921_usb_sdio_tx_prepare_skb in common mac codeLorenzo Bianconi2022-03-164-58/+64
| | * | mt76: mt7921: update mt7921_skb_add_usb_sdio_hdr to support usbLorenzo Bianconi2022-03-163-6/+8
| | * | mt76: mt7921: disable runtime pm for usbLorenzo Bianconi2022-03-162-4/+12
| | * | mt76: usb: introduce __mt76u_init utility routineLorenzo Bianconi2022-03-165-86/+110
| | * | mt76: usb: add req_type to ___mt76u_wr signatureLorenzo Bianconi2022-03-161-8/+9
| | * | mt76: usb: add req_type to ___mt76u_rr signatureLorenzo Bianconi2022-03-161-8/+10
| | * | mt76: mt7915: fix typos in commentsJulia Lawall2022-03-161-1/+1
| | * | mt76: mt7915: fix phy cap in mt7915_set_stream_he_txbf_caps()Peter Chiu2022-03-161-5/+20
| | * | mt76: mt7915: fix beamforming mib statsShayne Chen2022-03-163-34/+69
| | * | mt76: mt7915: set band1 TGID field in tx descriptorShayne Chen2022-03-161-2/+1
| | * | mt76: fix invalid rssi reportDeren Wu2022-03-161-2/+3
| | * | mt76: use le32/16_get_bits() whenever possibleRyder Lee2022-03-168-68/+46
| | * | mt76: connac: make read-only array ba_range static constColin Ian King2022-03-161-1/+1
| | * | mt76: mt7915: check for devm_pinctrl_get() failureDan Carpenter2022-03-161-0/+2
| | * | mt76: mt7921: get rid of mt7921_wait_for_mcu_init declarationLorenzo Bianconi2022-03-161-1/+0
| | * | mt76: mt7915: add txpower init for 6GHzShayne Chen2022-03-163-5/+25
| | * | mt76: mt7915: fix eeprom fields of txpower init valuesShayne Chen2022-03-162-26/+40
| | * | mt76: mt7915: add 6 GHz supportMeiChia Chiu2022-03-167-14/+88