WIPHY_FLAG_SUPPORTS_FW_ROAM
ar->wiphy->flags |= WIPHY_FLAG_SUPPORTS_FW_ROAM |
wiphy->flags |= WIPHY_FLAG_SUPPORTS_FW_ROAM;
if (WARN_ON(!(rdev->wiphy.flags & WIPHY_FLAG_SUPPORTS_FW_ROAM) &&
(wiphy->flags & WIPHY_FLAG_SUPPORTS_FW_ROAM)) {
if ((rdev->wiphy.flags & WIPHY_FLAG_SUPPORTS_FW_ROAM) &&