Lines Matching refs:wiphy
401 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf); in b43info()
422 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf); in b43err()
443 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf); in b43warn()
462 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf); in b43dbg()
2621 struct wiphy *wiphy = dev->wl->hw->wiphy; in b43_upload_microcode() local
2743 snprintf(wiphy->fw_version, sizeof(wiphy->fw_version), "%u.%u", in b43_upload_microcode()
2745 wiphy->hw_version = dev->dev->core_id; in b43_upload_microcode()
3584 "%s_%s", KBUILD_MODNAME, wiphy_name(wl->hw->wiphy)); in b43_rng_init()
4073 dev->wl->hw->wiphy->bands[b43_current_band(dev->wl)]; in b43_update_basic_rates()
5099 wiphy_rfkill_start_polling(hw->wiphy); in b43_op_start()
5303 hw->wiphy->bands[IEEE80211_BAND_2GHZ] = limited_2g ? in b43_setup_bands()
5307 hw->wiphy->bands[IEEE80211_BAND_5GHZ] = limited_5g ? in b43_setup_bands()
5312 hw->wiphy->bands[IEEE80211_BAND_5GHZ] = &b43_band_5GHz_aphy; in b43_setup_bands()
5619 hw->wiphy->interface_modes = in b43_wireless_init()
5626 hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN; in b43_wireless_init()