cfg80211: clean up includes
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 20 Apr 2009 12:31:42 +0000 (14:31 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 22 Apr 2009 20:57:17 +0000 (16:57 -0400)
commitd323655372590c533c275b1d798f9d1221efb5c6
tree7eb0e7ecb88b09cead5a36b5aa93328b199e5c25
parentaf8cdcd828ad751fae8e6cbfe94eef9f2f23b14b
cfg80211: clean up includes

Trying to separate header files into net/wireless.h and
net/cfg80211.h has been a source of confusion. Remove
net/wireless.h (because there also is the linux/wireless.h)
and subsume everything into net/cfg80211.h -- except the
definitions for regulatory structures which get moved to
a new header net/regulatory.h.

The "new" net/cfg80211.h is now divided into sections.

There are no real changes in this patch but code shuffling
and some very minor documentation fixes.

I have also, to make things reflect reality, put in a
copyright line for Luis to net/regulatory.h since that
is probably exclusively written by him but was formerly
in a file that only had my copyright line.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Cc: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
19 files changed:
drivers/net/wireless/ath/ar9170/ar9170.h
drivers/net/wireless/ath/ar9170/usb.h
drivers/net/wireless/ath/ath9k/eeprom.h
drivers/net/wireless/ath/regd.c
drivers/net/wireless/ath/regd.h
drivers/net/wireless/rndis_wlan.c
include/net/cfg80211.h
include/net/mac80211.h
include/net/regulatory.h [new file with mode: 0644]
include/net/wireless.h [deleted file]
net/mac80211/ht.c
net/mac80211/ieee80211_i.h
net/mac80211/spectmgmt.c
net/wireless/core.c
net/wireless/core.h
net/wireless/ibss.c
net/wireless/reg.c
net/wireless/util.c
net/wireless/wext-compat.c