summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7915/mcu.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-08mt76: mt7915: use proper aid value in mt7915_mcu_sta_basic_tlvLorenzo Bianconi1-1/+3
2022-04-08mt76: mt7915: use proper aid value in mt7915_mcu_wtbl_generic_tlv in sta modeLorenzo Bianconi1-1/+4
2021-12-08mt76: mt7915: fix NULL pointer dereference in mt7915_get_phy_modeLorenzo Bianconi1-2/+2
2021-11-18mt76: mt7915: fix muar_idx in mt7915_mcu_alloc_sta_req()Shayne Chen1-1/+1
2021-11-18mt76: mt7915: fix sta_rec_wtbl tag lenShayne Chen1-1/+1
2021-11-18mt76: mt7915: fix possible infinite loop release semaphoreLorenzo Bianconi1-1/+1
2021-11-18mt76: mt7915: fix potential overflow of eeprom page indexShayne Chen1-5/+5
2021-11-18mt76: fix build error implicit enumeration conversionSean Wang1-1/+1
2021-11-18mt76: mt7915: fix info leak in mt7915_mcu_set_pre_cal()Dan Carpenter1-1/+1
2021-11-18mt76: mt7915: fix an off-by-one bound checkRyder Lee1-1/+1
2021-08-06mt76: fix enum type mismatchArnd Bergmann1-1/+1
2021-06-19mt76: fix iv and CCMP header insertionRyder Lee1-15/+15
2021-06-19mt76: mt7915: improve MU stabilityRyder Lee1-49/+49
2021-06-19mt76: mt7915: introduce mt7915_mcu_set_txbf()Ryder Lee1-45/+38
2021-06-19mt76: mt7915: setup drr group for peersRyder Lee1-0/+30
2021-06-19mt76: mt7915: read all eeprom fields from fw in efuse modeShayne Chen1-2/+3
2021-06-19mt76: mt7915: use mt7915_mcu_get_mib_info() to get survey dataRyder Lee1-0/+46
2021-06-19mt76: mt7915: use mt7915_mcu_get_txpower_sku() to get per-rate txpowerShayne Chen1-1/+33
2021-06-19mt76: mt7915: add thermal cooling device supportRyder Lee1-0/+80
2021-06-19mt76: mt7915: add thermal sensor device supportRyder Lee1-3/+4
2021-06-19mt76: mt7915: add .set_bitrate_mask() callbackRyder Lee1-35/+150
2021-06-19mt76: mt7915: cleanup mt7915_mcu_sta_rate_ctrl_tlv()Ryder Lee1-54/+20
2021-06-19mt76: mt7915: fix a signedness bug in mt7915_mcu_apply_tx_dpd()Dan Carpenter1-1/+2
2021-06-17mt76: mt7915: add support for tx status reportingFelix Fietkau1-1/+1
2021-06-17mt76: mt7915: rework tx rate reportingFelix Fietkau1-0/+8
2021-04-21mt76: mt7915: fix a precision vs width bug in printkDan Carpenter1-1/+1
2021-04-21mt76: mt7915: rework the flow of txpower settingShayne Chen1-19/+10
2021-04-21mt76: mt7915: add support for DT rate power limitsShayne Chen1-6/+38
2021-04-21mt76: improve mcu error loggingLorenzo Bianconi1-1/+1
2021-04-21mt76: mt7915: add support for applying pre-calibration dataRyder Lee1-0/+142
2021-04-21Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub...David S. Miller1-3/+3
2021-04-19wireless: fix spelling of A-MSDU in HE capabilitiesJohannes Berg1-1/+1
2021-04-19wireless: align some HE capabilities with the specJohannes Berg1-2/+2
2021-04-13mt76: mt7915: add mmio.cRyder Lee1-12/+6
2021-04-12mt76: mt7915: add wifi subsystem resetRyder Lee1-14/+1
2021-04-12mt76: mt7915: fix mt7915_mcu_add_beaconRyder Lee1-10/+12
2021-04-12mt76: mt7915: limit firmware log message printk to buffer lengthFelix Fietkau1-1/+2
2021-04-12mt76: mt7915: refresh repeater entry MAC address when setting BSSIDFelix Fietkau1-1/+3
2021-04-12mt76: mt7915: fix txrate reportingRyder Lee1-14/+24
2021-04-12mt76: mt7915: fix rxrate reportingRyder Lee1-21/+26
2021-04-12mt76: mt7915: fix PHY mode for DBDCRyder Lee1-20/+20
2021-04-12mt76: mt7915: fix CSA notification for DBDCRyder Lee1-5/+19
2021-04-11mt76: mt7915: always check return value from mt7915_mcu_alloc_wtbl_reqLorenzo Bianconi1-0/+12
2021-04-11mt76: always use WTBL_MAX_SIZE for tlv allocationRyder Lee1-1/+1
2021-04-11mt76: mt7915: add support for rx decapsulation offloadFelix Fietkau1-0/+25
2021-02-08Merge tag 'mt76-for-kvalo-2021-01-29' of https://github.com/nbd168/wirelessKalle Valo1-255/+287
2021-01-27mt76: mt7915: support TxBF for DBDCRyder Lee1-0/+19
2021-01-26mt76: mt7915: disable RED support in the WA firmwareFelix Fietkau1-0/+17
2021-01-26mt76: mt7915: rework mcu APIFelix Fietkau1-68/+60
2021-01-26mt76: mt7915: do not set DRR group for stationsFelix Fietkau1-30/+0