[rdkb][common][bsp][Refactor and sync wifi from openwrt]

[Description]
b82e2a9 [mac80211][mt76][Update driver version and fix dual band performance issue]
b5e8562 [MAC80211][core][Add BSS color bitmap patch for backport 6.1]
0f3e311 [MAC80211][misc][Add MT7996 external openwrt build]
4051cf2 [MAC80211][misc][Fix firmware bin missing issue for mt7622 autobuild]
85ca739 [MAC80211][hostapd][Change patch name for add-11v_mbss-and-ema-support.patch]
a0433da [MAC80211][misc][Fix Bss Color Bitmap patch]
b91b478 [MAC80211][core][Fix CAC skip command for BW160 case]

[Release-log]

Change-Id: Iccd26267d13e77654758dfbeb447e55f49e53ce1
diff --git a/recipes-wifi/linux-mt76/files/patches/3001-mt76-mt7915-wed-add-wed-tx-support.patch b/recipes-wifi/linux-mt76/files/patches/3001-mt76-mt7915-wed-add-wed-tx-support.patch
index deab403..27f30fe 100644
--- a/recipes-wifi/linux-mt76/files/patches/3001-mt76-mt7915-wed-add-wed-tx-support.patch
+++ b/recipes-wifi/linux-mt76/files/patches/3001-mt76-mt7915-wed-add-wed-tx-support.patch
@@ -1,15 +1,16 @@
-From af605bd8d821cc9cd9dd4f3928c4632113574dc4 Mon Sep 17 00:00:00 2001
+From 8d299b6aeba33d46ff1abd15a3f37cc0dd649487 Mon Sep 17 00:00:00 2001
 From: Sujuan Chen <sujuan.chen@mediatek.com>
 Date: Fri, 25 Nov 2022 10:38:53 +0800
-Subject: [PATCH 3001/3013] mt76: mt7915: wed: add wed tx support
+Subject: [PATCH] mt76: mt7915: wed: add wed tx support
 
 Signed-off-by: Sujuan Chen <sujuan.chen@mediatek.com>
 ---
- mt76_connac.h |  1 +
- mt7915/mac.c  | 11 +++++++----
- mt7915/main.c |  4 ++--
- mt7915/mmio.c |  5 +++--
- 4 files changed, 13 insertions(+), 8 deletions(-)
+ mt76_connac.h   |  1 +
+ mt7915/mac.c    | 11 +++++++----
+ mt7915/main.c   |  4 ++--
+ mt7915/mmio.c   |  5 +++--
+ mt7915/mt7915.h |  2 +-
+ 5 files changed, 14 insertions(+), 9 deletions(-)
 
 diff --git a/mt76_connac.h b/mt76_connac.h
 index b339c50b..323203df 100644
@@ -115,6 +116,19 @@
  
  	ret = dma_set_mask(wed->dev, DMA_BIT_MASK(32));
  	if (ret)
+diff --git a/mt7915/mt7915.h b/mt7915/mt7915.h
+index c14d13ae..fd31ee9f 100644
+--- a/mt7915/mt7915.h
++++ b/mt7915/mt7915.h
+@@ -55,7 +55,7 @@
+ #define MT7916_EEPROM_SIZE		4096
+ 
+ #define MT7915_EEPROM_BLOCK_SIZE	16
+-#define MT7915_HW_TOKEN_SIZE		4096
++#define MT7915_HW_TOKEN_SIZE		7168
+ #define MT7915_TOKEN_SIZE		8192
+ 
+ #define MT7915_CFEND_RATE_DEFAULT	0x49	/* OFDM 24M */
 -- 
 2.18.0