summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7615/mcu.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-20mt76: mt7615: disable radar pattern detector during scanningLorenzo Bianconi1-2/+4
2019-11-20mt76: mt7615: add ibss supportLorenzo Bianconi1-0/+8
2019-11-20mt76: mt7615: remove unneeded semicolonYueHaibing1-1/+1
2019-09-24mt76: mt7615: fix mt7615 firmware path definitionsLorenzo Bianconi1-7/+4
2019-09-05mt76: mt7615: add support to read temperature from mcuLorenzo Bianconi1-11/+43
2019-09-05mt76: mt7615: fix some checkpatch warningsRyder Lee1-2/+0
2019-09-05mt76: mt7615: update cw_min/max related settingsRyder Lee1-9/+9
2019-09-05mt76: mt7615: introduce mt7615_mac_wtbl_set_key routineLorenzo Bianconi1-39/+0
2019-09-05mt76: mt7615: move mt7615_mac_get_key_info in mac.cLorenzo Bianconi1-34/+1
2019-09-05mt76: mt7615: move mt7615_mcu_set_rates to mac.cFelix Fietkau1-88/+0
2019-09-05mt76: mt7615: introduce mt7615_mcu_send_ram_firmware routineLorenzo Bianconi1-48/+42
2019-09-05mt76: mt7615: always release sem in mt7615_load_patchLorenzo Bianconi1-3/+3
2019-09-05mt76: mt7615: clean up FWDL TXQ during/after firmware uploadFelix Fietkau1-0/+3
2019-09-05mt76: mt7615: add radar pattern test knob to debugfsLorenzo Bianconi1-0/+31
2019-09-05mt76: mt7615: add csa supportLorenzo Bianconi1-5/+21
2019-09-05mt76: mt7615: do not perform txcalibration before cac is complitedLorenzo Bianconi1-10/+15
2019-09-05mt76: mt7615: add hw dfs pattern detector supportLorenzo Bianconi1-0/+65
2019-09-05mt76: mt7615: fix sparse warnings: warning: restricted __le16 degrades to int...Lorenzo Bianconi1-1/+1
2019-06-27mt76: mt7615: fix sparse warnings: warning: cast from restricted __le16Lorenzo Bianconi1-4/+2
2019-06-27mt76: mt7615: fix sparse warnings: incorrect type in assignment (different ba...Lorenzo Bianconi1-2/+3
2019-06-27mt76: mt7615: update peer's bssid when state transition occursRyder Lee1-13/+14
2019-06-27mt76: mt7615: fix incorrect settings in mesh modeRyder Lee1-1/+1
2019-06-27mt76: mt7615: take into account extPA when configuring tx powerLorenzo Bianconi1-4/+6
2019-06-27mt76: mt7615: simplify mt7615_mcu_set_sta_rec routineLorenzo Bianconi1-21/+12
2019-06-27mt76: mt7615: remove key check in mt7615_mcu_set_wtbl_keyLorenzo Bianconi1-1/+1
2019-06-27mt76: mt7615: remove unused variable in mt7615_mcu_set_bcnLorenzo Bianconi1-2/+2
2019-06-27mt76: mt7615: fix slow performance when enable encryptionRyder Lee1-0/+1
2019-06-27mt76: mt7615: enable support for meshRyder Lee1-1/+3
2019-06-27mt76: mt7615: add the capability to configure tx powerLorenzo Bianconi1-0/+64
2019-06-25mt7615: mcu: run __mt76_mcu_send_msg in mt7615_mcu_send_firmwareLorenzo Bianconi1-10/+5
2019-06-25mt7615: mcu: init mcu_restart function pointerLorenzo Bianconi1-4/+5
2019-06-25mt7615: initialize mt76_mcu_ops data structureLorenzo Bianconi1-34/+40
2019-06-25mt7615: mcu: use standard signature for mt7615_mcu_msg_sendLorenzo Bianconi1-295/+319
2019-06-25mt7615: mcu: do not use function pointers whenever possibleLorenzo Bianconi1-115/+105
2019-06-25mt7615: mcu: unify __mt7615_mcu_set_dev_info and mt7615_mcu_set_dev_infoLorenzo Bianconi1-55/+36
2019-06-25mt7615: mcu: remove skb_ret from mt7615_mcu_msg_sendLorenzo Bianconi1-53/+24
2019-06-25mt7615: remove dest from mt7615_mcu_msg_send signatureLorenzo Bianconi1-34/+22
2019-06-25mt7615: remove query from mt7615_mcu_msg_send signatureLorenzo Bianconi1-27/+26
2019-06-25mt7615: mcu: remove unused parameter in mt7615_mcu_del_wtblLorenzo Bianconi1-1/+1
2019-06-25mt7615: mcu: unify mt7615_mcu_add_wtbl_bmc and mt7615_mcu_del_wtbl_bmcLorenzo Bianconi1-4/+8
2019-06-25mt7615: mcu: use proper msg size in mt7615_mcu_add_wtblLorenzo Bianconi1-30/+24
2019-06-25mt7615: mcu: use proper msg size in mt7615_mcu_add_wtbl_bmcLorenzo Bianconi1-30/+24
2019-06-25mt7615: mcu: remove bss_info_convert_vif_type routineLorenzo Bianconi1-46/+27
2019-06-25mt7615: mcu: simplify __mt7615_mcu_set_sta_recLorenzo Bianconi1-30/+21
2019-06-25mt7615: mcu: simplify __mt7615_mcu_set_wtblLorenzo Bianconi1-36/+26
2019-06-25mt76: mt7615: Use after free in mt7615_mcu_set_bcn()Dan Carpenter1-1/+1
2019-05-01mt76: mt7615: use sizeof instead of sizeof_fieldFelix Fietkau1-2/+1
2019-05-01mt76: add mac80211 driver for MT7615 PCIe-based chipsetsRyder Lee1-0/+1656