rt2x00: Update comment on freq_offset field in struct rt2x00_dev.
authorGertjan van Wingerde <gwingerde@gmail.com>
Mon, 6 Feb 2012 22:45:08 +0000 (23:45 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 8 Feb 2012 20:26:28 +0000 (15:26 -0500)
The comment states that the field is only used for rt61pci and rt73usb.
However, it is now used by rt2800pci and rt2800usb as well, so the
comment is not correct anymore.

Update the comment to not state any low-level drivers anymore.

Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com>
Acked-by: Stanislaw Gruszka <sgruszka@redhat.com>
Acked-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2x00.h

index 5bd2f225ce4817cbaa7abd1916b8d1ee7275891f..ed2ae6efcaa3f9dddfbf7b245d06cae345d2e291 100644 (file)
@@ -892,7 +892,7 @@ struct rt2x00_dev {
        u8 rssi_offset;
 
        /*
-        * Frequency offset (for rt61pci & rt73usb).
+        * Frequency offset.
         */
        u8 freq_offset;
 
This page took 0.039623 seconds and 5 git commands to generate.