diff options
Diffstat (limited to 'net/mac802154/ieee802154_i.h')
-rw-r--r-- | net/mac802154/ieee802154_i.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/mac802154/ieee802154_i.h b/net/mac802154/ieee802154_i.h index c5b231047b60..593339ad590b 100644 --- a/net/mac802154/ieee802154_i.h +++ b/net/mac802154/ieee802154_i.h | |||
@@ -120,14 +120,10 @@ ieee802154_sdata_running(struct ieee802154_sub_if_data *sdata) | |||
120 | return test_bit(SDATA_STATE_RUNNING, &sdata->state); | 120 | return test_bit(SDATA_STATE_RUNNING, &sdata->state); |
121 | } | 121 | } |
122 | 122 | ||
123 | extern struct ieee802154_reduced_mlme_ops mac802154_mlme_reduced; | ||
124 | extern struct ieee802154_mlme_ops mac802154_mlme_wpan; | 123 | extern struct ieee802154_mlme_ops mac802154_mlme_wpan; |
125 | 124 | ||
126 | void mac802154_monitor_setup(struct net_device *dev); | ||
127 | netdev_tx_t | 125 | netdev_tx_t |
128 | ieee802154_monitor_start_xmit(struct sk_buff *skb, struct net_device *dev); | 126 | ieee802154_monitor_start_xmit(struct sk_buff *skb, struct net_device *dev); |
129 | |||
130 | void mac802154_wpan_setup(struct net_device *dev); | ||
131 | netdev_tx_t | 127 | netdev_tx_t |
132 | ieee802154_subif_start_xmit(struct sk_buff *skb, struct net_device *dev); | 128 | ieee802154_subif_start_xmit(struct sk_buff *skb, struct net_device *dev); |
133 | enum hrtimer_restart ieee802154_xmit_ifs_timer(struct hrtimer *timer); | 129 | enum hrtimer_restart ieee802154_xmit_ifs_timer(struct hrtimer *timer); |
@@ -176,8 +172,6 @@ void mac802154_unlock_table(struct net_device *dev); | |||
176 | /* interface handling */ | 172 | /* interface handling */ |
177 | int ieee802154_iface_init(void); | 173 | int ieee802154_iface_init(void); |
178 | void ieee802154_iface_exit(void); | 174 | void ieee802154_iface_exit(void); |
179 | struct net_device * | ||
180 | mac802154_add_iface(struct wpan_phy *phy, const char *name, int type); | ||
181 | void ieee802154_if_remove(struct ieee802154_sub_if_data *sdata); | 175 | void ieee802154_if_remove(struct ieee802154_sub_if_data *sdata); |
182 | struct net_device * | 176 | struct net_device * |
183 | ieee802154_if_add(struct ieee802154_local *local, const char *name, | 177 | ieee802154_if_add(struct ieee802154_local *local, const char *name, |