|
@@ -96,7 +96,7 @@ struct wireless_dev;
|
|
|
* Compute the worst case header length according to the protocols
|
|
|
* used.
|
|
|
*/
|
|
|
-
|
|
|
+
|
|
|
#if defined(CONFIG_WLAN_80211) || defined(CONFIG_AX25) || defined(CONFIG_AX25_MODULE)
|
|
|
# if defined(CONFIG_MAC80211_MESH)
|
|
|
# define LL_MAX_HEADER 128
|
|
@@ -124,7 +124,7 @@ struct wireless_dev;
|
|
|
* Network device statistics. Akin to the 2.0 ether stats but
|
|
|
* with byte counters.
|
|
|
*/
|
|
|
-
|
|
|
+
|
|
|
struct net_device_stats
|
|
|
{
|
|
|
unsigned long rx_packets; /* total packets received */
|
|
@@ -285,7 +285,7 @@ enum netdev_state_t
|
|
|
|
|
|
/*
|
|
|
* This structure holds at boot time configured netdevice settings. They
|
|
|
- * are then used in the device probing.
|
|
|
+ * are then used in the device probing.
|
|
|
*/
|
|
|
struct netdev_boot_setup {
|
|
|
char name[IFNAMSIZ];
|
|
@@ -740,7 +740,7 @@ struct net_device
|
|
|
void *dsa_ptr; /* dsa specific data */
|
|
|
#endif
|
|
|
void *atalk_ptr; /* AppleTalk link */
|
|
|
- void *ip_ptr; /* IPv4 specific data */
|
|
|
+ void *ip_ptr; /* IPv4 specific data */
|
|
|
void *dn_ptr; /* DECnet specific data */
|
|
|
void *ip6_ptr; /* IPv6 specific data */
|
|
|
void *ec_ptr; /* Econet specific data */
|
|
@@ -753,7 +753,7 @@ struct net_device
|
|
|
*/
|
|
|
unsigned long last_rx; /* Time of last Rx */
|
|
|
/* Interface address info used in eth_type_trans() */
|
|
|
- unsigned char dev_addr[MAX_ADDR_LEN]; /* hw address, (before bcast
|
|
|
+ unsigned char dev_addr[MAX_ADDR_LEN]; /* hw address, (before bcast
|
|
|
because most packets are unicast) */
|
|
|
|
|
|
unsigned char broadcast[MAX_ADDR_LEN]; /* hw bcast add */
|