diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/netdevice.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 74fd5d37f15a..c9bcf33efb47 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
| @@ -57,6 +57,8 @@ struct device; | |||
| 57 | struct phy_device; | 57 | struct phy_device; |
| 58 | /* 802.11 specific */ | 58 | /* 802.11 specific */ |
| 59 | struct wireless_dev; | 59 | struct wireless_dev; |
| 60 | /* 802.15.4 specific */ | ||
| 61 | struct wpan_dev; | ||
| 60 | 62 | ||
| 61 | void netdev_set_default_ethtool_ops(struct net_device *dev, | 63 | void netdev_set_default_ethtool_ops(struct net_device *dev, |
| 62 | const struct ethtool_ops *ops); | 64 | const struct ethtool_ops *ops); |
| @@ -1572,6 +1574,7 @@ struct net_device { | |||
| 1572 | struct inet6_dev __rcu *ip6_ptr; | 1574 | struct inet6_dev __rcu *ip6_ptr; |
| 1573 | void *ax25_ptr; | 1575 | void *ax25_ptr; |
| 1574 | struct wireless_dev *ieee80211_ptr; | 1576 | struct wireless_dev *ieee80211_ptr; |
| 1577 | struct wpan_dev *ieee802154_ptr; | ||
| 1575 | 1578 | ||
| 1576 | /* | 1579 | /* |
| 1577 | * Cache lines mostly used on receive path (including eth_type_trans()) | 1580 | * Cache lines mostly used on receive path (including eth_type_trans()) |
