cfg80211: split wext compatibility to separate header
authorJohannes Berg <johannes.berg@intel.com>
Wed, 13 Jul 2011 08:39:09 +0000 (10:39 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 8 Aug 2011 18:24:59 +0000 (14:24 -0400)
commit262eb9b2237ecee047451a636e799ea1572b685a
tree162ce4b4f27edf7cdf45bb3e3574d840db2815e1
parenta5d5a914770a81a1f775be2ee35b9fa8fd19d381
cfg80211: split wext compatibility to separate header

A lot of drivers erroneously use wext constants
and don't notice since cfg80211.h includes them.
Make this more split up so drivers needing wext
compatibility from cfg80211 need to explicitly
include that from cfg80211-wext.h.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ipw2x00/ipw2200.c
drivers/net/wireless/orinoco/wext.c
include/net/cfg80211-wext.h [new file with mode: 0644]
include/net/cfg80211.h
net/wireless/scan.c
net/wireless/wext-compat.c
net/wireless/wext-sme.c