diff options
author | Ajit Khaparde <ajitk@serverengines.com> | 2010-07-22 22:04:54 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-07-23 15:42:46 -0400 |
commit | 3486be29e63a9e8b0b013a9581879d8a48790d20 (patch) | |
tree | 0b138b6b5db29132f65e3bf0d3e162774c7dd60e /drivers/net/benet/be.h | |
parent | 8943807c214535c079bd30469562d1126b70bc2a (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/benet/be.h b/drivers/net/benet/be.h index 8cfe3c4fea04..434bc4bb6652 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; |