summaryrefslogtreecommitdiffstats
path: root/drivers/net/benet
diff options
context:
space:
mode:
authorAjit Khaparde2009-10-05 04:22:05 +0200
committerDavid S. Miller2009-10-07 02:33:39 +0200
commit49643848f9ec8182cf04a83115f58d43854bbdc6 (patch)
tree8a06af2c67a7ef26131f083f861b12a0dd410a08 /drivers/net/benet
parentbe2net: Bug Fix while accounting of multicast frames during netdev stats update (diff)
downloadkernel-qcow2-linux-49643848f9ec8182cf04a83115f58d43854bbdc6.tar.gz
kernel-qcow2-linux-49643848f9ec8182cf04a83115f58d43854bbdc6.tar.xz
kernel-qcow2-linux-49643848f9ec8182cf04a83115f58d43854bbdc6.zip
be2net: Fix a typo in be_cmds.h
MCC_STATUS_NOT_SUPPORTED should be decimal 66 not hex 66. This patch fixes this typo. Patch against net-2.6 tree. Signed-off-by: Ajit Khaparde <ajitk@serverengines.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/benet')
-rw-r--r--drivers/net/benet/be_cmds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/benet/be_cmds.h b/drivers/net/benet/be_cmds.h
index 8b4c2cb9ad62..a86f917f85f4 100644
--- a/drivers/net/benet/be_cmds.h
+++ b/drivers/net/benet/be_cmds.h
@@ -62,7 +62,7 @@ enum {
MCC_STATUS_QUEUE_FLUSHING = 0x4,
/* The command is completing with a DMA error */
MCC_STATUS_DMA_FAILED = 0x5,
- MCC_STATUS_NOT_SUPPORTED = 0x66
+ MCC_STATUS_NOT_SUPPORTED = 66
};
#define CQE_STATUS_COMPL_MASK 0xFFFF