mirror of
https://github.com/xcat2/xNBA.git
synced 2025-08-22 03:00:30 +00:00
Remove no-longer-used variable
This commit is contained in:
@@ -24,7 +24,6 @@ static int legacy_registered = 0;
|
||||
static int legacy_transmit ( struct net_device *netdev, struct pk_buff *pkb ) {
|
||||
struct nic *nic = netdev->priv;
|
||||
struct ethhdr *ethhdr = pkb->data;
|
||||
int pad_len;
|
||||
|
||||
DBG ( "Transmitting %d bytes\n", pkb_len ( pkb ) );
|
||||
pkb_pad ( pkb, ETH_ZLEN );
|
||||
|
Reference in New Issue
Block a user