Remove IEEE80211_C_WPA from capabilities flags. WPA support is not fully

implemented in ipw.

MFC after:	1 week
This commit is contained in:
Damien Bergamini 2005-08-20 15:03:41 +00:00
parent 4ab4bbc6fe
commit d599e39db8

View File

@ -286,8 +286,7 @@ ipw_attach(device_t dev)
/* set device capabilities */
ic->ic_caps = IEEE80211_C_SHPREAMBLE | IEEE80211_C_TXPMGT |
IEEE80211_C_PMGT | IEEE80211_C_IBSS | IEEE80211_C_MONITOR |
IEEE80211_C_WPA;
IEEE80211_C_PMGT | IEEE80211_C_IBSS | IEEE80211_C_MONITOR;
/* read MAC address from EEPROM */
val = ipw_read_prom_word(sc, IPW_EEPROM_MAC + 0);