From: Johannes Berg Date: Thu, 29 Oct 2009 07:30:35 +0000 (+0100) Subject: mac80211: introduce ieee80211_beacon_get_tim() X-Git-Tag: v2.6.33-rc1~388^2~449^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eddcbb94f75c3e8944503e9f13c1d29acd0d7052;p=pandora-kernel.git mac80211: introduce ieee80211_beacon_get_tim() Compared to ieee80211_beacon_get(), the new function ieee80211_beacon_get_tim() returns information on the location and length of the TIM IE, which some drivers need in order to generate the TIM on the device. The old function, ieee80211_beacon_get(), becomes a small static inline wrapper around the new one to not break all drivers. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed