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 <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>
This commit is contained in:
Gertjan van Wingerde 2012-02-06 23:45:08 +01:00 коммит произвёл John W. Linville
Родитель 3a1c01288e
Коммит bef453dc9c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -892,7 +892,7 @@ struct rt2x00_dev {
u8 rssi_offset;
/*
* Frequency offset (for rt61pci & rt73usb).
* Frequency offset.
*/
u8 freq_offset;