diff options
Diffstat (limited to 'net/mac80211/tx.c')
-rw-r--r-- | net/mac80211/tx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c index 081dcaf6577b..ce4596ed1268 100644 --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c | |||
@@ -169,7 +169,7 @@ static __le16 ieee80211_duration(struct ieee80211_tx_data *tx, int group_addr, | |||
169 | return cpu_to_le16(dur); | 169 | return cpu_to_le16(dur); |
170 | } | 170 | } |
171 | 171 | ||
172 | static int inline is_ieee80211_device(struct ieee80211_local *local, | 172 | static inline int is_ieee80211_device(struct ieee80211_local *local, |
173 | struct net_device *dev) | 173 | struct net_device *dev) |
174 | { | 174 | { |
175 | return local == wdev_priv(dev->ieee80211_ptr); | 175 | return local == wdev_priv(dev->ieee80211_ptr); |