Skip to content

Commit

Permalink
staging: et131x: Remove registry_rx_mem_end from struct et131x_adapter
Browse files Browse the repository at this point in the history
registry_rx_mem_end is not referenced anywhere in the driver.

Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Mark Einon authored and Greg Kroah-Hartman committed Sep 6, 2011
1 parent 5ee574e commit ddf488b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/et131x/et131x_adapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ struct ce_stats {
u32 interrupt_status;
};


/* The private adapter structure */
struct et131x_adapter {
struct net_device *netdev;
Expand Down Expand Up @@ -179,11 +178,8 @@ struct et131x_adapter {

/* Registry parameters */
u8 wanted_flow; /* Flow we want for 802.3x flow control */

u32 registry_rx_mem_end; /* Size of internal rx memory */
u32 registry_jumbo_packet; /* Max supported ethernet packet size */


/* Derived from the registry: */
u8 ai_force_duplex; /* duplex setting */
u16 ai_force_speed; /* 'Speed', user over-ride of line speed */
Expand Down

0 comments on commit ddf488b

Please sign in to comment.