nl80211: Make it possible to build without WEXT support
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 16 Apr 2009 13:36:03 +0000 (16:36 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 16 Apr 2009 13:36:03 +0000 (16:36 +0300)
commit37b7d08204fcfdc9d28326c7e2c325683202faa8
tree6cb92fa875d08923d8f7ff4d17be56e114d53078
parentad1e68e6b5c4586d726ae357f1aa130d57deebea
nl80211: Make it possible to build without WEXT support

NO_WEXT can be defined to disable all remaining WEXT uses from
driver_nl80211.c. This breaks some functionality, so the code is still
in use by default. Anyway, the new #ifdef blocks make it easy to search
for areas that need to be converted to nl80211.
src/drivers/driver_nl80211.c