summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7915/mcu.c
AgeCommit message (Expand)Author
2021-04-21mt76: improve mcu error loggingLorenzo Bianconi
2021-04-21mt76: mt7915: add support for applying pre-calibration dataRyder Lee
2021-04-20Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub...David S. Miller
2021-04-19wireless: fix spelling of A-MSDU in HE capabilitiesJohannes Berg
2021-04-19wireless: align some HE capabilities with the specJohannes Berg
2021-04-12mt76: mt7915: add mmio.cRyder Lee
2021-04-12mt76: mt7915: add wifi subsystem resetRyder Lee
2021-04-12mt76: mt7915: fix mt7915_mcu_add_beaconRyder Lee
2021-04-12mt76: mt7915: limit firmware log message printk to buffer lengthFelix Fietkau
2021-04-12mt76: mt7915: refresh repeater entry MAC address when setting BSSIDFelix Fietkau
2021-04-12mt76: mt7915: fix txrate reportingRyder Lee
2021-04-12mt76: mt7915: fix rxrate reportingRyder Lee
2021-04-12mt76: mt7915: fix PHY mode for DBDCRyder Lee
2021-04-12mt76: mt7915: fix CSA notification for DBDCRyder Lee
2021-04-11mt76: mt7915: always check return value from mt7915_mcu_alloc_wtbl_reqLorenzo Bianconi
2021-04-11mt76: always use WTBL_MAX_SIZE for tlv allocationRyder Lee
2021-04-11mt76: mt7915: add support for rx decapsulation offloadFelix Fietkau
2021-02-08Merge tag 'mt76-for-kvalo-2021-01-29' of https://github.com/nbd168/wirelessKalle Valo
2021-01-27mt76: mt7915: support TxBF for DBDCRyder Lee
2021-01-26mt76: mt7915: disable RED support in the WA firmwareFelix Fietkau
2021-01-26mt76: mt7915: rework mcu APIFelix Fietkau
2021-01-26mt76: mt7915: do not set DRR group for stationsFelix Fietkau
2021-01-26mt76: mt7915: add implicit Tx beamforming supportRyder Lee
2021-01-26mt76: mt7915: simplify peer's TxBF capability checkRyder Lee
2021-01-26mt76: mt7915: add support for continuous tx in testmodeShayne Chen
2021-01-26mt76: mt7915: split edca update functionShayne Chen
2021-01-26mt76: move chainmask in mt76_phyLorenzo Bianconi
2021-01-26mt76: testmode: introduce dbdc supportShayne Chen
2021-01-26mt76: mt7915: add partial add_bss_info command on testmode initShayne Chen
2021-01-26mt76: mt7915: simplify mt7915_mcu_send_message routineLorenzo Bianconi
2021-01-26mt76: mt7915: fix endianness warning in mt7915_mcu_set_radar_thLorenzo Bianconi
2021-01-26mt76: mt7915: add support for flash modeShayne Chen
2021-01-26mt76: mt7915: convert comma to semicolonZheng Yongjun
2021-01-26mt76: mt7915: fix MT_CIPHER_BIP_CMAC_128 setkeyRyder Lee
2021-01-14mt76: Fix queue ID variable types after mcu queue splitNathan Chancellor
2020-12-04mt76: mt7915: fix ht mcs in mt7915_mcu_get_rx_rate()Shayne Chen
2020-12-04mt76: mt7915: fix memory leak in mt7915_mcu_get_rx_rate()Shayne Chen
2020-12-04mt76: mt7915: fix endian issuesFelix Fietkau
2020-12-04mt76: mt7915: introduce dbdc supportLorenzo Bianconi
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi
2020-12-04mt76: rely on mt76_queue in tx_queue_skb_raw signatureLorenzo Bianconi
2020-12-04mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi
2020-12-04mt76: mt7915: remove unused mt7915_mcu_bss_sync_tlv()Ryder Lee
2020-12-04mt76: mt7915: implement testmode tx supportShayne Chen
2020-12-04mt76: move mt76_mcu_send_firmware in common moduleLorenzo Bianconi
2020-12-04mt76: mt7915: rename mt7915_mcu_get_rate_info to mt7915_mcu_get_tx_rateRyder Lee
2020-12-04mt76: mt7915: query station rx rate from firmwareFelix Fietkau
2020-12-04mt76: mt7915: move eeprom parsing out of mt7915_mcu_parse_responseFelix Fietkau
2020-12-04mt76: make mcu_ops->mcu_send_msg optionalFelix Fietkau
2020-12-04mt76: move waiting and locking out of mcu_ops->mcu_skb_send_msgFelix Fietkau