From: Luis R. Rodriguez Date: Sat, 2 May 2009 05:17:27 +0000 (-0400) Subject: cfg80211: fix comment on regulatory hint processing X-Git-Tag: v2.6.30-rc6~48^2~12^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30a548c727514484b08ac06edf0a7eb0f7fd70bf;p=thirdparty%2Fkernel%2Fstable.git cfg80211: fix comment on regulatory hint processing Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- diff --git a/net/wireless/reg.c b/net/wireless/reg.c index 974b127aea665..08265ca157853 100644 --- a/net/wireless/reg.c +++ b/net/wireless/reg.c @@ -1436,7 +1436,7 @@ new_request: 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;