Searched refs:alpha2_y (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/net/wireless/
H A Dreg.c393 static bool alpha2_equal(const char *alpha2_x, const char *alpha2_y) alpha2_equal() argument
395 if (!alpha2_x || !alpha2_y) alpha2_equal()
397 return alpha2_x[0] == alpha2_y[0] && alpha2_x[1] == alpha2_y[1]; alpha2_equal()

Completed in 102 milliseconds