bxe: if there's a way to tell teh stack to pause, I've forgotten it. So don't try.

Signed-off-by: Ron Minnich <rminnich@gmail.com>
diff --git a/kern/drivers/net/bxe/bxe.c b/kern/drivers/net/bxe/bxe.c
index cae14cb..b965364 100644
--- a/kern/drivers/net/bxe/bxe.c
+++ b/kern/drivers/net/bxe/bxe.c
@@ -2644,9 +2644,10 @@
     if_t ifp = sc->ifp;
 
     /* tell the stack the driver is stopped and TX queue is full */
-    if (ifp !=  NULL) {
-        if_setdrvflags(ifp, 0);
-    }
+	// TODO: is there a way to do this in this stack? I think it just pauses ...
+    //if (ifp !=  NULL) {
+        //if_setdrvflags(ifp, 0);
+    //}
 }
 
 static void