diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/main.c')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/main.c b/drivers/net/wireless/ath/ath6kl/main.c index 0a6d6e2be6e9..3a3b2cc9940d 100644 --- a/drivers/net/wireless/ath/ath6kl/main.c +++ b/drivers/net/wireless/ath/ath6kl/main.c | |||
@@ -1021,7 +1021,8 @@ static struct net_device_stats *ath6kl_get_stats(struct net_device *dev) | |||
1021 | return &vif->net_stats; | 1021 | return &vif->net_stats; |
1022 | } | 1022 | } |
1023 | 1023 | ||
1024 | static int ath6kl_set_features(struct net_device *dev, u32 features) | 1024 | static int ath6kl_set_features(struct net_device *dev, |
1025 | netdev_features_t features) | ||
1025 | { | 1026 | { |
1026 | struct ath6kl_vif *vif = netdev_priv(dev); | 1027 | struct ath6kl_vif *vif = netdev_priv(dev); |
1027 | struct ath6kl *ar = vif->ar; | 1028 | struct ath6kl *ar = vif->ar; |