Search Linux Wireless

Re: [PATCH 4/4] cfg80211: add cellular base station regulatory hint support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Luis,

Please split this series -- I won't apply the Atheros driver patches :-)


> + * @NL80211_ATTR_USER_REG_HINT_TYPE: type of regulatory hint passed from
> + *	userspace. If unset it is assumed the hint comes directly from
> + *	a user. If set code could specify exactly what type of source
> + *	was used to provide the hint. For the different types of
> + *	allowed user regulatory hints see nl80211_user_reg_hint_type.

Please mention what the data type is, but see below


> + * @NL80211_FEATURE_CELL_BASE_REG_HINTS: This driver has been tested
> + *	to work properly to suppport receiving regulatory hints from
> + *	cellular base stations.

Typo "support", but I don't understand the reasoning behind this flag?
First you hide away behind the certification Kconfig thing ...? Maybe
you just need to explain better exactly what the cell-base-station
regulatory hint does.


> +	[NL80211_ATTR_USER_REG_HINT_TYPE] = { .type = NLA_U8 },

Not much point in using a u8, I think you should just use a u32.

> -	r = regulatory_hint_user(data);
> +	if (info->attrs[NL80211_ATTR_USER_REG_HINT_TYPE])
> +		user_reg_hint_type =
> +		  nla_get_u8(info->attrs[NL80211_ATTR_USER_REG_HINT_TYPE]);

Need to verify that it's a valid number, I think, otherwise you can pass
random junk like 0x42 into the regulatory framework.

> @@ -3869,6 +3877,11 @@ static int nl80211_get_reg(struct sk_buff *skb, struct genl_info *info)
>  			cfg80211_regdomain->dfs_region)))
>  		goto nla_put_failure;
>  
> +	if (reg_last_request_cell_base() &&

Is that really worthwhile as a function call like this rather than some
sort of _get_hint_type()?

> +#ifdef CONFIG_CFG80211_CERTIFICATION_ONUS

So I'm not really convinced about this. It seems this Kconfig should
better be a Kconfig that enables other Kconfig only, not enabling other
features. How else would anyone be able to do due diligence and check
what exactly this enables that they need to test?

johannes

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux