[PATCH] hostap: Use list_for_each_entry
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Mon, 28 May 2007 16:38:48 +0000 (09:38 -0700)
committerJeff Garzik <jeff@garzik.org>
Mon, 9 Jul 2007 02:16:37 +0000 (22:16 -0400)
commitc15057313725942c6af8dcb60b4d4322101316d9
tree85d7bf8a6aaf0faaae21099a13b84d0cfa9b307a
parentb918099030fe6cc093a7d60a88039bd98f16538e
[PATCH] hostap: Use list_for_each_entry

Use list_for_each_entry() instead of manual iteration and
substitute some list_for_each() loops with list_for_each_entry().

Signed-off-by: Matthias Kaehlcke <matthias.kaehlcke@gmail.com>
Signed-off-by: Jouni Malinen <j@w1.fi>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/hostap/hostap_ap.c