Lines Matching refs:wiphy
2031 struct wiphy *wiphy = priv_to_wiphy(priv); in orinoco_init() local
2047 err = determine_fw_capabilities(priv, wiphy->fw_version, in orinoco_init()
2048 sizeof(wiphy->fw_version), in orinoco_init()
2049 &wiphy->hw_version); in orinoco_init()
2065 err = determine_fw_capabilities(priv, wiphy->fw_version, in orinoco_init()
2066 sizeof(wiphy->fw_version), in orinoco_init()
2067 &wiphy->hw_version); in orinoco_init()
2090 err = orinoco_hw_read_card_settings(priv, wiphy->perm_addr); in orinoco_init()
2116 if (orinoco_wiphy_register(wiphy)) { in orinoco_init()
2178 struct wiphy *wiphy; in alloc_orinocodev() local
2184 wiphy = wiphy_new(&orinoco_cfg_ops, in alloc_orinocodev()
2186 if (!wiphy) in alloc_orinocodev()
2189 priv = wiphy_priv(wiphy); in alloc_orinocodev()
2198 orinoco_wiphy_init(wiphy); in alloc_orinocodev()
2251 struct wiphy *wiphy = priv_to_wiphy(priv); in orinoco_if_add() local
2263 wdev->wiphy = wiphy; in orinoco_if_add()
2286 memcpy(dev->dev_addr, wiphy->perm_addr, ETH_ALEN); in orinoco_if_add()
2320 struct wiphy *wiphy = priv_to_wiphy(priv); in free_orinocodev() local
2324 wiphy_unregister(wiphy); in free_orinocodev()
2356 wiphy_free(wiphy); in free_orinocodev()