]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: move IE parsing to util file
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 8 Sep 2008 14:40:36 +0000 (16:40 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 11 Sep 2008 19:53:35 +0000 (15:53 -0400)
commit6b567626fdcf4e01dea1949f8765bee73c1cd6cb
tree9d7a5e76210cfbf33b9187287cbc0b2f7ee80cb4
parent858fb982fd62db7987ba5b6d4a5b3fc738e709a4
mac80211: move IE parsing to util file

Since IE parsing is required for the mlme and mesh code, it's
not a static function anyway, and it's much better to have it
in util rather than the overly large mlme.c

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mlme.c
net/mac80211/util.c