From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxxxxxxxx> Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxxxxxxxxxx> --- reglib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reglib.h b/reglib.h index 8a31e0d..d89fcd5 100644 --- a/reglib.h +++ b/reglib.h @@ -76,9 +76,9 @@ int reglib_verify_db_signature(uint8_t *db, int dblen, int siglen); const struct ieee80211_regdomain * reglib_get_rd_idx(unsigned int idx, const char *file); -#define reglib_for_each_country(__rd, __idx, __file) \ +#define reglib_for_each_country(__rd, __idx, __file) \ for (__rd = reglib_get_rd_idx(__idx, __file); \ - __rd != NULL; \ + __rd != NULL; \ __rd = reglib_get_rd_idx(++__idx, __file)) \ const struct ieee80211_regdomain * -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html