]> git.baikalelectronics.ru Git - 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)
commitde63a170a3f8952f647369be8253992903fed475
tree0a9c1f5fc10a3b320d0db793598822a43b2dc719
parent2adbce8d54f8043f83b1dcfaad5ba6e932176c43
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