]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
print IR-concurrent instead of GO-concurrent
authorJohannes Berg <johannes.berg@intel.com>
Fri, 18 Sep 2015 08:50:50 +0000 (10:50 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 18 Sep 2015 08:50:50 +0000 (10:50 +0200)
Since this flag is now also used for other IR indications,
e.g. TDLS.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
reg.c

diff --git a/reg.c b/reg.c
index 79843aac7e0e1d7dae2dab2103972e86ad60bd73..ee607a57d6017c8f38e7552f17fe3824468e58bc 100644 (file)
--- 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");