Lines Matching refs:wiphy

3940 		hw->wiphy->bands[NL80211_BAND_2GHZ] = sband_2ghz;
3950 hw->wiphy->bands[NL80211_BAND_5GHZ] = sband_5ghz;
3958 hw->wiphy->bands[NL80211_BAND_6GHZ] = sband_6ghz;
3964 hw->wiphy->bands[NL80211_BAND_2GHZ] = NULL;
3965 hw->wiphy->bands[NL80211_BAND_5GHZ] = NULL;
3966 hw->wiphy->bands[NL80211_BAND_6GHZ] = NULL;
3983 if (hw->wiphy->bands[NL80211_BAND_2GHZ])
3984 kfree((__force void *)hw->wiphy->bands[NL80211_BAND_2GHZ]->iftype_data);
3985 if (hw->wiphy->bands[NL80211_BAND_5GHZ])
3986 kfree((__force void *)hw->wiphy->bands[NL80211_BAND_5GHZ]->iftype_data);
3987 if (hw->wiphy->bands[NL80211_BAND_6GHZ])
3988 kfree((__force void *)hw->wiphy->bands[NL80211_BAND_6GHZ]->iftype_data);
3989 kfree(hw->wiphy->bands[NL80211_BAND_2GHZ]);
3990 kfree(hw->wiphy->bands[NL80211_BAND_5GHZ]);
3991 kfree(hw->wiphy->bands[NL80211_BAND_6GHZ]);
3992 hw->wiphy->bands[NL80211_BAND_2GHZ] = NULL;
3993 hw->wiphy->bands[NL80211_BAND_5GHZ] = NULL;
3994 hw->wiphy->bands[NL80211_BAND_6GHZ] = NULL;
4499 hw->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) |
4505 hw->wiphy->available_antennas_tx = 0x3;
4506 hw->wiphy->available_antennas_rx = 0x3;
4508 hw->wiphy->available_antennas_tx = BIT(rtwdev->chip->rf_path_num) - 1;
4509 hw->wiphy->available_antennas_rx = BIT(rtwdev->chip->rf_path_num) - 1;
4512 hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS |
4518 hw->wiphy->flags |= WIPHY_FLAG_SPLIT_SCAN_6GHZ;
4521 hw->wiphy->flags |= WIPHY_FLAG_DISABLE_WEXT;
4523 hw->wiphy->features |= NL80211_FEATURE_SCAN_RANDOM_MAC_ADDR;
4525 hw->wiphy->max_scan_ssids = RTW89_SCANOFLD_MAX_SSID;
4526 hw->wiphy->max_scan_ie_len = RTW89_SCANOFLD_MAX_IE_LEN;
4529 hw->wiphy->wowlan = rtwdev->chip->wowlan_stub;
4532 hw->wiphy->tid_config_support.vif |= BIT(NL80211_TID_CONFIG_ATTR_AMPDU_CTRL);
4533 hw->wiphy->tid_config_support.peer |= BIT(NL80211_TID_CONFIG_ATTR_AMPDU_CTRL);
4534 hw->wiphy->tid_config_support.vif |= BIT(NL80211_TID_CONFIG_ATTR_AMSDU_CTRL);
4535 hw->wiphy->tid_config_support.peer |= BIT(NL80211_TID_CONFIG_ATTR_AMSDU_CTRL);
4536 hw->wiphy->max_remain_on_channel_duration = 1000;
4538 wiphy_ext_feature_set(hw->wiphy, NL80211_EXT_FEATURE_CAN_REPLACE_PTK0);
4539 wiphy_ext_feature_set(hw->wiphy, NL80211_EXT_FEATURE_SCAN_RANDOM_SN);
4540 wiphy_ext_feature_set(hw->wiphy, NL80211_EXT_FEATURE_SET_SCAN_DWELL);
4554 hw->wiphy->sar_capa = &rtw89_sar_capa;
4647 hw->wiphy->iface_combinations = rtw89_iface_combs;
4650 hw->wiphy->n_iface_combinations = 1;
4652 hw->wiphy->n_iface_combinations = ARRAY_SIZE(rtw89_iface_combs);