Skip to content
Snippets Groups Projects
Commit 4c803eda authored by Jakob Olsson's avatar Jakob Olsson
Browse files

define 802.11 6GHz as 0x03

In accordance with EasyMesh R6
parent 7a801854
No related branches found
No related tags found
1 merge request!684wsc: discard m1 before processing
Pipeline #192581 passed
......@@ -35,7 +35,7 @@
struct json_object;
#ifndef IEEE80211_FREQUENCY_BAND_6_GHZ
#define IEEE80211_FREQUENCY_BAND_6_GHZ 0x04
#define IEEE80211_FREQUENCY_BAND_6_GHZ 0x03
#endif
static int hex2num(char c)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment