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 5950e3abead9..a449dd508682 100644 --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c | |||
@@ -173,7 +173,7 @@ static __le16 ieee80211_duration(struct ieee80211_tx_data *tx, int group_addr, | |||
173 | return cpu_to_le16(dur); | 173 | return cpu_to_le16(dur); |
174 | } | 174 | } |
175 | 175 | ||
176 | static int inline is_ieee80211_device(struct ieee80211_local *local, | 176 | static inline int is_ieee80211_device(struct ieee80211_local *local, |
177 | struct net_device *dev) | 177 | struct net_device *dev) |
178 | { | 178 | { |
179 | return local == wdev_priv(dev->ieee80211_ptr); | 179 | return local == wdev_priv(dev->ieee80211_ptr); |