]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
[PATCH] ieee80211: Add 802.11h information element parsing
authorZhu Yi <yi.zhu@intel.com>
Thu, 19 Jan 2006 08:22:15 +0000 (16:22 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 27 Jan 2006 22:08:07 +0000 (17:08 -0500)
commitd1b46b0fba8c1049135ee5d60910b04463dccc95
tree1ec055eee19d523f5fdd7bbe696dc1f0c0dbd105
parent15f385982e3a4782fe8ed71a9a6beb64a2160c30
[PATCH] ieee80211: Add 802.11h information element parsing

Added default handlers for various 802.11h DFS and TPC information
elements.  Moved all information elements into single location (called
from two places).  Added debug message with information on unparsed IEs
if debug_level set.  Added code to reset network IBSS DFS information
when appropriate.  Added code to invoke driver callback for 802.11h
ACTION STYPE.  Changed a few printk's to IEEE80211_DEBUG_MGMT.

Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/ieee80211/ieee80211_rx.c