cfg80211: add wext handlers back to netdev for compat code
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 6 Oct 2009 18:19:02 +0000 (14:19 -0400)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 6 Oct 2009 18:24:17 +0000 (14:24 -0400)
commitf25fa12c7c53b7d0ce590b1578c0723c26ec7a55
treeddccdd440f55bad760c754215095eff91fc13efb
parent2797a4a3bb6809de961fba0876d764a011eafd95
cfg80211: add wext handlers back to netdev for compat code

The patch "wext: refactor" by Johannes Berg refactored
wext code so that new kernels no longer get the wext
handlers through struct netdevice, instead they get
it through the struct wiphy which is cfg80211 specific.

For old kernels this means you get not wext handlers
anymore when backporting code, this adds the wext handler
back to the netdevice wireless_handlers to let compat
users use wext again.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
compat/patches/10-add-wext-handlers-to-netdev.patch [new file with mode: 0644]