diff options
| author | Paul Bolle <pebolle@tiscali.nl> | 2014-12-22 13:10:17 -0500 |
|---|---|---|
| committer | Kalle Valo <kvalo@codeaurora.org> | 2014-12-24 08:15:25 -0500 |
| commit | dddd60220f41775e634258efd1b54c6fa81ce706 (patch) | |
| tree | 3dae684de3287e2e89db4c2f41d1a7b05bba760f /drivers/net | |
| parent | f39dc8d50f76218cfd2a63620dfd14831b9b144b (diff) | |
ipw2200: select CFG80211_WEXT
Commit 24a0aa212ee2 ("cfg80211: make WEXT compatibility unselectable")
made it impossible to depend on CFG80211_WEXT. It does still allow to
select that symbol. (Yes, the commit summary is confusing.)
So make IPW2200 select CFG80211_WEXT, so that the ipw2200 driver can be
enabled in config again.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net')
| -rw-r--r-- | drivers/net/wireless/ipw2x00/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ipw2x00/Kconfig b/drivers/net/wireless/ipw2x00/Kconfig index 91c0cb3c368e..21de4fe6cf2d 100644 --- a/drivers/net/wireless/ipw2x00/Kconfig +++ b/drivers/net/wireless/ipw2x00/Kconfig | |||
| @@ -65,7 +65,8 @@ config IPW2100_DEBUG | |||
| 65 | 65 | ||
| 66 | config IPW2200 | 66 | config IPW2200 |
| 67 | tristate "Intel PRO/Wireless 2200BG and 2915ABG Network Connection" | 67 | tristate "Intel PRO/Wireless 2200BG and 2915ABG Network Connection" |
| 68 | depends on PCI && CFG80211 && CFG80211_WEXT | 68 | depends on PCI && CFG80211 |
| 69 | select CFG80211_WEXT | ||
| 69 | select WIRELESS_EXT | 70 | select WIRELESS_EXT |
| 70 | select WEXT_SPY | 71 | select WEXT_SPY |
| 71 | select WEXT_PRIV | 72 | select WEXT_PRIV |
