summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>2016-02-13 04:33:54 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-15 00:38:11 (GMT)
commit69bf7ecea2f441aeed71b496d92e31c6a86d9504 (patch)
tree428b4ba07304fac68752c8f7477caee1737c2688 /drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
parentf3b8a53c6d0145eae7f5e9b452a9f6f3d03e17cc (diff)
downloadlinux-69bf7ecea2f441aeed71b496d92e31c6a86d9504.tar.xz
staging: rtl8192u: ieee80211: rtl819x_BAProc: Replace MSECS with msecs_to_jiffies
Replace driver specific macro MSECS with msecs_to_jiffies(). This was found using the following Coccinelle semantic patch: //<smpl> @@ expression e; @@ - MSECS(e) + msecs_to_jiffies(e) //</smpl> Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c')
0 files changed, 0 insertions, 0 deletions