From: Felix Fietkau Date: Thu, 24 Jun 2010 23:44:33 +0000 (+0200) Subject: mac80211: fix the for_each_sta_info macro X-Git-Tag: v2.6.36-rc1~571^2~385^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38bdb650f902d275d6b2f9c2d8247fd960525583;p=pandora-kernel.git mac80211: fix the for_each_sta_info macro Because of an ambiguity in the for_each_sta_info macro, it can currently only be used if the third parameter is set to 'sta'. Fix this by renaming the parameter to '_sta'. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed