This patch removes the ugly TODO output from the logs for bcm43xx-softmac. The
patch is for the latest version of Linville's wireless-2.6 tree.
Signed-Off-By: Larry Finger <[EMAIL PROTECTED]>
index b095f3c..d32a9d0 100644
--- a/drivers/net/wireless/bcm43xx/bcm43xx_main.c
+++ b/drivers/net/wireless/bcm43xx/bcm43xx_main.c
@@ -1124,9 +1124,9 @@ static void keymac_write(struct bcm43xx_
cpu_to_be16(*((u16 *)(addr + 1))));
} else {
if (index < 8) {
- TODO(); /* Put them in the macaddress filter */
+ /*TODO();*/ /* Put them in the macaddress filter */
} else {
- TODO();
+ /*TODO();*/
/* Put them BCM43xx_SHM_SHARED, stating index 0x0120.
Keep in mind to update the count of keymacs in
0x003E as well! */
}
diff --git a/drivers/net/wireless/bcm43xx/bcm43xx_main.c
b/drivers/net/wireless/bcm43xx/bcm43xx_main.c
index b095f3c..d32a9d0 100644
--- a/drivers/net/wireless/bcm43xx/bcm43xx_main.c
+++ b/drivers/net/wireless/bcm43xx/bcm43xx_main.c
@@ -1124,9 +1124,9 @@ static void keymac_write(struct bcm43xx_
cpu_to_be16(*((u16 *)(addr + 1))));
} else {
if (index < 8) {
- TODO(); /* Put them in the macaddress filter */
+ /*TODO();*/ /* Put them in the macaddress filter */
} else {
- TODO();
+ /*TODO();*/
/* Put them BCM43xx_SHM_SHARED, stating index 0x0120.
Keep in mind to update the count of keymacs in
0x003E as well! */
}