]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: managed mode wext compatibility
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 1 Jul 2009 19:26:56 +0000 (21:26 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 10 Jul 2009 19:01:51 +0000 (15:01 -0400)
commit9b904a00ef08c6e7ae73884c7347137e0d85cffa
treed4a00663f87816c0c742e74d7b2c9bad31a18816
parent7288ebf3194b01ed1e29eb4678922fcd967868f2
cfg80211: managed mode wext compatibility

This adds code to make it possible to use the cfg80211
connect() API with wireless extensions, and because the
previous patch added emulation of that API with auth()
and assoc(), by extension also supports wext on that.
At the same time, removes code from mac80211 for wext,
but doesn't yet clean up mac80211's mlme code more.

Signed-off-by: Samuel Ortiz <samuel.ortiz@intel.com>
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/cfg80211.h
net/mac80211/mlme.c
net/mac80211/wext.c
net/wireless/Makefile
net/wireless/core.c
net/wireless/core.h
net/wireless/nl80211.c
net/wireless/sme.c
net/wireless/wext-compat.c
net/wireless/wext-sme.c [new file with mode: 0644]