Print this page
XXXX introduce drv_sectohz

@@ -143,11 +143,11 @@
  * sequence before mac_rx() is called.
  */
 #define XGELL_RX_PKT_BURST                      32
 
 /* About 1s */
-#define XGE_DEV_POLL_TICKS                      drv_usectohz(1000000)
+#define XGE_DEV_POLL_TICKS                      drv_sectohz(1)
 
 #define XGELL_LSO_MAXLEN                        65535
 #define XGELL_CONF_ENABLE_BY_DEFAULT            1
 #define XGELL_CONF_DISABLE_BY_DEFAULT           0