[PATCH] ieee80211: common wx auth code
authorLarry Finger <Larry.Finger@lwfinger.net>
Mon, 30 Jan 2006 12:12:50 +0000 (13:12 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 31 Jan 2006 01:35:35 +0000 (20:35 -0500)
This patch creates two functions ieee80211_wx_set_auth and
ieee80211_wx_get_auth that can be used by drivers for the wireless
extension handlers instead of writing their own, if the implementation
should be software only.

These patches enable using bcm43xx devices with WPA and this seems (as
far as I can tell) to be the only difference between the stock ieee80211
and softmac's ieee80211 left.

Signed-Off-By: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found