X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=net%2Fmac80211%2Ftx.c;h=306533ba0d3df2e5ae513e50f3a85f807168731f;hp=b0beaa58246bbfe9019ccde998b8ba2043e38ccd;hb=0a9d59a2461477bd9ed143c01af9df3f8f00fa81;hpb=795abaf1e4e188c4171e3cd3dbb11a9fcacaf505 diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c index b0beaa58246b..306533ba0d3d 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, return cpu_to_le16(dur); } -static int inline is_ieee80211_device(struct ieee80211_local *local, +static inline int is_ieee80211_device(struct ieee80211_local *local, struct net_device *dev) { return local == wdev_priv(dev->ieee80211_ptr);