瀏覽代碼

qca-wifi: Correct cfg80211 display_me_info param type

Correct cfg80211 display_me_info param type from set to get

Change-Id: Ib8c2b98b31d2ed179a9791d54ecf482060883f32
CRs-Fixed: 2715344
Himanshu Batra 5 年之前
父節點
當前提交
6a0b7ae928
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/linux/cfg80211_ven_cmd.h

+ 1 - 1
tools/linux/cfg80211_ven_cmd.h

@@ -2012,7 +2012,7 @@ struct vendor_commands vap_vendor_cmds[] = {
 	{"whc_mixedbh_bh_type", IEEE80211_PARAM_WHC_BACKHAUL_TYPE, SET_PARAM, 1},
 	{"he_bsr_supp",         IEEE80211_PARAM_HE_BSR_SUPPORT, SET_PARAM, 1},
 	{"get_he_bsr_supp",     IEEE80211_PARAM_HE_BSR_SUPPORT, GET_PARAM, 0},
-	{"display_me_info",     IEEE80211_PARAM_DUMP_RA_TABLE, SET_PARAM, 1},
+	{"display_me_info",     IEEE80211_PARAM_DUMP_RA_TABLE, GET_PARAM, 0},
 	{"set_obss_ru_tolerance_time",  IEEE80211_PARAM_OBSS_NB_RU_TOLERANCE_TIME,
 		SET_PARAM, 1},
 	{"get_obss_ru_tolerance_time",  IEEE80211_PARAM_OBSS_NB_RU_TOLERANCE_TIME,