Skip to content

Commit a12cfc3

Browse files
authored
Merge pull request #339 from ksaipr036/RDKBACCL-1249
RDKBACCL-1249: Observing build issues in latest wifiagent builds(Nov 12)
2 parents 3cb5eb1 + 4386464 commit a12cfc3

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
SOURCE:mediatek
22

33
diff --git a/include/wifi_hal_generic.h b/include/wifi_hal_generic.h
4-
index b81ad05..2a6f33e 100644
4+
index 20e2628..478cdf8 100644
55
--- a/include/wifi_hal_generic.h
66
+++ b/include/wifi_hal_generic.h
7-
@@ -328,7 +328,9 @@ typedef enum{
8-
WIFI_CHANNELBANDWIDTH_80MHZ = 0x4,
9-
WIFI_CHANNELBANDWIDTH_160MHZ = 0x8,
10-
WIFI_CHANNELBANDWIDTH_80_80MHZ = 0x10,
11-
- WIFI_CHANNELBANDWIDTH_320MHZ = 0x20
12-
+ WIFI_CHANNELBANDWIDTH_320MHZ = 0x20,
7+
@@ -327,7 +327,9 @@ typedef enum
8+
WIFI_CHANNELBANDWIDTH_80MHZ = 0x4, /**< 80MHz. */
9+
WIFI_CHANNELBANDWIDTH_160MHZ = 0x8, /**< 160MHz. */
10+
WIFI_CHANNELBANDWIDTH_80_80MHZ = 0x10, /**< 80+80MHz. */
11+
- WIFI_CHANNELBANDWIDTH_320MHZ = 0x20 /**< 320MHz. */
12+
+ WIFI_CHANNELBANDWIDTH_320MHZ = 0x20, /**< 320MHz. */
1313
+ WIFI_CHANNELBANDWIDTH_320_1MHZ = 0x40,
1414
+ WIFI_CHANNELBANDWIDTH_320_2MHZ = 0x80
1515
} wifi_channelBandwidth_t;
16-
16+
1717
/**

meta-rdk-mtk-bpir4/recipes-ccsp/hal/files/sta-network-wifiagent.patch

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ Change-Id: Idaae3038a352e94d1f2810a8d73b7f77c8e47309
99
1 file changed, 91 insertions(+)
1010

1111
diff --git a/include/wifi_hal.h b/include/wifi_hal.h
12-
index 579418e..d284af4 100644
12+
index 7906f42..e11084f 100644
1313
--- a/include/wifi_hal.h
1414
+++ b/include/wifi_hal.h
15-
@@ -110,4 +110,95 @@
15+
@@ -117,5 +117,93 @@
1616
* APIs to be deprecated. Not add new function or structure!
1717
*/
1818
#include "wifi_hal_deprecated.h"
19-
+
2019
+/* DRAFT FOR CLIENT API */
2120
+
2221
+
@@ -105,9 +104,6 @@ index 579418e..d284af4 100644
105104
+INT wifi_getApChannel(INT radioIndex,ULONG *output_ulong); //RDKB
106105
+
107106
+INT wifi_setApChannel(INT radioIndex, ULONG channel); //RDKB //AP only
108-
+
109-
+
107+
110108
#endif
111-
--
112-
2.28.0
113109

setup-environment-refboard-rdkb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ if [ "X$KERNEL_TYPE" == "Xkernel6-6" ]; then
9999
mv ${_TOPDIR}/meta-filogic/recipes-wifi/hostapd/files/kernel6-6-patches/patches.inc ${_TOPDIR}/meta-filogic/recipes-wifi/hostapd/files/kernel6-6-patches/patches.inc_updated
100100
cp ${_TOPDIR}/meta-filogic/recipes-wifi/hostapd/files/kernel6-6-patches/* ${_TOPDIR}/meta-cmf-bananapi/meta-rdk-mtk-bpir4/recipes-ccsp/rdk-wifi-libhostap/files/2.11/kernel_6_6
101101
rm ${_TOPDIR}/meta-cmf-bananapi/meta-rdk-mtk-bpir4/recipes-ccsp/rdk-wifi-libhostap/files/2.11/kernel_6_6/patches.inc_updated
102+
mv ${_TOPDIR}/meta-filogic/recipes-wifi/hostapd/files/kernel6-6-patches/patches.inc_updated ${_TOPDIR}/meta-filogic/recipes-wifi/hostapd/files/kernel6-6-patches/patches.inc
102103
touch ${_TOPDIR}/meta-filogic/recipes-wifi/hostapd/kernel_6_6_patches_copied
103104
fi
104105
fi

0 commit comments

Comments
 (0)