|
@@ -75,8 +75,8 @@
|
|
|
#include "p80211ioctl.h"
|
|
|
#include "p80211req.h"
|
|
|
|
|
|
-static u8 oui_rfc1042[] = { 0x00, 0x00, 0x00 };
|
|
|
-static u8 oui_8021h[] = { 0x00, 0x00, 0xf8 };
|
|
|
+static const u8 oui_rfc1042[] = { 0x00, 0x00, 0x00 };
|
|
|
+static const u8 oui_8021h[] = { 0x00, 0x00, 0xf8 };
|
|
|
|
|
|
/*----------------------------------------------------------------
|
|
|
* p80211pb_ether_to_80211
|