Message ID | 20231120123940.5788-1-mingyen.hsieh@mediatek.com |
---|---|
Headers | show |
Series | wifi: mt76: mt7921: series with CLC patches | expand |
Mingyen Hsieh <mingyen.hsieh@mediatek.com> writes: > From: Ming Yen Hsieh <mingyen.hsieh@mediatek.com> > > Due to the increase in the number of power tables on CLC, the variable > nr_country is no longer sufficient to represent the total quantity. > Therefore, we have switched to calculating the length of clc buf to > obtain the correct power table. Additionally, the version number has > been incremented to 1. > > Fixes: 23bdc5d8cadf ("wifi: mt76: mt7921: introduce Country Location Control support") > Signed-off-by: Ming Yen Hsieh <mingyen.hsieh@mediatek.com> > > v2: > - Convert type of buf_len from "__le16" to "u16". Like in v2 this should be after "---" line.
From: Ming Yen Hsieh <MingYen.Hsieh@mediatek.com> Sync internal mt7921 patches for CLC. --- Ming Yen Hsieh (3): wifi: mt76: mt7921: fix country count limitation for CLC wifi: mt76: mt7921: fix CLC command timeout when suspend/resume wifi: mt76: mt7921: fix wrong 6Ghz power type v2: - Convert wrong variable type to correct. v3: - Due to the lack of patch version's subject-prefix in v2, v3 is updated to include the patch version's subject-prefix. .../net/wireless/mediatek/mt76/mt7921/init.c | 23 ++++++++--- .../net/wireless/mediatek/mt76/mt7921/main.c | 38 +++++++++++++++++-- .../net/wireless/mediatek/mt76/mt7921/mcu.c | 11 ++++-- .../wireless/mediatek/mt76/mt7921/mt7921.h | 1 + .../net/wireless/mediatek/mt76/mt7921/pci.c | 3 ++ 5 files changed, 65 insertions(+), 11 deletions(-)