From: Johannes Berg Date: Fri, 18 Sep 2015 08:50:50 +0000 (+0200) Subject: print IR-concurrent instead of GO-concurrent X-Git-Tag: v4.3~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a723a10cb7a036114218dd816cc5f9d8b2526625;p=thirdparty%2Fiw.git print IR-concurrent instead of GO-concurrent Since this flag is now also used for other IR indications, e.g. TDLS. Signed-off-by: Johannes Berg --- diff --git a/reg.c b/reg.c index 79843aa..ee607a5 100644 --- a/reg.c +++ b/reg.c @@ -205,7 +205,7 @@ static int print_reg_handler(struct nl_msg *msg, void *arg) PARSE_FLAG(NL80211_RRF_DFS, "DFS"); PARSE_FLAG(NL80211_RRF_PTP_ONLY, "PTP-ONLY"); PARSE_FLAG(NL80211_RRF_AUTO_BW, "AUTO-BW"); - PARSE_FLAG(NL80211_RRF_GO_CONCURRENT, "GO-CONCURRENT"); + PARSE_FLAG(NL80211_RRF_IR_CONCURRENT, "IR-CONCURRENT"); PARSE_FLAG(NL80211_RRF_NO_HT40MINUS, "NO-HT40MINUS"); PARSE_FLAG(NL80211_RRF_NO_HT40PLUS, "NO-HT40PLUS"); PARSE_FLAG(NL80211_RRF_NO_80MHZ, "NO-80MHZ");