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

Commit 49513481 authored by Luis Correia's avatar Luis Correia Committed by John W. Linville
Browse files

rt2x00: Comment spellchecking



Fix a bunch of spelling errors in the rt2x00 drivers

Signed-off-by: default avatarLuis Correia <luis.f.correia@gmail.com>
Signed-off-by: default avatarIvo van Doorn <IvDoorn@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 30a12a8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -928,7 +928,7 @@
#define RXD_W7_RESERVED			FIELD32(0xffffffff)

/*
 * Macro's for converting txpower from EEPROM to mac80211 value
 * Macros for converting txpower from EEPROM to mac80211 value
 * and from mac80211 value to register value.
 * NOTE: Logics in rt2400pci for txpower are reversed
 * compared to the other rt2x00 drivers. A higher txpower
+1 −1
Original line number Diff line number Diff line
@@ -1218,7 +1218,7 @@
#define RXD_W10_DROP			FIELD32(0x00000001)

/*
 * Macro's for converting txpower from EEPROM to mac80211 value
 * Macros for converting txpower from EEPROM to mac80211 value
 * and from mac80211 value to register value.
 */
#define MIN_TXPOWER	0
+1 −1
Original line number Diff line number Diff line
@@ -831,7 +831,7 @@
#define RXD_W3_EIV			FIELD32(0xffffffff)

/*
 * Macro's for converting txpower from EEPROM to mac80211 value
 * Macros for converting txpower from EEPROM to mac80211 value
 * and from mac80211 value to register value.
 */
#define MIN_TXPOWER	0
+2 −2
Original line number Diff line number Diff line
@@ -1910,7 +1910,7 @@ static int rt2800usb_set_device_state(struct rt2x00_dev *rt2x00dev,
		/*
		 * Before the radio can be enabled, the device first has
		 * to be woken up. After that it needs a bit of time
		 * to be fully awake and the radio can be enabled.
		 * to be fully awake and then the radio can be enabled.
		 */
		rt2800usb_set_state(rt2x00dev, STATE_AWAKE);
		msleep(1);
@@ -1918,7 +1918,7 @@ static int rt2800usb_set_device_state(struct rt2x00_dev *rt2x00dev,
		break;
	case STATE_RADIO_OFF:
		/*
		 * After the radio has been disablee, the device should
		 * After the radio has been disabled, the device should
		 * be put to sleep for powersaving.
		 */
		rt2800usb_disable_radio(rt2x00dev);
+1 −1
Original line number Diff line number Diff line
@@ -1921,7 +1921,7 @@ struct mac_iveiv_entry {
#define RXWI_W3_SNR1			FIELD32(0x0000ff00)

/*
 * Macro's for converting txpower from EEPROM to mac80211 value
 * Macros for converting txpower from EEPROM to mac80211 value
 * and from mac80211 value to register value.
 */
#define MIN_G_TXPOWER	0
Loading