diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-10-13 14:04:31 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2017-10-13 14:08:42 +0200 |
commit | 88230ef1f31bf2d8fcf42c20e5743ff4b3618a29 (patch) | |
tree | 5d81ff1a18e142d464ad837c5a26d353bb12e2d8 /net/mac80211 | |
parent | 1188e2a9ef223f5c670301d54a6f65d223a87582 (diff) |
cfg80211: fix CFG80211_EXTRA_REGDB_KEYDIR typo
The missing CONFIG_ prefix means this macro is never defined,
leading to a possible Kbuild warning:
net/wireless/reg.c:666:20: error: 'load_keys_from_buffer' defined but not used [-Werror=unused-function]
static void __init load_keys_from_buffer(const u8 *p, unsigned int buflen)
When we use the correct symbol, the warning also goes away.
Fixes: 90a53e4432b1 ("cfg80211: implement regdb signature checking")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211')
0 files changed, 0 insertions, 0 deletions