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