Remove IEEE80211_C_WPA from capabilities flags. WPA support is not fully
implemented in ipw. MFC after: 1 week
This commit is contained in:
parent
4ab4bbc6fe
commit
d599e39db8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user