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)
commit4027dad4e9322fd33500acb5535a828c53d8bfb6
tree224fb7cc34c7e27f4b0f0675662e192009ad6add
parent612b3cabc7fa07e8ff9748f00520fe038be7fcc6
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