cfg80211/mac80211: Revert "move information element parsing logic to cfg80211"
authorJohannes Berg <johannes.berg@intel.com>
Fri, 18 Nov 2011 15:54:50 +0000 (16:54 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 21 Nov 2011 21:20:49 +0000 (16:20 -0500)
commitdd76986b0e398978ca32dd60c1b7dc50ab4e9ae1
treefea61a3dcb75a0c90e772b2beeaf4edb49ae7b50
parent80b998993d97d8a13589f8462e62a60298c72cf2
cfg80211/mac80211: Revert "move information element parsing logic to cfg80211"

No other driver ever ended up using this, and
the commit forgot to move the prototype so no
driver could have used it. Revert it, if any
driver shows up and needs it it can be moved
again, but until then it's more efficient to
have it in mac80211 where the only user is.

Signed-off-by: Johannes Berg <johannes.berg@intel.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