From: Luis R. Rodriguez Date: Sat, 2 May 2009 05:17:27 +0000 (-0400) Subject: cfg80211: fix comment on regulatory hint processing X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=30a548c727514484b08ac06edf0a7eb0f7fd70bf;p=linux-beck.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 974b127aea66..08265ca15785 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;