Without wext support we will get lots of complains about iwconfig not working. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- backport/defconfigs/iwlwifi | 1 + backport/defconfigs/rtlwifi | 1 + 2 files changed, 2 insertions(+) diff --git a/backport/defconfigs/iwlwifi b/backport/defconfigs/iwlwifi index 6a5f4ba..9563c8b 100644 --- a/backport/defconfigs/iwlwifi +++ b/backport/defconfigs/iwlwifi @@ -1,6 +1,7 @@ CPTCFG_CFG80211=m CPTCFG_CFG80211_DEFAULT_PS=y CPTCFG_CFG80211_DEBUGFS=y +CPTCFG_CFG80211_WEXT=y CPTCFG_MAC80211=m # CPTCFG_MAC80211_RC_PID is not set # CPTCFG_MAC80211_RC_MINSTREL is not set diff --git a/backport/defconfigs/rtlwifi b/backport/defconfigs/rtlwifi index c86d000..d9b5958 100644 --- a/backport/defconfigs/rtlwifi +++ b/backport/defconfigs/rtlwifi @@ -1,6 +1,7 @@ CPTCFG_CFG80211=m CPTCFG_CFG80211_DEFAULT_PS=y CPTCFG_CFG80211_DEBUGFS=y +CPTCFG_CFG80211_WEXT=y CPTCFG_MAC80211=m # CPTCFG_MAC80211_RC_PID is not set # CPTCFG_MAC80211_RC_MINSTREL is not set -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html