Fix problem with WEP unicast key > index 0
authorVolker Braun <volker.braun@physik.hu-berlin.de>
Mon, 24 Oct 2005 15:15:36 +0000 (10:15 -0500)
committerJames Ketrenos <jketreno@linux.intel.com>
Mon, 7 Nov 2005 22:19:02 +0000 (16:19 -0600)
commite189277a3f1cbb0f1282e0f4b8fa8c91e004c286
tree13874dfda70803b04a9bba7a1a07ddb124f08990
parent81f875208e7f46d003bedb82d5cfe54458a3ab60
Fix problem with WEP unicast key > index 0

The functions ieee80211_wx_{get,set}_encodeext fail if one tries to set
unicast (IW_ENCODE_EXT_GROUP_KEY not set) keys at key indices>0. But at
least some Cisco APs dish out dynamic WEP unicast keys at index !=0.

Signed-off-by: Volker Braun <volker.braun@physik.hu-berlin.de>
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
net/ieee80211/ieee80211_wx.c