summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-06-22rtw88: 8822c: fix lc calibration timingPo-Hao Huang1-10/+12
2021-06-22rtw88: add path diversityPo-Hao Huang5-6/+131
2021-06-22rtw88: add beacon filter supportPo-Hao Huang5-1/+141
2021-06-19rtl8xxxu: avoid parsing short RX packetÍñigo Huguet1-2/+9
2021-06-19rtl8xxxu: Fix device info for RTL8192EU devicesPascal Terjan2-14/+56
2021-06-19mt76: mt7921: allow chip reset during device restartLorenzo Bianconi3-5/+14
2021-06-19mt76: mt7615: set macwork timeout according to runtime-pmLorenzo Bianconi4-15/+32
2021-06-19mt76: mt7663s: enable runtime-pmLorenzo Bianconi3-6/+13
2021-06-19mt76: mt7663s: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi2-8/+22
2021-06-19mt76: mt7663s: rely on pm reference countingLorenzo Bianconi1-14/+22
2021-06-19mt76: sdio: do not run mt76_txq_schedule directlyLorenzo Bianconi1-5/+11
2021-06-19mt76: mt7921: enable HE BFee capabilityDeren Wu1-1/+12
2021-06-19mt76: disable TWT capabilities for the momentLorenzo Bianconi2-6/+0
2021-06-19mt76: fix iv and CCMP header insertionRyder Lee13-169/+208
2021-06-19mt76: mt7921: fix the coredump is being truncatedSean Wang2-4/+7
2021-06-19mt76: mt7921: fix kernel warning when reset on vif is not staSean Wang1-1/+2
2021-06-19mt76: mt7921: introduce dedicated control for deep_sleepLorenzo Bianconi5-10/+32
2021-06-19mt76: mt7921: limit txpower according to userlevel powerLorenzo Bianconi2-8/+23
2021-06-19mt76: mt7921: improve code readability for mt7921_update_txsLorenzo Bianconi1-29/+18
2021-06-19mt76: mt7921: add deep sleep control to runtime-pm knobSean Wang1-0/+18
2021-06-19mt76: mt7921: enable deep sleep at runtimeSean Wang8-44/+110
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 Rix2-2/+2
2021-06-19mt76: add a space between comment char and SPDX tagTom Rix3-3/+3
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 Lee12-57/+47
2021-06-19mt76: mt7915: drop the use of repeater entries for station interfacesFelix Fietkau2-7/+1
2021-06-19mt76: connac: check band caps in mt76_connac_mcu_set_rate_txpowerLorenzo Bianconi1-4/+13
2021-06-19mt76: move mt76_get_next_pkt_id in mt76.hLorenzo Bianconi3-18/+15
2021-06-19mt76: reduce rx buffer size to 2048Lorenzo Bianconi3-19/+10
2021-06-19mt76: connac: fix the maximum interval schedule scan can supportSean Wang4-4/+5
2021-06-19mt76: mt7915: fix rx fcs error count in testmodeShayne Chen1-2/+19
2021-06-19mt76: testmode: move chip-specific stats dump before common statsShayne Chen1-3/+8
2021-06-19mt76: connac: add mt76_connac_mcu_get_nic_capability utility routineLorenzo Bianconi4-1/+80
2021-06-19mt76: mt7921: make mt7921_set_channel staticLorenzo Bianconi2-2/+1
2021-06-19mt76: mt7921: wake the device before dumping power tableLorenzo Bianconi1-0/+3
2021-06-19mt76: connac: add mt76_connac_power_save_sched in mt76_connac_pm_unrefLorenzo Bianconi6-12/+16
2021-06-19mt76: connac: fix UC entry is being overwrittenLorenzo Bianconi4-7/+13
2021-06-19mt76: mt7921: enable VHT BFee capabilityFelix Fietkau1-1/+5
2021-06-19mt76: mt7915: fix MT_EE_CAL_GROUP_SIZERyder Lee1-1/+1
2021-06-19mt76: mt7615: update radar parametersRyder Lee2-7/+14
2021-06-19mt76: mt7915: setup drr group for peersRyder Lee1-0/+30
2021-06-19mt76: mt7921: enable random mac address during sched_scanDeren Wu3-8/+13
2021-06-19mt76: mt7921: remove mt7921_get_wtbl_info routineLorenzo Bianconi3-173/+0
2021-06-19mt76: mt7921: enable hw offloading for wep keysLorenzo Bianconi2-5/+19
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: mt7921: set MT76_RESET during mac resetLorenzo Bianconi1-11/+14
2021-06-19mt76: mt7915: improve error recovery reliabilityFelix Fietkau1-14/+15