rtlwifi: rtl8192ce: rtl8192common: Update for latest version of Realtek drivers
[cascardo/linux.git] / drivers / net / wireless / rtlwifi / rtl8192c / dm_common.c
index eb78fd8..f6cb5ae 100644 (file)
@@ -1771,7 +1771,7 @@ static void rtl92c_check_bt_change(struct ieee80211_hw *hw)
        struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw));
        u8 tmp1byte = 0;
 
-       if (IS_81xxC_VENDOR_UMC_B_CUT(rtlhal->version) &&
+       if (IS_81XXC_VENDOR_UMC_B_CUT(rtlhal->version) &&
            rtlpcipriv->bt_coexist.bt_coexistence)
                tmp1byte |= BIT(5);
        if (rtlpcipriv->bt_coexist.bt_cur_state) {