Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxxxxxxx> --- reglib.c | 5 +++-- reglib.h | 4 ---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/reglib.c b/reglib.c index 759c676..3cb7f72 100644 --- a/reglib.c +++ b/reglib.c @@ -186,8 +186,9 @@ static void reg_rule2rd(uint8_t *db, int dblen, } /* Converts a file regdomain to ieee80211_regdomain, easier to manage */ -struct ieee80211_regdomain *country2rd(uint8_t *db, int dblen, - struct regdb_file_reg_country *country) +static struct ieee80211_regdomain * +country2rd(uint8_t *db, int dblen, + struct regdb_file_reg_country *country) { struct regdb_file_reg_rules_collection *rcoll; struct ieee80211_regdomain *rd; diff --git a/reglib.h b/reglib.h index bec6359..42c7999 100644 --- a/reglib.h +++ b/reglib.h @@ -75,10 +75,6 @@ static inline uint32_t min(uint32_t a, uint32_t b) void *crda_get_file_ptr(uint8_t *db, int dblen, int structlen, uint32_t ptr); int crda_verify_db_signature(uint8_t *db, int dblen, int siglen); -/* File reg db entry -> rd converstion utilities */ -struct ieee80211_regdomain *country2rd(uint8_t *db, int dblen, - struct regdb_file_reg_country *country); - struct ieee80211_regdomain * reglib_get_country_idx(unsigned int idx, const char *file); -- 1.7.4.15.g7811d -- 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