]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blobdiff - net/mac80211/driver-ops.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[can-eth-gw-linux.git] / net / mac80211 / driver-ops.h
index c6560cc7a9d6468b6b3239afc81baaecccc3957e..698dc7e6f309847373541748c3cc4a2f40b67f58 100644 (file)
@@ -634,7 +634,7 @@ static inline void drv_reset_tsf(struct ieee80211_local *local,
 
 static inline int drv_tx_last_beacon(struct ieee80211_local *local)
 {
-       int ret = 0; /* default unsuported op for less congestion */
+       int ret = 0; /* default unsupported op for less congestion */
 
        might_sleep();