linux/drivers/net/wireless/rtlwifi/rtl8192c
Devendra.Naga 2bd02d9aac rtlwifi/rtl8192c: in _rtl92c_phy_calculate_bit_shift remove comparing bitmask against 1
in _rtl92c_phy_calculate_bit_shift everytime the right shifted bitmask
is AND with 1 and compared against 1. i.e.
       if ((bitmask >> i) & 0x1 == 1)
               break;
which in the if condition is anyway becomes a 1 or 0.

Signed-off-by: Devendra.Naga <devendra.aaru@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2012-02-22 14:47:37 -05:00
..
dm_common.c rtl8192c_common: Update copyright dates 2012-01-24 14:08:37 -05:00
dm_common.h rtl8192c_common: Update copyright dates 2012-01-24 14:08:37 -05:00
fw_common.c rtlwifi: Convert to asynchronous firmware load 2012-01-30 15:48:50 -05:00
fw_common.h rtl8192c_common: Update copyright dates 2012-01-24 14:08:37 -05:00
main.c rtlwifi: Move pr_fmt macros to a single location 2012-01-30 15:48:23 -05:00
Makefile rtlwifi: rtl8192ce: rtl8192cu: Fix multiple def errors for allyesconfig build 2011-02-23 16:28:41 -05:00
phy_common.c rtlwifi/rtl8192c: in _rtl92c_phy_calculate_bit_shift remove comparing bitmask against 1 2012-02-22 14:47:37 -05:00
phy_common.h rtl8192c_common: Update copyright dates 2012-01-24 14:08:37 -05:00