]> git.openfabrics.org - ~emulex/infiniband.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)
commitf21293549f60f88c74fcb9944737f11048896dc4
treed4a00663f87816c0c742e74d7b2c9bad31a18816
parent6829c878ecd24ff0ae41b4668c7e9d0f11b66942
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]