From: Markus Theil Date: Wed, 1 Jan 2020 17:48:36 +0000 (+0100) Subject: iw: info: print missing extended feature flag information X-Git-Tag: v5.8~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a39d32a49f1ce8563e228533991371e18320c3b5;p=thirdparty%2Fiw.git iw: info: print missing extended feature flag information Some extended feature flags were not considered before. Signed-off-by: Markus Theil Link: https://lore.kernel.org/r/20200101174836.5513-1-markus.theil@tu-ilmenau.de Signed-off-by: Johannes Berg --- diff --git a/info.c b/info.c index 38362d8..0f24dae 100644 --- a/info.c +++ b/info.c @@ -676,7 +676,17 @@ broken_combination: ext_feat_print(tb, DFS_OFFLOAD, "DFS offload"); ext_feat_print(tb, CONTROL_PORT_OVER_NL80211, "control port over nl80211"); + ext_feat_print(tb, ACK_SIGNAL_SUPPORT, + "ack signal level support"); ext_feat_print(tb, TXQS, "FQ-CoDel-enabled intermediate TXQs"); + ext_feat_print(tb, SCAN_RANDOM_SN, + "use random sequence numbers in scans"); + ext_feat_print(tb, SCAN_MIN_PREQ_CONTENT, + "use probe request with only rate IEs in scans"); + ext_feat_print(tb, CAN_REPLACE_PTK0, + "can safely replace PTK 0 when rekeying"); + ext_feat_print(tb, ENABLE_FTM_RESPONDER, + "enable FTM (Fine Time Measurement) responder"); ext_feat_print(tb, AIRTIME_FAIRNESS, "airtime fairness scheduling"); ext_feat_print(tb, AP_PMKSA_CACHING,