diff options
Diffstat (limited to 'drivers/uwb/i1480/i1480u-wlp/i1480u-wlp.h')
-rw-r--r-- | drivers/uwb/i1480/i1480u-wlp/i1480u-wlp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/uwb/i1480/i1480u-wlp/i1480u-wlp.h b/drivers/uwb/i1480/i1480u-wlp/i1480u-wlp.h index 3421d3339d7d..2e31f536a347 100644 --- a/drivers/uwb/i1480/i1480u-wlp/i1480u-wlp.h +++ b/drivers/uwb/i1480/i1480u-wlp/i1480u-wlp.h | |||
@@ -267,7 +267,8 @@ extern void i1480u_sysfs_release(struct i1480u *); | |||
267 | /* netdev interface */ | 267 | /* netdev interface */ |
268 | extern int i1480u_open(struct net_device *); | 268 | extern int i1480u_open(struct net_device *); |
269 | extern int i1480u_stop(struct net_device *); | 269 | extern int i1480u_stop(struct net_device *); |
270 | extern int i1480u_hard_start_xmit(struct sk_buff *, struct net_device *); | 270 | extern netdev_tx_t i1480u_hard_start_xmit(struct sk_buff *, |
271 | struct net_device *); | ||
271 | extern void i1480u_tx_timeout(struct net_device *); | 272 | extern void i1480u_tx_timeout(struct net_device *); |
272 | extern int i1480u_set_config(struct net_device *, struct ifmap *); | 273 | extern int i1480u_set_config(struct net_device *, struct ifmap *); |
273 | extern int i1480u_change_mtu(struct net_device *, int); | 274 | extern int i1480u_change_mtu(struct net_device *, int); |