cfg80211: fix comment on regulatory hint processing
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
b1ed8ddd21
commit
30a548c727
|
@ -1436,7 +1436,7 @@ new_request:
|
||||||
return call_crda(last_request->alpha2);
|
return call_crda(last_request->alpha2);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This currently only processes user and driver regulatory hints */
|
/* This processes *all* regulatory hints */
|
||||||
static void reg_process_hint(struct regulatory_request *reg_request)
|
static void reg_process_hint(struct regulatory_request *reg_request)
|
||||||
{
|
{
|
||||||
int r = 0;
|
int r = 0;
|
||||||
|
|
Loading…
Reference in New Issue