acx-mac80211: use same config options as mac80211 package
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 27 Jan 2013 21:15:13 +0000 (21:15 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 27 Jan 2013 21:15:13 +0000 (21:15 +0000)
commit4947dab66aee138c5e7f2dab2c23024a6392bc90
tree26d8b1c718db7392a9fce3a2bcf75fdd8374df1c
parent8193bbe59a74d34d6a26d4a8cb857b1952905314
acx-mac80211: use same config options as mac80211 package

Problem was missing CONFIG_MAC80211_DEBUGFS
in the acx-mac80211 build, which broke subsequently the ABI in struct
ieee80211_ops. Defect manifested in failing ieee80211_alloc_hw() and maybe
also in other strange behaviour before.

I added CONFIG_CFG80211_DEBUGFS, CONFIG_MAC80211_DEBUGFS and the same also
for CONFIG_MAC80211_MESH, just to be inline on how it's done currently in
package/mac80211/Makefile.

Thank you Oliver Winker

SVN-Revision: 35332
package/acx-mac80211/Makefile