]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit319e7ac981e0e994c5a87a1f5dab2da083c27caf
treefea61a3dcb75a0c90e772b2beeaf4edb49ae7b50
parente1a8075a22925c9dbdae91ae27ea841083871d5d
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