staging: rtl8712: Coding style: Make use of BIT macro
authorMichael Hornung <mhornung.linux@gmail.com>
Wed, 18 Nov 2015 19:59:13 +0000 (20:59 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 03:50:09 +0000 (19:50 -0800)
commit364cdb3f575121d952d81bcbc07b8b60717b416c
treef363507d03f2ce3e2a13142a01dbd0b0402a82fc
parent3ce780f004011ddc0e9e88ef83ced9d5f44c26ab
staging: rtl8712: Coding style: Make use of BIT macro

* Replace all occurences of (1<<x) by BIT(x) in order to get rid
  of checkpatch.pl "CHECK" output "Prefer using the BIT macro"

Signed-off-by: Michael Hornung <mhornung.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/ieee80211.h