diff options
author | Olof Johansson <olof@lixom.net> | 2007-05-08 00:47:49 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-05-08 01:47:54 -0400 |
commit | ceb51361370c003e13f782edb7171a8383e5c849 (patch) | |
tree | 25a8752cc27330174074000675816e98f9bf0a27 /drivers/net/pasemi_mac.h | |
parent | cd4ceb245be7926e94558e2b6cd279bfaa775908 (diff) |
pasemi_mac: Add msglevel support and "debug" module param
Add msglevel support for pasemi_mac. Move the MODULE_* defines to the
top to go together with the variable (similar to tg3).
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/pasemi_mac.h')
-rw-r--r-- | drivers/net/pasemi_mac.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/pasemi_mac.h b/drivers/net/pasemi_mac.h index 3dcc1f288adf..6539de1c2f23 100644 --- a/drivers/net/pasemi_mac.h +++ b/drivers/net/pasemi_mac.h @@ -75,6 +75,8 @@ struct pasemi_mac { struct pasemi_mac_rxring *rx; unsigned long tx_irq; unsigned long rx_irq; + + unsigned int msg_enable; }; /* Software status descriptor (desc_info) */ |