aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/wireless/mac80211_hwsim.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/mac80211_hwsim.c b/drivers/net/wireless/mac80211_hwsim.c
index a24b7f5aea9f..5dbaee36c607 100644
--- a/drivers/net/wireless/mac80211_hwsim.c
+++ b/drivers/net/wireless/mac80211_hwsim.c
@@ -508,6 +508,9 @@ static const struct nla_policy hwsim_genl_policy[HWSIM_ATTR_MAX + 1] = {
508 [HWSIM_ATTR_REG_STRICT_REG] = { .type = NLA_FLAG }, 508 [HWSIM_ATTR_REG_STRICT_REG] = { .type = NLA_FLAG },
509 [HWSIM_ATTR_SUPPORT_P2P_DEVICE] = { .type = NLA_FLAG }, 509 [HWSIM_ATTR_SUPPORT_P2P_DEVICE] = { .type = NLA_FLAG },
510 [HWSIM_ATTR_DESTROY_RADIO_ON_CLOSE] = { .type = NLA_FLAG }, 510 [HWSIM_ATTR_DESTROY_RADIO_ON_CLOSE] = { .type = NLA_FLAG },
511 [HWSIM_ATTR_RADIO_NAME] = { .type = NLA_STRING },
512 [HWSIM_ATTR_NO_VIF] = { .type = NLA_FLAG },
513 [HWSIM_ATTR_FREQ] = { .type = NLA_U32 },
511}; 514};
512 515
513static void mac80211_hwsim_tx_frame(struct ieee80211_hw *hw, 516static void mac80211_hwsim_tx_frame(struct ieee80211_hw *hw,