From: Gertjan van Wingerde Date: Mon, 6 Feb 2012 22:45:08 +0000 (+0100) Subject: rt2x00: Update comment on freq_offset field in struct rt2x00_dev. X-Git-Tag: v3.4-rc1~177^2~112^2~286 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=bef453dc9cf1999348e568068f256b1c439d1152;p=~emulex%2Finfiniband.git rt2x00: Update comment on freq_offset field in struct rt2x00_dev. 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 Acked-by: Stanislaw Gruszka Acked-by: Ivo van Doorn Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/rt2x00/rt2x00.h b/drivers/net/wireless/rt2x00/rt2x00.h index 5bd2f225ce4..ed2ae6efcaa 100644 --- a/drivers/net/wireless/rt2x00/rt2x00.h +++ b/drivers/net/wireless/rt2x00/rt2x00.h @@ -892,7 +892,7 @@ struct rt2x00_dev { u8 rssi_offset; /* - * Frequency offset (for rt61pci & rt73usb). + * Frequency offset. */ u8 freq_offset;