aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00.h')
-rw-r--r--drivers/net/wireless/rt2x00/rt2x00.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00.h b/drivers/net/wireless/rt2x00/rt2x00.h
index 4c76c8d93cb5..cbec91ef6f76 100644
--- a/drivers/net/wireless/rt2x00/rt2x00.h
+++ b/drivers/net/wireless/rt2x00/rt2x00.h
@@ -245,7 +245,7 @@ struct link_ant {
245 struct antenna_setup active; 245 struct antenna_setup active;
246 246
247 /* 247 /*
248 * RSSI information for the different antenna's. 248 * RSSI information for the different antennas.
249 * These statistics are used to determine when 249 * These statistics are used to determine when
250 * to switch antenna when using software diversity. 250 * to switch antenna when using software diversity.
251 * 251 *
@@ -633,7 +633,7 @@ struct rt2x00_dev {
633 * The structure stored in here depends on the 633 * The structure stored in here depends on the
634 * system bus (PCI or USB). 634 * system bus (PCI or USB).
635 * When accessing this variable, the rt2x00dev_{pci,usb} 635 * When accessing this variable, the rt2x00dev_{pci,usb}
636 * macro's should be used for correct typecasting. 636 * macros should be used for correct typecasting.
637 */ 637 */
638 struct device *dev; 638 struct device *dev;
639 639