Lines Matching refs:spec

1866 	struct hw_mode_spec *spec = &rt2x00dev->spec;  in rt2500pci_probe_hw_mode()  local
1892 spec->supported_bands = SUPPORT_BAND_2GHZ; in rt2500pci_probe_hw_mode()
1893 spec->supported_rates = SUPPORT_RATE_CCK | SUPPORT_RATE_OFDM; in rt2500pci_probe_hw_mode()
1896 spec->num_channels = ARRAY_SIZE(rf_vals_bg_2522); in rt2500pci_probe_hw_mode()
1897 spec->channels = rf_vals_bg_2522; in rt2500pci_probe_hw_mode()
1899 spec->num_channels = ARRAY_SIZE(rf_vals_bg_2523); in rt2500pci_probe_hw_mode()
1900 spec->channels = rf_vals_bg_2523; in rt2500pci_probe_hw_mode()
1902 spec->num_channels = ARRAY_SIZE(rf_vals_bg_2524); in rt2500pci_probe_hw_mode()
1903 spec->channels = rf_vals_bg_2524; in rt2500pci_probe_hw_mode()
1905 spec->num_channels = ARRAY_SIZE(rf_vals_bg_2525); in rt2500pci_probe_hw_mode()
1906 spec->channels = rf_vals_bg_2525; in rt2500pci_probe_hw_mode()
1908 spec->num_channels = ARRAY_SIZE(rf_vals_bg_2525e); in rt2500pci_probe_hw_mode()
1909 spec->channels = rf_vals_bg_2525e; in rt2500pci_probe_hw_mode()
1911 spec->supported_bands |= SUPPORT_BAND_5GHZ; in rt2500pci_probe_hw_mode()
1912 spec->num_channels = ARRAY_SIZE(rf_vals_5222); in rt2500pci_probe_hw_mode()
1913 spec->channels = rf_vals_5222; in rt2500pci_probe_hw_mode()
1919 info = kcalloc(spec->num_channels, sizeof(*info), GFP_KERNEL); in rt2500pci_probe_hw_mode()
1923 spec->channels_info = info; in rt2500pci_probe_hw_mode()
1931 if (spec->num_channels > 14) { in rt2500pci_probe_hw_mode()
1932 for (i = 14; i < spec->num_channels; i++) { in rt2500pci_probe_hw_mode()