summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7915
AgeCommit message (Expand)AuthorFilesLines
2022-04-13mt76: mt7915: fix injected MPDU transmission to not use HW A-MSDUJohan Almbladh1-0/+1
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
2022-01-27mt76: do not pass the received frame with decryption errorXing Song1-1/+8
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 hwmon temp sensor mem use-after-freeBen Greear1-4/+6
2021-11-18mt76: mt7915: fix bit fields for HT rate idxShayne Chen1-1/+2
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 endianness warning in mt7915_mac_add_txs_skbLorenzo Bianconi1-1/+1
2021-11-18mt76: mt7915: fix an off-by-one bound checkRyder Lee1-1/+1
2021-08-06mt76: fix enum type mismatchArnd Bergmann2-2/+3
2021-06-19mt76: disable TWT capabilities for the momentLorenzo Bianconi1-4/+0
2021-06-19mt76: fix iv and CCMP header insertionRyder Lee3-35/+47
2021-06-19mt76: mt7915: fix IEEE80211_HE_PHY_CAP7_MAX_NC for station modeRyder Lee1-3/+3
2021-06-19mt76: use SPDX header file comment styleTom Rix1-1/+1
2021-06-19mt76: add a space between comment char and SPDX tagTom Rix1-1/+1
2021-06-19mt76: mt7915: improve MU stabilityRyder Lee3-51/+64
2021-06-19mt76: mt7915: introduce mt7915_mcu_set_txbf()Ryder Lee5-53/+50
2021-06-19mt76: make mt76_update_survey() per phyRyder Lee2-12/+5
2021-06-19mt76: mt7915: drop the use of repeater entries for station interfacesFelix Fietkau2-7/+1
2021-06-19mt76: reduce rx buffer size to 2048Lorenzo Bianconi1-7/+5
2021-06-19mt76: mt7915: fix rx fcs error count in testmodeShayne Chen1-2/+19
2021-06-19mt76: mt7915: fix MT_EE_CAL_GROUP_SIZERyder Lee1-1/+1
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 Chen3-26/+24
2021-06-19mt76: mt7915: use mt7915_mcu_get_mib_info() to get survey dataRyder Lee6-52/+69
2021-06-19mt76: mt7915: improve error recovery reliabilityFelix Fietkau1-14/+15
2021-06-19mt76: mt7915: use mt7915_mcu_get_txpower_sku() to get per-rate txpowerShayne Chen4-46/+45
2021-06-19mt76: mt7915: add .offset_tsf callbackRyder Lee2-2/+33
2021-06-19mt76: mt7915: add thermal cooling device supportRyder Lee4-0/+194
2021-06-19mt76: mt7915: add thermal sensor device supportRyder Lee4-18/+56
2021-06-19mt76: mt7915: add .set_bitrate_mask() callbackRyder Lee4-43/+213
2021-06-19mt76: mt7915: cleanup mt7915_mcu_sta_rate_ctrl_tlv()Ryder Lee2-55/+21
2021-06-19mt76: mt7915: fix a signedness bug in mt7915_mcu_apply_tx_dpd()Dan Carpenter1-1/+2
2021-06-19mt76: mt7915: fix tssi indication field of DBDC NICsEvelyn Tsai1-4/+7
2021-06-19mt76: move mt76_rates in mt76 moduleLorenzo Bianconi1-32/+4
2021-06-17mt76: mt7915: add support for tx status reportingFelix Fietkau4-30/+154
2021-06-17mt76: mt7915: rework tx rate reportingFelix Fietkau3-84/+61
2021-06-17mt76: mt7915: move mt7915_queue_rx_skb to mac.cFelix Fietkau3-41/+39
2021-06-17mt76: mt7915: disable ASPMFelix Fietkau1-0/+2
2021-06-17mt76: mt7915: add MSI supportFelix Fietkau3-8/+39
2021-04-21mt76: move mt76_token_init in mt76_alloc_deviceLorenzo Bianconi1-2/+0
2021-04-21mt76: mt7915: fix a precision vs width bug in printkDan Carpenter1-1/+1
2021-04-21mt76: mt7915: do not read rf value from efuse in flash modeShayne Chen1-1/+1
2021-04-21mt76: move token utilities in mt76 common moduleLorenzo Bianconi4-50/+7