removed redundant definition

This commit is contained in:
misha.gps 2023-06-09 01:17:27 +03:00
parent bb138f51b3
commit f1a2997a5a
2 changed files with 2 additions and 3 deletions

View File

@ -63,7 +63,6 @@ ifeq ($(shell test $(RHEL_SVER) -ge 284; echo $$?),0)
EXTRA_CFLAGS += -DRHEL92 -DRHEL88
endif
endif
endif
########################## WIFI IC ############################
@ -1366,7 +1365,7 @@ endif
EXTRA_CFLAGS += -DDM_ODM_SUPPORT_TYPE=0x04
ifeq ($(CONFIG_RTW_MBO), y)
EXTRA_CFLAGS += -DCONFIG_RTW_MBO -DCONFIG_RTW_80211K -DCONFIG_RTW_WNM -DCONFIG_RTW_BTM_ROAM
EXTRA_CFLAGS += -DCONFIG_RTW_MBO -DCONFIG_RTW_WNM -DCONFIG_RTW_BTM_ROAM
EXTRA_CFLAGS += -DCONFIG_RTW_80211R
endif

View File

@ -534,7 +534,7 @@ static void rtw_mbo_non_pref_chans_set(
break;
}
} while(param != '\0');
} while(*param != '\0');
}