aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-20virt_wifi: implement ndo_get_iflinkTaehee Yoo1-2/+10
2020-03-20mac80211_hwsim: add frame transmission support over virtioErel Geron2-18/+330
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-4/+8
2020-03-06wil6210: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-05Merge tag 'wireless-drivers-next-2020-03-05' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller154-3110/+5239
2020-03-03Merge tag 'mt76-for-kvalo-2020-02-14' of https://github.com/nbd168/wirelessKalle Valo80-2184/+4260
2020-03-03mt76: fix array overflow on receiving too many fragments for a packetFelix Fietkau1-3/+6
2020-02-24mac80211_hwsim: enable Beacon protectionJouni Malinen1-0/+1
2020-02-16Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller5-6/+20
2020-02-14mwifiex: change license text from MARVELL to NXPGanapathi Bhat45-178/+179
2020-02-14mt76: Introduce mt76_mcu data structureLorenzo Bianconi12-54/+48
2020-02-14mt76: mt7615: remove rx_mask in mt7615_eeprom_parse_hw_capLorenzo Bianconi1-6/+1
2020-02-14mt76: mt76u: rename stat_wq in wqLorenzo Bianconi2-8/+8
2020-02-14mt76: mt76u: extend RX scatter gather numberSean Wang1-1/+1
2020-02-14mt76: mt7615: rely on mt76_queues_read for mt7622Lorenzo Bianconi2-3/+7
2020-02-14mt76: do not set HOST_BROADCAST_PS_BUFFERING for mt7615Felix Fietkau3-1/+2
2020-02-14mt76: mt7615: rework rx phy index handlingFelix Fietkau4-50/+75
2020-02-14mt76: fix rounding issues on converting per-chain and combined txpowerFelix Fietkau4-36/+15
2020-02-14mt76: mt76x2: avoid starting the MAC too earlyFelix Fietkau1-1/+1
2020-02-14mt76: avoid extra RCU synchronization on station removalFelix Fietkau9-3/+23
2020-02-14mt76: mt7615: fix monitor mode on second PHYFelix Fietkau2-4/+10
2020-02-14mt76: mt7615: fix adding active monitor interfacesFelix Fietkau1-0/+1
2020-02-14mt76: mt7615: switch mt7615_mcu_set_rx_ba to v2 formatRyder Lee1-28/+34
2020-02-14mt76: mt7615: switch mt7615_mcu_set_tx_ba to v2 formatRyder Lee1-27/+33
2020-02-14mt76: mt7615: use new tag sta_rec_wtblRyder Lee2-3/+27
2020-02-14mt76: mt7615: add starec operating flow for firmware v2Ryder Lee2-6/+19
2020-02-14mt76: mt7615: add a helper to encapsulate sta_rec operationRyder Lee1-57/+65
2020-02-14mt76: mt7615: simplify mcu_set_sta flowRyder Lee3-191/+153
2020-02-14mt76: mt7615: simplify mcu_set_bmc flowRyder Lee3-61/+45
2020-02-14mt76: mt7615: add support for testing hardware resetFelix Fietkau1-0/+24
2020-02-14mt76: mt7615: implement hardware reset supportFelix Fietkau8-2/+171
2020-02-14mt76: mt7615: report firmware log event messagesFelix Fietkau4-0/+70
2020-02-14mt76: mt7615: fix and rework tx power handlingFelix Fietkau4-75/+105
2020-02-14mt76: mt7615: add Kconfig entry for MT7622Felix Fietkau1-0/+11
2020-02-14mt76: mt7615: disable DBDC on MT7622Felix Fietkau1-0/+3
2020-02-14mt76: mt7615: decrease rx ring size for MT7622Felix Fietkau1-2/+5
2020-02-14mt76: mt7615: implement DMA support for MT7622Felix Fietkau4-60/+200
2020-02-14mt76: mt7615: implement probing and firmware loading on MT7622Felix Fietkau8-13/+213
2020-02-14mt76: mt7615: disable 5 GHz on MT7622Felix Fietkau1-0/+3
2020-02-14mt76: mt7615: add calibration free support for MT7622Felix Fietkau1-0/+22
2020-02-14mt76: mt7615: add eeprom support for MT7622Felix Fietkau3-7/+14
2020-02-14mt76: mt7615: add dma and tx queue initialization for MT7622Felix Fietkau3-51/+154
2020-02-14mt76: mt7615: fix MT_INT_TX_DONE_ALL definition for MT7622Felix Fietkau1-1/+1
2020-02-14mt76: mt7615: store N9 firmware version instead of CR4Felix Fietkau1-4/+4
2020-02-14mt76: mt7615: split up firmware loading functionsFelix Fietkau1-6/+26
2020-02-14mt76: mt7615: move mmio related code from pci.c to mmio.cFelix Fietkau4-97/+108
2020-02-14mt76: mt7615: add __aligned(4) to txp structsFelix Fietkau1-2/+2
2020-02-14mt76: enable Airtime Queue Limit supportFelix Fietkau1-0/+1
2020-02-14mt76: mt7603: increase dma mcu rx ring sizeFelix Fietkau2-1/+2
2020-02-14mt76: dma: do not write cpu_idx on rx queue reset until after refillFelix Fietkau1-7/+8