Searched refs:request_wiphy (Results 1 – 1 of 1) sorted by relevance
1182 struct wiphy *request_wiphy = NULL; in handle_channel() local1187 request_wiphy = wiphy_idx_to_wiphy(lr->wiphy_idx); in handle_channel()1208 request_wiphy && request_wiphy == wiphy && in handle_channel()1209 request_wiphy->regulatory_flags & REGULATORY_STRICT_REG) { in handle_channel()1253 request_wiphy && request_wiphy == wiphy && in handle_channel()1254 request_wiphy->regulatory_flags & REGULATORY_STRICT_REG) { in handle_channel()2910 struct wiphy *request_wiphy; in reg_set_rd_driver() local2924 request_wiphy = wiphy_idx_to_wiphy(driver_request->wiphy_idx); in reg_set_rd_driver()2925 if (!request_wiphy) in reg_set_rd_driver()2929 if (request_wiphy->regd) in reg_set_rd_driver()[all …]