Searched refs:request_wiphy (Results 1 – 1 of 1) sorted by relevance
1651 struct wiphy *request_wiphy = NULL; in handle_channel() local1655 request_wiphy = wiphy_idx_to_wiphy(lr->wiphy_idx); in handle_channel()1676 request_wiphy && request_wiphy == wiphy && in handle_channel()1677 request_wiphy->regulatory_flags & REGULATORY_STRICT_REG) { in handle_channel()1696 request_wiphy && request_wiphy == wiphy && in handle_channel()1697 request_wiphy->regulatory_flags & REGULATORY_STRICT_REG) { in handle_channel()3412 struct wiphy *request_wiphy; in reg_set_rd_driver() local3427 request_wiphy = wiphy_idx_to_wiphy(driver_request->wiphy_idx); in reg_set_rd_driver()3428 if (!request_wiphy) in reg_set_rd_driver()3432 if (request_wiphy->regd) in reg_set_rd_driver()[all …]