Age | Commit message (Expand) | Author |
2021-06-19 | mt76: mt7615: fix potential overflow on large shift | Ryder Lee |
2021-06-19 | mt76: mt7615: add thermal sensor device support | Ryder Lee |
2021-06-19 | mt76: mt7663: enable hw rx header translation | Lorenzo Bianconi |
2021-06-19 | mt76: connac: add missing configuration in mt76_connac_mcu_wtbl_hdr_trans_tlv | Lorenzo Bianconi |
2021-04-21 | mt76: mt7615: fix a precision vs width bug in printk | Dan Carpenter |
2021-04-21 | mt76: mt7663: add awake and doze time accounting | Lorenzo Bianconi |
2021-04-21 | mt76: connac: check wake refcount in mcu_fw_pmctrl | Lorenzo Bianconi |
2021-04-21 | mt76: connac: unschedule ps_work in mt76_connac_pm_wake | Lorenzo Bianconi |
2021-04-21 | mt76: mt7663: fix a race between mt7615_mcu_drv_pmctrl and mt7615_mcu_fw_pmctrl | Lorenzo Bianconi |
2021-04-21 | mt76: connac: move mcu_update_arp_filter in mt76_connac module | Lorenzo Bianconi |
2021-04-21 | mt76: improve mcu error logging | Lorenzo Bianconi |
2021-04-21 | mt76: mt7615: load ROM patch before checking patch semaphore status | Felix Fietkau |
2021-04-21 | mt76: mt7615: fix entering driver-own state on mt7663 | Felix Fietkau |
2021-04-21 | mt76: mt7615: do not use mt7615 single-sku values for mt7663 | Lorenzo Bianconi |
2021-04-21 | mt76: mt7615: implement support for using DT rate power limits | Felix Fietkau |
2021-04-12 | mt76: mt7615: always add rx header translation tlv when adding stations | Felix Fietkau |
2021-04-12 | mt76: mt7615: fix .add_beacon_offload() | Ryder Lee |
2021-04-12 | mt76: mt7615: limit firmware log message printk to buffer length | Felix Fietkau |
2021-04-12 | mt76: mt7615: fix chip reset on MT7622 and MT7663e | Felix Fietkau |
2021-04-12 | mt76: mt7622: trigger hif interrupt for system reset | Ryder Lee |
2021-04-12 | mt76: connac: introduce mt76_sta_cmd_info data structure | Lorenzo Bianconi |
2021-04-12 | mt76: mt7615: fix CSA notification for DBDC | Ryder Lee |
2021-04-12 | mt76: mt7615: remove hdr->fw_ver check | Ryder Lee |
2021-04-12 | mt76: mt7615: add support for rx decapsulation offload | Ryder Lee |
2021-04-11 | mt76: connac: always check return value from mt76_connac_mcu_alloc_wtbl_req | Lorenzo Bianconi |
2021-02-08 | Merge tag 'mt76-for-kvalo-2021-01-29' of https://github.com/nbd168/wireless | Kalle Valo |
2021-01-29 | mt76: mt7663: introduce coredump support | Lorenzo Bianconi |
2021-01-29 | mt76: mt76_connac: move WoW and suspend code in mt76_connac_mcu module | Lorenzo Bianconi |
2021-01-29 | mt76: mt76_connac: move hw_scan and sched_scan routine in mt76_connac_mcu module | Lorenzo Bianconi |
2021-01-29 | mt76: mt76_connac: create mcu library | Lorenzo Bianconi |
2021-01-29 | mt76: introduce mt76_vif data structure | Lorenzo Bianconi |
2021-01-27 | mt76: mt7615: unify init work | Felix Fietkau |
2021-01-27 | mt76: mt7615: set mcu country code in mt7615_mcu_set_channel_domain() | Lorenzo Bianconi |
2021-01-26 | mt76: move chainmask in mt76_phy | Lorenzo Bianconi |
2021-01-26 | mt76: testmode: introduce dbdc support | Shayne Chen |
2021-01-26 | mt76: mt7615: convert comma to semicolon | Zheng Yongjun |
2021-01-14 | mt76: Fix queue ID variable types after mcu queue split | Nathan Chancellor |
2020-12-04 | mt76: mt7615: fix rdd mcu cmd endianness | Lorenzo Bianconi |
2020-12-04 | mt76: move mcu queues to mt76_dev q_mcu array | Lorenzo Bianconi |
2020-12-04 | mt76: rely on mt76_queue in tx_queue_skb_raw signature | Lorenzo Bianconi |
2020-12-04 | mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signature | Lorenzo Bianconi |
2020-12-04 | mt76: mt7615: support 16 interfaces | Ryder Lee |
2020-12-04 | mt76: mt7663s: introduce WoW support via GPIO | Sean Wang |
2020-12-04 | mt76: move mt76_mcu_send_firmware in common module | Lorenzo Bianconi |
2020-12-04 | mt76: mt7615: enable beacon filtering by default for offload fw | Lorenzo Bianconi |
2020-12-04 | mt76: make mcu_ops->mcu_send_msg optional | Felix Fietkau |
2020-12-04 | mt76: move waiting and locking out of mcu_ops->mcu_skb_send_msg | Felix Fietkau |
2020-12-04 | mt76: move mcu timeout handling to .mcu_parse_response | Felix Fietkau |
2020-12-04 | mt76: implement .mcu_parse_response in struct mt76_mcu_ops | Felix Fietkau |
2020-12-04 | mt76: rename __mt76_mcu_skb_send_msg to mt76_mcu_skb_send_msg | Felix Fietkau |