compat-wireless: fix compilation for 2.6.32
authorPaul Fertser <fercerpav@gmail.com>
Sun, 20 Jun 2010 09:44:57 +0000 (13:44 +0400)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 21 Jun 2010 18:59:48 +0000 (11:59 -0700)
commit8d0e45b60338877ad3e56ca2cc93c5fa86cb2947
tree12b7a2aee435882c1d98bde12f6cc444efacc895
parent75bb5106cc632665fdccb9abc13f35dbaf70df1e
compat-wireless: fix compilation for 2.6.32

2.6.32 was the latest version using CONFIG_WIRELESS_EXT. Without this patch
compilation produced

net/wireless/wext-compat.c:443: error: ‘struct wireless_dev’ has no member named ‘wext’

since config.mk defined CONFIG_CFG80211_WEXT but autoconf.sh didn't.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
scripts/gen-compat-autoconf.sh