summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7615/mcu.c
Commit message (Expand)AuthorAgeFilesLines
* mt76: mt7615: fix sparse warnings: warning: cast from restricted __le16Lorenzo Bianconi2019-06-271-4/+2Star
* mt76: mt7615: fix sparse warnings: incorrect type in assignment (different ba...Lorenzo Bianconi2019-06-271-2/+3
* mt76: mt7615: update peer's bssid when state transition occursRyder Lee2019-06-271-13/+14
* mt76: mt7615: fix incorrect settings in mesh modeRyder Lee2019-06-271-1/+1
* mt76: mt7615: take into account extPA when configuring tx powerLorenzo Bianconi2019-06-271-4/+6
* mt76: mt7615: simplify mt7615_mcu_set_sta_rec routineLorenzo Bianconi2019-06-271-21/+12Star
* mt76: mt7615: remove key check in mt7615_mcu_set_wtbl_keyLorenzo Bianconi2019-06-271-1/+1
* mt76: mt7615: remove unused variable in mt7615_mcu_set_bcnLorenzo Bianconi2019-06-271-2/+2
* mt76: mt7615: fix slow performance when enable encryptionRyder Lee2019-06-271-0/+1
* mt76: mt7615: enable support for meshRyder Lee2019-06-271-1/+3
* mt76: mt7615: add the capability to configure tx powerLorenzo Bianconi2019-06-271-0/+64
* mt7615: mcu: run __mt76_mcu_send_msg in mt7615_mcu_send_firmwareLorenzo Bianconi2019-06-251-10/+5Star
* mt7615: mcu: init mcu_restart function pointerLorenzo Bianconi2019-06-251-4/+5
* mt7615: initialize mt76_mcu_ops data structureLorenzo Bianconi2019-06-251-34/+40
* mt7615: mcu: use standard signature for mt7615_mcu_msg_sendLorenzo Bianconi2019-06-251-295/+319
* mt7615: mcu: do not use function pointers whenever possibleLorenzo Bianconi2019-06-251-115/+105Star
* mt7615: mcu: unify __mt7615_mcu_set_dev_info and mt7615_mcu_set_dev_infoLorenzo Bianconi2019-06-251-55/+36Star
* mt7615: mcu: remove skb_ret from mt7615_mcu_msg_sendLorenzo Bianconi2019-06-251-53/+24Star
* mt7615: remove dest from mt7615_mcu_msg_send signatureLorenzo Bianconi2019-06-251-34/+22Star
* mt7615: remove query from mt7615_mcu_msg_send signatureLorenzo Bianconi2019-06-251-27/+26Star
* mt7615: mcu: remove unused parameter in mt7615_mcu_del_wtblLorenzo Bianconi2019-06-251-1/+1
* mt7615: mcu: unify mt7615_mcu_add_wtbl_bmc and mt7615_mcu_del_wtbl_bmcLorenzo Bianconi2019-06-251-4/+8
* mt7615: mcu: use proper msg size in mt7615_mcu_add_wtblLorenzo Bianconi2019-06-251-30/+24Star
* mt7615: mcu: use proper msg size in mt7615_mcu_add_wtbl_bmcLorenzo Bianconi2019-06-251-30/+24Star
* mt7615: mcu: remove bss_info_convert_vif_type routineLorenzo Bianconi2019-06-251-46/+27Star
* mt7615: mcu: simplify __mt7615_mcu_set_sta_recLorenzo Bianconi2019-06-251-30/+21Star
* mt7615: mcu: simplify __mt7615_mcu_set_wtblLorenzo Bianconi2019-06-251-36/+26Star
* mt76: mt7615: Use after free in mt7615_mcu_set_bcn()Dan Carpenter2019-06-251-1/+1
* mt76: mt7615: use sizeof instead of sizeof_fieldFelix Fietkau2019-05-011-2/+1Star
* mt76: add mac80211 driver for MT7615 PCIe-based chipsetsRyder Lee2019-05-011-0/+1656