max_bandwidth_khz 1204 drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c 		rule->freq_range.max_bandwidth_khz = 0;
max_bandwidth_khz 1095 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 		rule->freq_range.max_bandwidth_khz = bw;
max_bandwidth_khz 1291 drivers/net/wireless/quantenna/qtnfmac/qlink.h 	__le32 max_bandwidth_khz;
max_bandwidth_khz  295 drivers/net/wireless/quantenna/qtnfmac/qlink_util.c 	rule->freq_range.max_bandwidth_khz =
max_bandwidth_khz  296 drivers/net/wireless/quantenna/qtnfmac/qlink_util.c 		le32_to_cpu(tlv->max_bandwidth_khz);
max_bandwidth_khz  184 include/net/regulatory.h 	u32 max_bandwidth_khz;
max_bandwidth_khz  245 include/net/regulatory.h 	.freq_range.max_bandwidth_khz = MHZ_TO_KHZ(bw),			\
max_bandwidth_khz 6955 net/wireless/nl80211.c 		unsigned int max_bandwidth_khz;
max_bandwidth_khz 6965 net/wireless/nl80211.c 		max_bandwidth_khz = freq_range->max_bandwidth_khz;
max_bandwidth_khz 6966 net/wireless/nl80211.c 		if (!max_bandwidth_khz)
max_bandwidth_khz 6967 net/wireless/nl80211.c 			max_bandwidth_khz = reg_get_max_bandwidth(regdom,
max_bandwidth_khz 6977 net/wireless/nl80211.c 				max_bandwidth_khz) ||
max_bandwidth_khz 7176 net/wireless/nl80211.c 	freq_range->max_bandwidth_khz =
max_bandwidth_khz  967 net/wireless/reg.c 		rrule->freq_range.max_bandwidth_khz = be32_to_cpu(rule->max_bw);
max_bandwidth_khz 1232 net/wireless/reg.c 	    freq_range->max_bandwidth_khz > freq_diff)
max_bandwidth_khz 1351 net/wireless/reg.c 	max_bandwidth1 = freq_range1->max_bandwidth_khz;
max_bandwidth_khz 1352 net/wireless/reg.c 	max_bandwidth2 = freq_range2->max_bandwidth_khz;
max_bandwidth_khz 1359 net/wireless/reg.c 	freq_range->max_bandwidth_khz = min(max_bandwidth1, max_bandwidth2);
max_bandwidth_khz 1378 net/wireless/reg.c 	if (freq_range->max_bandwidth_khz > freq_diff)
max_bandwidth_khz 1379 net/wireless/reg.c 		freq_range->max_bandwidth_khz = freq_diff;
max_bandwidth_khz 1438 net/wireless/reg.c 	if (r1->freq_range.max_bandwidth_khz <
max_bandwidth_khz 1439 net/wireless/reg.c 	    r2->freq_range.max_bandwidth_khz)
max_bandwidth_khz 1659 net/wireless/reg.c 	u32 max_bandwidth_khz, bw_flags = 0;
max_bandwidth_khz 1663 net/wireless/reg.c 	max_bandwidth_khz = freq_range->max_bandwidth_khz;
max_bandwidth_khz 1666 net/wireless/reg.c 		max_bandwidth_khz = reg_get_max_bandwidth(regd, reg_rule);
max_bandwidth_khz 1678 net/wireless/reg.c 	if (max_bandwidth_khz < MHZ_TO_KHZ(10))
max_bandwidth_khz 1680 net/wireless/reg.c 	if (max_bandwidth_khz < MHZ_TO_KHZ(20))
max_bandwidth_khz 1682 net/wireless/reg.c 	if (max_bandwidth_khz < MHZ_TO_KHZ(40))
max_bandwidth_khz 1684 net/wireless/reg.c 	if (max_bandwidth_khz < MHZ_TO_KHZ(80))
max_bandwidth_khz 1686 net/wireless/reg.c 	if (max_bandwidth_khz < MHZ_TO_KHZ(160))
max_bandwidth_khz 3406 net/wireless/reg.c 				 freq_range->max_bandwidth_khz,
max_bandwidth_khz 3410 net/wireless/reg.c 				 freq_range->max_bandwidth_khz);