We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c62f7ae commit 303ab2bCopy full SHA for 303ab2b
trunk/user/httpd/ralink.c
@@ -625,6 +625,8 @@ char* GetBW(int BW)
625
return "40M";
626
case BW_80:
627
return "80M";
628
+ case BW_160:
629
+ return "160";
630
default:
631
return "N/A";
632
}
trunk/user/shared/include/ralink_priv.h
@@ -42,7 +42,7 @@
42
#define BW_20 0
43
#define BW_40 1
44
#define BW_80 2
45
-#define BW_BOTH 3
+#define BW_160 3
46
#define BW_10 4 // not used
47
48
#define WDS_DISABLE_MODE 0
0 commit comments