aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/benet/be.h
diff options
context:
space:
mode:
authorAjit Khaparde <ajitk@serverengines.com>2010-07-22 22:04:54 -0400
committerDavid S. Miller <davem@davemloft.net>2010-07-23 15:42:46 -0400
commit3486be29e63a9e8b0b013a9581879d8a48790d20 (patch)
tree0b138b6b5db29132f65e3bf0d3e162774c7dd60e /drivers/net/benet/be.h
parent8943807c214535c079bd30469562d1126b70bc2a (diff)
be2net: variable name changes
This patch changes names of some variables. Signed-off-by: Ajit Khaparde <ajitk@serverengines.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/benet/be.h')
-rw-r--r--drivers/net/benet/be.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/benet/be.h b/drivers/net/benet/be.h
index 8cfe3c4fea0..434bc4bb665 100644
--- a/drivers/net/benet/be.h
+++ b/drivers/net/benet/be.h
@@ -285,7 +285,7 @@ struct be_adapter {
285 u32 port_num; 285 u32 port_num;
286 bool promiscuous; 286 bool promiscuous;
287 bool wol; 287 bool wol;
288 u32 cap; 288 u32 function_mode;
289 u32 rx_fc; /* Rx flow control */ 289 u32 rx_fc; /* Rx flow control */
290 u32 tx_fc; /* Tx flow control */ 290 u32 tx_fc; /* Tx flow control */
291 int link_speed; 291 int link_speed;