Skip to content

Commit

Permalink
httpd: fix 160Mhz BW defination
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwckf committed Jul 9, 2019
1 parent c62f7ae commit 303ab2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions trunk/user/httpd/ralink.c
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,8 @@ char* GetBW(int BW)
return "40M";
case BW_80:
return "80M";
case BW_160:
return "160";
default:
return "N/A";
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/user/shared/include/ralink_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#define BW_20 0
#define BW_40 1
#define BW_80 2
#define BW_BOTH 3
#define BW_160 3
#define BW_10 4 // not used

#define WDS_DISABLE_MODE 0
Expand Down

0 comments on commit 303ab2b

Please sign in to comment.