Re: [PATCH 1/2] use list_for_each() for iteration in Host AP driver

2007-05-25 Thread Christoph Hellwig
On Fri, May 25, 2007 at 03:03:08PM +0200, Matthias Kaehlcke wrote: > Use list_for_each() in the Host AP driver to iterate over the MAC > restrictions and the STA info lists please go all the way to a proper list_for_each_entry. Then again now that we have mac80211 shouldn't hostap be ported over

[PATCH 1/2] use list_for_each() for iteration in Host AP driver

2007-05-25 Thread Matthias Kaehlcke
Use list_for_each() in the Host AP driver to iterate over the MAC restrictions and the STA info lists Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]> -- diff --git a/drivers/net/wireless/hostap/hostap_ap.c b/drivers/net/wireless/hostap/hostap_ap.c index 5b3abd5..0718eeb 100644 ---

[PATCH 1/2] use list_for_each() for iteration in Host AP driver

2007-05-25 Thread Matthias Kaehlcke
Use list_for_each() in the Host AP driver to iterate over the MAC restrictions and the STA info lists Signed-off-by: Matthias Kaehlcke [EMAIL PROTECTED] -- diff --git a/drivers/net/wireless/hostap/hostap_ap.c b/drivers/net/wireless/hostap/hostap_ap.c index 5b3abd5..0718eeb 100644 ---

Re: [PATCH 1/2] use list_for_each() for iteration in Host AP driver

2007-05-25 Thread Christoph Hellwig
On Fri, May 25, 2007 at 03:03:08PM +0200, Matthias Kaehlcke wrote: Use list_for_each() in the Host AP driver to iterate over the MAC restrictions and the STA info lists please go all the way to a proper list_for_each_entry. Then again now that we have mac80211 shouldn't hostap be ported over