ath9k: Remove the useless do..while loops
authorSujith <Sujith.Manoharan@atheros.com>
Mon, 30 Mar 2009 09:58:45 +0000 (15:28 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 22 Apr 2009 20:54:35 +0000 (16:54 -0400)
commit797fe5cbefdb91f796502677e3a6623262eb9fcd
tree8d9931b9853a0c5d5f516d2c10bf07d24dedb749
parent4658b985170d9d0c88304d2d4459938b600f8c0b
ath9k: Remove the useless do..while loops

These are unnecessary constructs in a function.
This patch removes these from both RX and TX init
routines.

Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/ath9k.h
drivers/net/wireless/ath9k/recv.c
drivers/net/wireless/ath9k/xmit.c