mac80211: fix the for_each_sta_info macro
authorFelix Fietkau <nbd@openwrt.org>
Thu, 24 Jun 2010 23:44:33 +0000 (01:44 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 28 Jun 2010 19:16:20 +0000 (15:16 -0400)
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 <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found