Skip to content

Commit

Permalink
cfg80211: fix comment on regulatory hint processing
Browse files Browse the repository at this point in the history
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed May 4, 2009
1 parent b1ed8dd commit 30a548c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/wireless/reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,7 @@ static int __regulatory_hint(struct wiphy *wiphy,
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)
{
int r = 0;
Expand Down

0 comments on commit 30a548c

Please sign in to comment.