On Tue, Feb 07, 2023 at 08:53:57AM +0000, Jaewan Kim wrote: > @@ -4445,6 +4481,8 @@ static int mac80211_hwsim_new_radio(struct genl_info *info, > NL80211_EXT_FEATURE_MULTICAST_REGISTRATIONS); > wiphy_ext_feature_set(hw->wiphy, > NL80211_EXT_FEATURE_BEACON_RATE_LEGACY); > + wiphy_ext_feature_set(hw->wiphy, NL80211_EXT_FEATURE_ENABLE_FTM_RESPONDER); > + > > hw->wiphy->interface_modes = param->iftypes; > Why the 2 blank lines now? Didn't checkpatch warn about this? thanks, greg k-h