Searched refs:request_wiphy (Results 1 – 1 of 1) sorted by relevance
1128 struct wiphy *request_wiphy = NULL; in handle_channel() local1133 request_wiphy = wiphy_idx_to_wiphy(lr->wiphy_idx); in handle_channel()1154 request_wiphy && request_wiphy == wiphy && in handle_channel()1155 request_wiphy->regulatory_flags & REGULATORY_STRICT_REG) { in handle_channel()1187 request_wiphy && request_wiphy == wiphy && in handle_channel()1188 request_wiphy->regulatory_flags & REGULATORY_STRICT_REG) { in handle_channel()2821 struct wiphy *request_wiphy; in reg_set_rd_driver() local2835 request_wiphy = wiphy_idx_to_wiphy(driver_request->wiphy_idx); in reg_set_rd_driver()2836 if (!request_wiphy) { in reg_set_rd_driver()2843 if (request_wiphy->regd) in reg_set_rd_driver()[all …]