From: Michal Kazior Date: Thu, 17 Oct 2013 18:21:11 +0000 (-0700) Subject: cfg80211: fix DFS channel recovery timeout X-Git-Tag: v3.13-rc1~105^2~23^2^2~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c532a58b0fb4b2b3309e6b87bafb44f36808aa6f;p=pandora-kernel.git cfg80211: fix DFS channel recovery timeout The timeout was not properly converted from msecs to jiffies. As a result channel transition to NL80211_DFS_USABLE was delayed depending on CONFIG_HZ configuration, e.g. HZ=100 would delay the NOP from 30 minutes to 300 minutes. Signed-off-by: Michal Kazior Signed-off-by: Johannes Berg --- Reading git-diff-tree failed