Skip to content
Snippets Groups Projects
Commit d3a77fae authored by Sukru Senli's avatar Sukru Senli
Browse files

mediatek: use correct file for 5G ApCli interface

parent 11dd6f37
No related branches found
No related tags found
No related merge requests found
...@@ -244,7 +244,7 @@ static void wl_mtk_parse_ratedata (unsigned int ratedata, ...@@ -244,7 +244,7 @@ static void wl_mtk_parse_ratedata (unsigned int ratedata,
#define FLAG_GET_WPS_PIN 0x0752 #define FLAG_GET_WPS_PIN 0x0752
#define FLAG_GET_CHANNEL_WIDTH 0x052C /* OID_.. */ #define FLAG_GET_CHANNEL_WIDTH 0x052C /* OID_.. */
#define confile(val) (!strncmp(val, "rai", 3)) ? "/etc/Wireless/iNIC/iNIC_ap.dat" : "/etc/Wireless/RT2860/RT2860.dat" #define confile(val) (!strncmp(val, "rai", 3) || !strncmp(val, "apclii", 6)) ? "/etc/Wireless/iNIC/iNIC_ap.dat" : "/etc/Wireless/RT2860/RT2860.dat"
static int iosocket = -1; static int iosocket = -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment