|
@@ -123,8 +123,8 @@ struct batadv_hard_iface_bat_v {
|
|
|
* @list: list node for batadv_hardif_list
|
|
* @list: list node for batadv_hardif_list
|
|
|
* @if_num: identificator of the interface
|
|
* @if_num: identificator of the interface
|
|
|
* @if_status: status of the interface for batman-adv
|
|
* @if_status: status of the interface for batman-adv
|
|
|
- * @net_dev: pointer to the net_device
|
|
|
|
|
* @num_bcasts: number of payload re-broadcasts on this interface (ARQ)
|
|
* @num_bcasts: number of payload re-broadcasts on this interface (ARQ)
|
|
|
|
|
+ * @net_dev: pointer to the net_device
|
|
|
* @hardif_obj: kobject of the per interface sysfs "mesh" directory
|
|
* @hardif_obj: kobject of the per interface sysfs "mesh" directory
|
|
|
* @refcount: number of contexts the object is used
|
|
* @refcount: number of contexts the object is used
|
|
|
* @batman_adv_ptype: packet type describing packets that should be processed by
|
|
* @batman_adv_ptype: packet type describing packets that should be processed by
|
|
@@ -141,8 +141,8 @@ struct batadv_hard_iface {
|
|
|
struct list_head list;
|
|
struct list_head list;
|
|
|
s16 if_num;
|
|
s16 if_num;
|
|
|
char if_status;
|
|
char if_status;
|
|
|
- struct net_device *net_dev;
|
|
|
|
|
u8 num_bcasts;
|
|
u8 num_bcasts;
|
|
|
|
|
+ struct net_device *net_dev;
|
|
|
struct kobject *hardif_obj;
|
|
struct kobject *hardif_obj;
|
|
|
struct kref refcount;
|
|
struct kref refcount;
|
|
|
struct packet_type batman_adv_ptype;
|
|
struct packet_type batman_adv_ptype;
|