]> 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)
commit227e3d830fdeaf738c262a6093ac5ca80e6a0a87
tree0a9c1f5fc10a3b320d0db793598822a43b2dc719
parentdf4ec99059eef3dee71ba96d3f11f9ee9e5fa70a
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