aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-26Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller8-81/+143
2020-05-25Merge tag 'wireless-drivers-next-2020-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller158-1911/+17360
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+4
2020-05-22mt76: mt7915: Fix build errorYueHaibing1-2/+2
2020-05-18rtlwifi: rtl8192ee: remove redundant for-loopColin Ian King1-8/+6
2020-05-18mwifiex: Fix memory corruption in dump_stationPali Rohár1-8/+6
2020-05-18rtw88: no need to set registers for SDIOKevin Lo3-155/+0
2020-05-18rtw88: 8723d: fix incorrect setting of ldo_pwrColin Ian King1-1/+1
2020-05-18rtw88: rename rtw88.ko/rtwpci.ko to rtw88_core.ko/rtw88_pci.koYan-Hsuan Chuang1-4/+4
2020-05-18rtw88: extract: remove the unused after extractingZong-Zhe Yang2-19/+0
2020-05-18rtw88: extract: make 8723d an individual kernel moduleZong-Zhe Yang7-6/+60
2020-05-18rtw88: extract: make 8822b an individual kernel moduleZong-Zhe Yang7-6/+60
2020-05-18rtw88: extract: make 8822c an individual kernel moduleZong-Zhe Yang7-6/+60
2020-05-18rtw88: extract: export symbols about pci interfaceZong-Zhe Yang1-5/+9
2020-05-18rtw88: extract: export symbols used in chip functionalitiesZong-Zhe Yang8-0/+42
2020-05-18rtlwifi: Fix a double free in _rtl_usb_tx_urb_setup()Dan Carpenter1-6/+2
2020-05-18Merge tag 'mt76-for-kvalo-2020-05-14' of https://github.com/nbd168/wirelessKalle Valo69-1018/+14043
2020-05-14mt76: mt7615: fix typo defining ps workLorenzo Bianconi1-1/+1
2020-05-13mt76: mt7615: configure bss info adding the interfaceSean Wang3-39/+89
2020-05-13mt76: enable p2p supportLorenzo Bianconi8-9/+72
2020-05-13mt76: mt7615: reduce hw scan timeoutLorenzo Bianconi1-1/+4
2020-05-13mt76: mt7615: do not report scan_complete twice to mac80211Lorenzo Bianconi2-9/+11
2020-05-13mt76: mt7663: fix the usage WoW with net detect supportSean Wang1-1/+1
2020-05-13Merge tag 'iwlwifi-next-for-kalle-2020-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextKalle Valo39-475/+761
2020-05-13rtl8187: Remove unused variable rtl8225z2_tx_power_ofdmChenTao1-4/+0
2020-05-13rtw88: 8723d: fix sparse warnings for power trackingYan-Hsuan Chuang1-1/+1
2020-05-13rtw88: 8723d: Add 8723DE to Kconfig and MakefilePing-Ke Shih2-0/+11
2020-05-13rtw88: fill zeros to words 0x06 and 0x07 of security cam entryPing-Ke Shih1-1/+5
2020-05-13rtw88: 8723d: Add coex supportPing-Ke Shih2-0/+330
2020-05-13rtw88: 8723d: set ltecoex register address in chip_infoPing-Ke Shih6-6/+43
2020-05-13rtw88: 8723d: implement flush queuePing-Ke Shih5-18/+73
2020-05-13rtw88: 8723d: Add shutdown callback to disable BT USB suspendPing-Ke Shih4-0/+25
2020-05-13rtw88: 8723d: Add power trackingPing-Ke Shih6-5/+422
2020-05-13rtw88: 8723d: add IQ calibrationPing-Ke Shih5-0/+963
2020-05-13rtw88: 8723d: Add LC calibrationPing-Ke Shih3-0/+35
2020-05-13brcmfmac: fix WPA/WPA2-PSK 4-way handshake offload and SAE offload failuresChung-Hsien Hsu1-6/+6
2020-05-12mt76: mt7915: fix possible deadlock in mt7915_stopRyder Lee4-32/+42
2020-05-12mt76: mt7915: allocate proper size for tlv tagsRyder Lee2-9/+17
2020-05-12mt76: mt7915: add debugfs to track TxBF statusRyder Lee2-0/+65
2020-05-12mt76: mt7915: add TxBF capabilitiesRyder Lee3-2/+95
2020-05-12mt76: mt7915: add Tx beamformee supportRyder Lee2-0/+63
2020-05-12mt76: mt7915: add Tx beamformer supportRyder Lee5-35/+434
2020-05-12mt76: mt7915: introduce mt7915_get_he_phy_capRyder Lee1-13/+18
2020-05-12mt76: mt7615: usb: cancel ps work stopping the vifLorenzo Bianconi1-0/+1
2020-05-12mt76: mt7663u: add missing register definitionsLorenzo Bianconi1-0/+2
2020-05-12mt76: mt7663u: copy key pointer in mt7663u_mac_write_txwiLorenzo Bianconi1-2/+2
2020-05-12mt76: set runtime stream caps by mt76_phyRyder Lee7-16/+16
2020-05-12mt76: mt7915: enable firmware module debug supportRyder Lee4-0/+99
2020-05-12mt76: mt7915: add tsf related callbacksRyder Lee2-0/+64
2020-05-12mt76: mt7915: set peer Tx fixed rate through debugfsRyder Lee4-0/+89