From: Dan Williams Date: Thu, 2 Aug 2007 14:48:02 +0000 (-0400) Subject: [PATCH] libertas: clean up 802.11 IE post-scan handling X-Git-Tag: v2.6.24-rc1~1454^2~645 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab6179711a5e46ed1db739bef7752d65ce836dce;p=pandora-kernel.git [PATCH] libertas: clean up 802.11 IE post-scan handling Remove struct IE_WPA and just use direct checking of the IE bytes like ipw. Remove WLAN_802_11_VARIABLE_IEs because it's unused. Kill ieeetypes_elementid enum and just use MFIE_* from ieee80211.h. Also use struct ieee80211_info_element for scan buffer processing to simplify pointer usage. Signed-off-by: Dan Williams Signed-off-by: John W. Linville --- Reading git-diff-tree failed