| Commit message (Expand) | Author | Age | Files | Lines |
* | wifi: mt76: mt7615: add missing chanctx ops | Johannes Berg | 2024-06-01 | 1 | -0/+4 |
* | Merge tag 'mt76-for-kvalo-2024-05-02' of https://github.com/nbd168/wireless | Kalle Valo | 2024-05-03 | 39 | -145/+656 |
|\ |
|
| * | wifi: mt76: enable spectrum management | Felix Fietkau | 2024-05-02 | 1 | -0/+1 |
| * | wifi: mt76: mt7925: add EHT radiotap support in monitor mode | Deren Wu | 2024-05-02 | 4 | -2/+122 |
| * | wifi: mt76: mt7921e: add LED control support | Hao Zhang | 2024-05-02 | 5 | -2/+53 |
| * | wifi: mt76: mt7996: let upper layer handle MGMT frame protection | Michael-CY Lee | 2024-05-02 | 1 | -4/+5 |
| * | wifi: mt76: mt7921: cqm rssi low/high event notify | Rong Yan | 2024-05-02 | 5 | -0/+74 |
| * | wifi: mt76: make const arrays in functions static | Felix Fietkau | 2024-05-02 | 5 | -7/+7 |
| * | wifi: mt76: connac: use muar idx 0xe for non-mt799x as well | Felix Fietkau | 2024-05-02 | 1 | -1/+1 |
| * | wifi: mt76: mt7996: add sanity checks for background radar trigger | StanleyYP Wang | 2024-05-02 | 2 | -1/+9 |
| * | wifi: mt76: connac: enable critical packet mode support for mt7992 | Howard Hsu | 2024-05-02 | 4 | -0/+23 |
| * | wifi: mt76: mt7996: fix potential memory leakage when reading chip temperature | Howard Hsu | 2024-05-02 | 1 | -1/+4 |
| * | wifi: mt76: mt7996: fix non-main BSS no beacon issue for MBSS scenario | Henry Yen | 2024-05-02 | 1 | -1/+4 |
| * | wifi: mt76: connac: enable HW CSO module for mt7996 | Howard Hsu | 2024-05-02 | 2 | -0/+21 |
| * | wifi: mt76: mt7996: set RCPI value in rate control command | Peter Chiu | 2024-05-02 | 1 | -0/+3 |
| * | wifi: mt76: connac: use peer address for station BMC entry | Shayne Chen | 2024-05-02 | 4 | -10/+22 |
| * | wifi: mt76: mt7996: disable rx header translation for BMC entry | Shayne Chen | 2024-05-02 | 1 | -4/+5 |
| * | wifi: mt76: mt7915: Remove unused of_gpio.h | Andy Shevchenko | 2024-05-02 | 1 | -1/+0 |
| * | wifi: mt76: mt7915: add missing chanctx ops | Ben Greear | 2024-05-02 | 1 | -0/+4 |
| * | wifi: mt76: sdio: move mcu queue size check inside critical section | Lorenzo Bianconi | 2024-05-02 | 1 | -4/+7 |
| * | wifi: mt76: mt7996: fix uninitialized variable in mt7996_irq_tasklet() | Lorenzo Bianconi | 2024-05-02 | 1 | -1/+1 |
| * | wifi: mt76: mt7925: ensure 4-byte alignment for suspend & wow command | Ming Yen Hsieh | 2024-05-02 | 2 | -1/+2 |
| * | wifi: mt76: mt7921s: fix potential hung tasks during chip recovery | Leon Yen | 2024-05-02 | 4 | -5/+4 |
| * | wifi: mt76: mt7921: introduce mt7920 PCIe support | Deren Wu | 2024-05-02 | 3 | -3/+22 |
| * | wifi: mt76: mt7996: fix size of txpower MCU command | Chad Monroe | 2024-05-02 | 2 | -2/+6 |
| * | wifi: mt76: connac: check for null before dereferencing | Muhammad Usama Anjum | 2024-05-02 | 1 | -1/+1 |
| * | wifi: mt76: mt7603: add wpdma tx eof flag for PSE client reset | Felix Fietkau | 2024-05-02 | 1 | -0/+1 |
| * | wifi: mt76: mt7603: fix tx queue of loopback packets | Felix Fietkau | 2024-05-02 | 1 | -14/+32 |
| * | wifi: mt76: mt7915: add fallback in case of missing precal data | Felix Fietkau | 2024-05-02 | 3 | -7/+12 |
| * | wifi: mt76: mt7915: add mt7986, mt7916 and mt7981 pre-calibration | Peter Chiu | 2024-05-02 | 4 | -33/+147 |
| * | wifi: mt76: mt7915: add support for disabling in-band discovery | MeiChia Chiu | 2024-05-02 | 1 | -3/+2 |
| * | wifi: mt76: mt7996: only set MT76_MCU_RESET for the main phy | Felix Fietkau | 2024-05-02 | 1 | -6/+2 |
| * | wifi: mt76: mt7915: only set MT76_MCU_RESET for the main phy | Bo Jiao | 2024-05-02 | 1 | -3/+1 |
| * | wifi: mt76: mt7915: fix HE PHY capabilities IE for station mode | Howard Hsu | 2024-05-02 | 1 | -2/+6 |
| * | wifi: mt76: mt7915: fix bogus Tx/Rx airtime duration values | Henry Yen | 2024-05-02 | 1 | -2/+9 |
| * | wifi: mt76: mt7915: fix mcu command format for mt7915 tx stats | Peter Chiu | 2024-05-02 | 1 | -12/+24 |
| * | wifi: mt76: fix tx packet loss when scanning on DBDC | Felix Fietkau | 2024-05-02 | 6 | -8/+11 |
| * | wifi: mt76: replace skb_put with skb_put_zero | Felix Fietkau | 2024-05-02 | 2 | -6/+6 |
| * | wifi: mt76: mt7915: initialize rssi on adding stations | Felix Fietkau | 2024-05-02 | 1 | -0/+4 |
* | | wifi: mac80211: handle color change per link | Aditya Kumar Singh | 2024-05-03 | 2 | -2/+2 |
|/ |
|
* | wifi: mt76: mt7915: workaround dubious x | !y warning | Kalle Valo | 2024-03-28 | 1 | -1/+2 |
* | wifi: mt76: mt7915: workaround too long expansion sparse warnings | Lorenzo Bianconi | 2024-03-21 | 1 | -3/+3 |
* | wifi: mt76: Remove redundant assignment to variable tidno | Colin Ian King | 2024-02-22 | 1 | -1/+1 |
* | wifi: mt76: fix the issue of missing txpwr settings from ch153 to ch177 | Ming Yen Hsieh | 2024-02-22 | 1 | -1/+1 |
* | wifi: mt76: mt7921: fix suspend issue on MediaTek COB platform | Michael Lo | 2024-02-22 | 1 | -0/+7 |
* | wifi: mt76: mt7921: fix a potential association failure upon resuming | Leon Yen | 2024-02-22 | 4 | -0/+18 |
* | wifi: mt76: mt7921: fix the unfinished command of regd_notifier before suspend | Ming Yen Hsieh | 2024-02-22 | 3 | -0/+11 |
* | wifi: mt76: mt792x: update the country list of EU for ACPI SAR | Ming Yen Hsieh | 2024-02-22 | 1 | -1/+1 |
* | wifi: mt76: mt792x: fix a potential loading failure of the 6Ghz channel confi... | Ming Yen Hsieh | 2024-02-22 | 1 | -12/+14 |
* | wifi: mt76: mt7921: fix incorrect type conversion for CLC command | Ming Yen Hsieh | 2024-02-22 | 1 | -2/+2 |