|
@@ -72,10 +72,6 @@ struct wireless_dev;
|
|
/* Backlog congestion levels */
|
|
/* Backlog congestion levels */
|
|
#define NET_RX_SUCCESS 0 /* keep 'em coming, baby */
|
|
#define NET_RX_SUCCESS 0 /* keep 'em coming, baby */
|
|
#define NET_RX_DROP 1 /* packet dropped */
|
|
#define NET_RX_DROP 1 /* packet dropped */
|
|
-#define NET_RX_CN_LOW 2 /* storm alert, just in case */
|
|
|
|
-#define NET_RX_CN_MOD 3 /* Storm on its way! */
|
|
|
|
-#define NET_RX_CN_HIGH 4 /* The storm is here */
|
|
|
|
-#define NET_RX_BAD 5 /* packet dropped due to kernel error */
|
|
|
|
|
|
|
|
/* NET_XMIT_CN is special. It does not guarantee that this packet is lost. It
|
|
/* NET_XMIT_CN is special. It does not guarantee that this packet is lost. It
|
|
* indicates that the device will soon be dropping packets, or already drops
|
|
* indicates that the device will soon be dropping packets, or already drops
|