diff options
| author | Lalith Suresh <suresh.lalith@gmail.com> | 2010-11-04 20:43:16 +0100 | 
|---|---|---|
| committer | John W. Linville <linville@tuxdriver.com> | 2010-11-15 13:26:09 -0500 | 
| commit | 723fc7af5300dba9eac40cb23dbefa67589e5181 (patch) | |
| tree | 497cfbd8b9a11bbb890cd4faac57baf839f10333 | |
| parent | fa8b4b22d543b4052602b0c86065150613ed19e8 (diff) | |
| download | olio-linux-3.10-723fc7af5300dba9eac40cb23dbefa67589e5181.tar.xz olio-linux-3.10-723fc7af5300dba9eac40cb23dbefa67589e5181.zip  | |
rt2x00: Fix comments in rt73usb.h and rt61pci.h
This patch fixes a few comments in rt73usb.h and rt61pci.h.
Signed-off-by: Lalith Suresh <suresh.lalith@gmail.com>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
| -rw-r--r-- | drivers/net/wireless/rt2x00/rt61pci.h | 2 | ||||
| -rw-r--r-- | drivers/net/wireless/rt2x00/rt73usb.h | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/rt2x00/rt61pci.h b/drivers/net/wireless/rt2x00/rt61pci.h index e2e728ab0b2..afc803b7959 100644 --- a/drivers/net/wireless/rt2x00/rt61pci.h +++ b/drivers/net/wireless/rt2x00/rt61pci.h @@ -412,7 +412,7 @@ struct hw_pairwise_ta_entry {   * DROP_VERSION_ERROR: Drop version error frame.   * DROP_MULTICAST: Drop multicast frames.   * DROP_BORADCAST: Drop broadcast frames. - * ROP_ACK_CTS: Drop received ACK and CTS. + * DROP_ACK_CTS: Drop received ACK and CTS.   */  #define TXRX_CSR0			0x3040  #define TXRX_CSR0_RX_ACK_TIMEOUT	FIELD32(0x000001ff) diff --git a/drivers/net/wireless/rt2x00/rt73usb.h b/drivers/net/wireless/rt2x00/rt73usb.h index 44d5b2bebd3..1315ce5c992 100644 --- a/drivers/net/wireless/rt2x00/rt73usb.h +++ b/drivers/net/wireless/rt2x00/rt73usb.h @@ -322,7 +322,7 @@ struct hw_pairwise_ta_entry {   * DROP_VERSION_ERROR: Drop version error frame.   * DROP_MULTICAST: Drop multicast frames.   * DROP_BORADCAST: Drop broadcast frames. - * ROP_ACK_CTS: Drop received ACK and CTS. + * DROP_ACK_CTS: Drop received ACK and CTS.   */  #define TXRX_CSR0			0x3040  #define TXRX_CSR0_RX_ACK_TIMEOUT	FIELD32(0x000001ff)  |