kernel_optimize_test/net/wireless
Johannes Berg 3d9d1d6656 nl80211/cfg80211: support VHT channel configuration
Change nl80211 to support specifying a VHT (or HT)
using the control channel frequency (as before) and
new attributes for the channel width and first and
second center frequency. The old channel type is of
course still supported for HT.

Also change the cfg80211 channel definition struct
to support these by adding the relevant fields to
it (and removing the _type field.)

This also adds new helper functions:
 - cfg80211_chandef_create to create a channel def
   struct given the control channel and channel type,
 - cfg80211_chandef_identical to check if two channel
   definitions are identical
 - cfg80211_chandef_compatible to check if the given
   channel definitions are compatible, and return the
   wider of the two

This isn't entirely complete, but that doesn't matter
until we have a driver using it. In particular, it's
missing
 - regulatory checks on the usable bandwidth (if that
   even makes sense)
 - regulatory TX power (database can't deal with it)
 - a proper channel compatibility calculation for the
   new channel types

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2012-11-26 12:42:59 +01:00
..
.gitignore
ap.c cfg80211: store the ssid into wirless_dev in AP mode 2012-11-07 17:57:14 +01:00
chan.c nl80211/cfg80211: support VHT channel configuration 2012-11-26 12:42:59 +01:00
core.c cfg80211: allow registering more than one beacon listener 2012-11-05 16:33:45 +01:00
core.h nl80211/cfg80211: support VHT channel configuration 2012-11-26 12:42:59 +01:00
db.txt
debugfs.c
debugfs.h
ethtool.c cfg80211: add wrappers for registered_device_ops 2012-10-18 10:53:37 +02:00
ethtool.h
genregdb.awk
ibss.c nl80211/cfg80211: support VHT channel configuration 2012-11-26 12:42:59 +01:00
Kconfig
lib80211_crypt_ccmp.c
lib80211_crypt_tkip.c
lib80211_crypt_wep.c
lib80211.c
Makefile cfg80211: add tracing to rdev-ops 2012-10-18 10:53:37 +02:00
mesh.c nl80211/cfg80211: support VHT channel configuration 2012-11-26 12:42:59 +01:00
mlme.c cfg80211: pass a channel definition struct 2012-11-26 12:42:58 +01:00
nl80211.c nl80211/cfg80211: support VHT channel configuration 2012-11-26 12:42:59 +01:00
nl80211.h cfg80211: pass a channel definition struct 2012-11-26 12:42:58 +01:00
radiotap.c wireless: add radiotap A-MPDU status field 2012-08-20 13:53:09 +02:00
rdev-ops.h cfg80211: pass a channel definition struct 2012-11-26 12:42:58 +01:00
reg.c cfg80211: fix initialization of chan->max_reg_power 2012-10-18 17:18:48 +02:00
reg.h
regdb.h
scan.c cfg80211: use DS or HT operation IEs to determine BSS channel 2012-11-23 14:23:30 +01:00
sme.c cfg80211: add wrappers for registered_device_ops 2012-10-18 10:53:37 +02:00
sysfs.c cfg80211: add wrappers for registered_device_ops 2012-10-18 10:53:37 +02:00
sysfs.h
trace.c cfg80211: add tracing to rdev-ops 2012-10-18 10:53:37 +02:00
trace.h nl80211/cfg80211: support VHT channel configuration 2012-11-26 12:42:59 +01:00
util.c cfg80211: change function signature of cfg80211_get_p2p_attr() 2012-11-26 11:28:55 +01:00
wext-compat.c nl80211/cfg80211: support VHT channel configuration 2012-11-26 12:42:59 +01:00
wext-compat.h
wext-core.c wext: include wireless event id when it has a size problem 2012-09-05 16:12:44 +02:00
wext-priv.c
wext-proc.c
wext-sme.c nl80211/cfg80211: support VHT channel configuration 2012-11-26 12:42:59 +01:00
wext-spy.c