]> 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)
commit5739114eecf88da78c8984d7d3ac42c908f9c5e7
treefea61a3dcb75a0c90e772b2beeaf4edb49ae7b50
parent74c117b50b366a6f17286e8841557fc5d203e00b
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