[linux-3.16-rc1/drivers/staging/rtl8192ee/base.c:830]: (style) Expression '(X & 0xc) != 0xc0' is always true. Source code is if ((get_rf_type(rtlphy) == RF_2T2R) && (map & 0x000c) != 0x000c0) { Suggest code rework.
Posted a patch: https://patchwork.kernel.org/patch/4486051/ Thank you for report.