mt76: mt7615: fix MT7615_WATCHDOG_TIME definition
authorLorenzo Bianconi <lorenzo@kernel.org>
Thu, 18 Jul 2019 22:44:16 +0000 (00:44 +0200)
committerFelix Fietkau <nbd@nbd.name>
Thu, 5 Sep 2019 15:42:30 +0000 (17:42 +0200)
Express watchdog timeout in jiffies since it is used directly in
ieee80211_queue_delayed_work

Fixes: 04b8e65922f6 ("mt76: add mac80211 driver for MT7615 PCIe-based chipsets")
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt7615/mt7615.h

index 9d2286b..a014f7b 100644 (file)
@@ -15,7 +15,7 @@
 #define MT7615_WTBL_STA                        (MT7615_WTBL_RESERVED - \
                                         MT7615_MAX_INTERFACES)
 
-#define MT7615_WATCHDOG_TIME           100 /* ms */
+#define MT7615_WATCHDOG_TIME           (HZ / 10)
 #define MT7615_RATE_RETRY              2
 
 #define MT7615_TX_RING_SIZE            1024