summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-drivers-next-2020-03-24' of git://git.kernel.org/pub/scm/...David S. Miller2020-03-2424-1018/+1955
|\
| * mt76: mt7615: add missing declaration in mt7615.hLorenzo Bianconi2020-03-231-0/+1
| * mt76: mt7615: fix endianness in unified commandLorenzo Bianconi2020-03-231-1/+1
| * mt76: mt7615: fix mt7663e firmware struct endiannessLorenzo Bianconi2020-03-231-7/+7
| * mt76: mt7615: introduce mt7663e supportLorenzo Bianconi2020-03-1710-25/+308
| * mt76: mt7615: get rid of sta_rec_wtbl data structureLorenzo Bianconi2020-03-172-16/+8
| * mt76: mt7615: introduce set_ba uni commandLorenzo Bianconi2020-03-171-0/+84
| * mt76: mt7615: add more uni mcu commandsSean Wang2020-03-172-0/+212
| * mt76: mt7615: introduce set_bmc and st_sta for uni commandsLorenzo Bianconi2020-03-172-5/+37
| * mt76: mt7615: introduce uni cmd command typesLorenzo Bianconi2020-03-172-8/+79
| * mt76: mt7615: introduce mt7615_init_mac_chain routineLorenzo Bianconi2020-03-171-56/+62
| * mt76: mt7615: introduce mt7615_eeprom_parse_hw_band_cap routineLorenzo Bianconi2020-03-171-6/+24
| * mt76: mt7615: add mt7663e support to mt7615_mcu_set_eepromLorenzo Bianconi2020-03-172-5/+18
| * mt76: mt7615: add mt7663e support to mt7615_{driver,firmware}_ownLorenzo Bianconi2020-03-171-4/+9
| * mt76: mt7615: add mt7663e support to mt7615_reg_mapLorenzo Bianconi2020-03-173-3/+17
| * mt76: mt7615: introduce mt7615_register_mapLorenzo Bianconi2020-03-176-32/+91
| * mt76: mt7615: introduce MCU_FW_PREFIX for fw mcu commandsLorenzo Bianconi2020-03-172-18/+22
| * mt76: mt7615: move more mcu commands in mt7615_mcu_ops data structureLorenzo Bianconi2020-03-174-173/+191
| * mt76: mt7615: rework mt7615_mcu_set_bss_info using skb APIsLorenzo Bianconi2020-03-172-151/+125
| * mt76: mt7615: rely on skb API for mt7615_mcu_set_eepromLorenzo Bianconi2020-03-171-13/+11
| * mt76: mt7615: move mt7615_mcu_set_sta in mt7615_mcu_opsLorenzo Bianconi2020-03-174-261/+168
| * mt76: mt7615: move mt7615_mcu_set_bmc to mt7615_mcu_opsLorenzo Bianconi2020-03-173-80/+116
| * mt76: mt7615: add mt7615_mcu_ops data structureLorenzo Bianconi2020-03-174-153/+296
| * mt76: mt7615: introduce mt7615_mcu_send_message routineLorenzo Bianconi2020-03-172-7/+20
| * mt76: always init to 0 mcu messagesLorenzo Bianconi2020-03-173-4/+4
| * mt76: mt7615: introduce mt7615_init_device routineLorenzo Bianconi2020-03-172-11/+17
| * mt76: mt7615: cleanup fw queue just for mmio devicesLorenzo Bianconi2020-03-171-1/+3
| * mt76: mt7615: introduce mt7615_mcu_wait_responseLorenzo Bianconi2020-03-171-14/+24
| * mt76: mt7615: introduce mt7615_mcu_fill_msgLorenzo Bianconi2020-03-172-8/+14
| * mt76: remove variable 'val' set but not usedChen Wandun2020-03-171-2/+1
| * mt76: mt7615: remove a stray if statementDan Carpenter2020-03-171-1/+0
| * mt76: mt76x02: reset MCU timeout counter earlier in watchdog resetFelix Fietkau2020-03-171-4/+1
| * mt76: mt7615: fix monitor injection of beacon framesFelix Fietkau2020-03-173-5/+5
| * mt76: mt7603: make dynamic sensitivity adjustment configurable via debugfsFelix Fietkau2020-03-174-0/+7
| * mt76: mt7603: add upper limit for dynamic sensitivity minimum receive powerFelix Fietkau2020-03-174-1/+6
| * mt76: mt7615: fix antenna mask initialization in DBDC modeFelix Fietkau2020-03-172-1/+11
| * mt76: mt76u: rely only on data buffer for usb control messaggesLorenzo Bianconi2020-03-172-5/+4
| * mt76: mt76u: fix a possible memory leak in mt76u_initLorenzo Bianconi2020-03-171-5/+12
| * mt76: mt76u: loop over all possible rx queues in mt76u_rx_taskletLorenzo Bianconi2020-03-171-2/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-3/+6
|\ \ | |/ |/|
| * mt76: fix array overflow on receiving too many fragments for a packetFelix Fietkau2020-03-031-3/+6
* | mt76: Introduce mt76_mcu data structureLorenzo Bianconi2020-02-1412-54/+48
* | mt76: mt7615: remove rx_mask in mt7615_eeprom_parse_hw_capLorenzo Bianconi2020-02-141-6/+1
* | mt76: mt76u: rename stat_wq in wqLorenzo Bianconi2020-02-142-8/+8
* | mt76: mt76u: extend RX scatter gather numberSean Wang2020-02-141-1/+1
* | mt76: mt7615: rely on mt76_queues_read for mt7622Lorenzo Bianconi2020-02-142-3/+7
* | mt76: do not set HOST_BROADCAST_PS_BUFFERING for mt7615Felix Fietkau2020-02-143-1/+2
* | mt76: mt7615: rework rx phy index handlingFelix Fietkau2020-02-144-50/+75
* | mt76: fix rounding issues on converting per-chain and combined txpowerFelix Fietkau2020-02-144-36/+15
* | mt76: mt76x2: avoid starting the MAC too earlyFelix Fietkau2020-02-141-1/+1