]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commit37ffc8da803a1151e887f2a80f08f0c49d1dc1d5
tree9d7a5e76210cfbf33b9187287cbc0b2f7ee80cb4
parent5fd12d4da198647e834f93f163e20bfcdd33bad8
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