diff --git a/src/wiphy.c b/src/wiphy.c index 139474d2..9821da0e 100644 --- a/src/wiphy.c +++ b/src/wiphy.c @@ -715,8 +715,6 @@ static void parse_supported_frequencies(struct wiphy *wiphy, const void *data; struct l_genl_attr attr; - l_debug(""); - while (l_genl_attr_next(freqs, NULL, NULL, NULL)) { if (!l_genl_attr_recurse(freqs, &attr)) continue; @@ -786,8 +784,6 @@ static void parse_supported_bands(struct wiphy *wiphy, uint16_t type; struct l_genl_attr attr; - l_debug(""); - while (l_genl_attr_next(bands, &type, NULL, NULL)) { enum nl80211_band band = type; @@ -1081,8 +1077,6 @@ void wiphy_update_from_genl(struct wiphy *wiphy, struct l_genl_msg *msg) if (wiphy->blacklisted) return; - l_debug(""); - wiphy_parse_attributes(wiphy, msg); }