Lines Matching refs:wiphy
1048 struct wiphy *wiphy = NULL; in rsi_mac80211_attach() local
1060 wiphy = hw->wiphy; in rsi_mac80211_attach()
1083 ether_addr_copy(hw->wiphy->addr_mask, addr_mask); in rsi_mac80211_attach()
1085 wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION); in rsi_mac80211_attach()
1086 wiphy->signal_type = CFG80211_SIGNAL_TYPE_MBM; in rsi_mac80211_attach()
1087 wiphy->retry_short = RETRY_SHORT; in rsi_mac80211_attach()
1088 wiphy->retry_long = RETRY_LONG; in rsi_mac80211_attach()
1089 wiphy->frag_threshold = IEEE80211_MAX_FRAG_THRESHOLD; in rsi_mac80211_attach()
1090 wiphy->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD; in rsi_mac80211_attach()
1091 wiphy->flags = 0; in rsi_mac80211_attach()
1093 wiphy->available_antennas_rx = 1; in rsi_mac80211_attach()
1094 wiphy->available_antennas_tx = 1; in rsi_mac80211_attach()
1095 wiphy->bands[IEEE80211_BAND_2GHZ] = in rsi_mac80211_attach()
1097 wiphy->bands[IEEE80211_BAND_5GHZ] = in rsi_mac80211_attach()