Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bef453dc authored by Gertjan van Wingerde's avatar Gertjan van Wingerde Committed by John W. Linville
Browse files

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: default avatarGertjan van Wingerde <gwingerde@gmail.com>
Acked-by: default avatarStanislaw Gruszka <sgruszka@redhat.com>
Acked-by: default avatarIvo van Doorn <IvDoorn@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 3a1c0128
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -892,7 +892,7 @@ struct rt2x00_dev {
	u8 rssi_offset;
	u8 rssi_offset;


	/*
	/*
	 * Frequency offset (for rt61pci & rt73usb).
	 * Frequency offset.
	 */
	 */
	u8 freq_offset;
	u8 freq_offset;