|
@@ -621,7 +621,7 @@ static void mesh_plink_timer(unsigned long data)
|
|
|
sta->llid, sta->plid, reason);
|
|
|
}
|
|
|
|
|
|
-static inline void mesh_plink_timer_set(struct sta_info *sta, int timeout)
|
|
|
+static inline void mesh_plink_timer_set(struct sta_info *sta, u32 timeout)
|
|
|
{
|
|
|
sta->plink_timer.expires = jiffies + msecs_to_jiffies(timeout);
|
|
|
sta->plink_timer.data = (unsigned long) sta;
|