commit | 78822dc3c371ba7a909de72525ee176f78ea236c | [log] [tgz] |
---|---|---|
author | Claudiu Beznea <claudiu.beznea@gmail.com> | Mon Mar 14 22:45:13 2016 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 28 07:30:36 2016 -0700 |
tree | a2fa91fc5160e197538d7e02aa736b6d00e0495f | |
parent | b5e12ec38331256c3055591031ee96454c868209 [diff] |
Staging: wlan-ng: defined oui_rfc1042[] and oui_8021h[] arrays as const arrays This patch defines oui_rfc1042[] and oui_8021h[] arrays from p80211conv.c as const arrays since these are not changed anywhere in code. Signed-off-by: Claudiu Beznea <claudiu.beznea@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>