]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
cfg80211/mac80211: move information element parsing logic to cfg80211
authorYogesh Ashok Powar <yogeshp@marvell.com>
Wed, 10 Aug 2011 01:02:26 +0000 (18:02 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 12 Aug 2011 17:45:03 +0000 (13:45 -0400)
commit0879fa44b54101c9955123582018cb511047a2b6
tree0a9c1f5fc10a3b320d0db793598822a43b2dc719
parentf3d4505de539f754b78d5c30e5d2cb41a0ed0117
cfg80211/mac80211: move information element parsing logic to cfg80211

Moving the parsing logic for retrieving the information elements
stored in management frames, e.g. beacons or probe responses,
and making it available to other cfg80211 drivers.

Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com>
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/cfg80211.h
net/mac80211/ieee80211_i.h
net/mac80211/util.c
net/wireless/util.c