cfg80211: fix comment on regulatory hint processing
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Sat, 2 May 2009 05:17:27 +0000 (01:17 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 4 May 2009 20:22:14 +0000 (16:22 -0400)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/reg.c

index 974b127..08265ca 100644 (file)
@@ -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;