]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7ccd3d27908529dad0862a60ef2d3f457961c72b
tree162ce4b4f27edf7cdf45bb3e3574d840db2815e1
parentc69cdefb511206c358421c6f665ad4cb6d8b1f29
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