Searched refs:temp_bands (Results 1 – 1 of 1) sorted by relevance
5116 char temp_bands[MDM_BAND_BITMAP_STR_LENGTH_MAX + 1]; in mdm_hl7800_set_bands() local5127 temp_bands[i] = '0'; in mdm_hl7800_set_bands()5129 strncpy(temp_bands + (i + 1), bands, sizeof(temp_bands) - (i + 1)); in mdm_hl7800_set_bands()5133 memcpy(temp_bands, bands, sizeof(temp_bands)); in mdm_hl7800_set_bands()5137 if (strncmp(temp_bands, iface_ctx.mdm_bands_string, sizeof(temp_bands)) == 0) { in mdm_hl7800_set_bands()5143 ret = set_bands(temp_bands, true); in mdm_hl7800_set_bands()