> > On Fri, 2019-07-19 at 00:50 +0200, Lorenzo Bianconi wrote: > > Convert MT7603_WATCHDOG_TIME in jiffies rescheduling watchdog delayed > > work > > Seems a bit inconsistent to me, the previous patch for mt7615 used > jiffies in the define, but here you convert? > Hi Johannes, I personally prefer to define the timeout directly in jiffies (as it is done in mt76x02) but MT7603_WATCHDOG_TIME is already used in this way (e.g. mt7603_mac_work()) so I have just maintained the convention. Anyway we can convert it as well. Regards, Lorenzo > johannes >