remove auto-add of IEEE80211_KEY_GROUP; all the apps that need to
set it have been fixed Reviewed by: avatar Approved by: re (scottl)
This commit is contained in:
parent
ae1ff8e34f
commit
e5f9856fd5
@ -1527,9 +1527,6 @@ ieee80211_ioctl_setkey(struct ieee80211com *ic, struct ieee80211req *ireq)
|
||||
return EINVAL;
|
||||
wk = &ic->ic_nw_keys[kid];
|
||||
ni = NULL;
|
||||
/* XXX auto-add group key flag until applications are updated */
|
||||
if ((ik.ik_flags & IEEE80211_KEY_XMIT) == 0) /* XXX */
|
||||
ik.ik_flags |= IEEE80211_KEY_GROUP; /* XXX */
|
||||
}
|
||||
error = 0;
|
||||
ieee80211_key_update_begin(ic);
|
||||
|
Loading…
Reference in New Issue
Block a user