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

Commit de99ff82 authored by Ivo van Doorn's avatar Ivo van Doorn Committed by John W. Linville
Browse files

rt2x00: Rename dscape -> mac80211



The dscape stack was renamed to mac80211 a long time ago,
we are long overdue with fixing all comments to reflect this.

Signed-off-by: default avatarIvo van Doorn <IvDoorn@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent ef8f66cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -5,7 +5,7 @@ config RT2X00
	  This will enable the experimental support for the Ralink drivers,
	  This will enable the experimental support for the Ralink drivers,
	  developed in the rt2x00 project <http://rt2x00.serialmonkey.com>.
	  developed in the rt2x00 project <http://rt2x00.serialmonkey.com>.


	  These drivers will make use of the Devicescape ieee80211 stack.
	  These drivers will make use of the mac80211 stack.


	  When building one of the individual drivers, the rt2x00 library
	  When building one of the individual drivers, the rt2x00 library
	  will also be created. That library (when the driver is built as
	  will also be created. That library (when the driver is built as
+3 −3
Original line number Original line Diff line number Diff line
@@ -923,13 +923,13 @@
#define RXD_W7_RESERVED			FIELD32(0xffffffff)
#define RXD_W7_RESERVED			FIELD32(0xffffffff)


/*
/*
 * Macro's for converting txpower from EEPROM to dscape value
 * Macro's for converting txpower from EEPROM to mac80211 value
 * and from dscape value to register value.
 * and from mac80211 value to register value.
 * NOTE: Logics in rt2400pci for txpower are reversed
 * NOTE: Logics in rt2400pci for txpower are reversed
 * compared to the other rt2x00 drivers. A higher txpower
 * compared to the other rt2x00 drivers. A higher txpower
 * value means that the txpower must be lowered. This is
 * value means that the txpower must be lowered. This is
 * important when converting the value coming from the
 * important when converting the value coming from the
 * dscape stack to the rt2400 acceptable value.
 * mac80211 stack to the rt2400 acceptable value.
 */
 */
#define MIN_TXPOWER	31
#define MIN_TXPOWER	31
#define MAX_TXPOWER	62
#define MAX_TXPOWER	62
+2 −2
Original line number Original line Diff line number Diff line
@@ -1213,8 +1213,8 @@
#define RXD_W10_DROP			FIELD32(0x00000001)
#define RXD_W10_DROP			FIELD32(0x00000001)


/*
/*
 * Macro's for converting txpower from EEPROM to dscape value
 * Macro's for converting txpower from EEPROM to mac80211 value
 * and from dscape value to register value.
 * and from mac80211 value to register value.
 */
 */
#define MIN_TXPOWER	0
#define MIN_TXPOWER	0
#define MAX_TXPOWER	31
#define MAX_TXPOWER	31
+2 −2
Original line number Original line Diff line number Diff line
@@ -787,8 +787,8 @@
#define RXD_W3_EIV			FIELD32(0xffffffff)
#define RXD_W3_EIV			FIELD32(0xffffffff)


/*
/*
 * Macro's for converting txpower from EEPROM to dscape value
 * Macro's for converting txpower from EEPROM to mac80211 value
 * and from dscape value to register value.
 * and from mac80211 value to register value.
 */
 */
#define MIN_TXPOWER	0
#define MIN_TXPOWER	0
#define MAX_TXPOWER	31
#define MAX_TXPOWER	31
+2 −2
Original line number Original line Diff line number Diff line
@@ -1455,8 +1455,8 @@ struct hw_pairwise_ta_entry {
#define RXD_W15_RESERVED		FIELD32(0xffffffff)
#define RXD_W15_RESERVED		FIELD32(0xffffffff)


/*
/*
 * Macro's for converting txpower from EEPROM to dscape value
 * Macro's for converting txpower from EEPROM to mac80211 value
 * and from dscape value to register value.
 * and from mac80211 value to register value.
 */
 */
#define MIN_TXPOWER	0
#define MIN_TXPOWER	0
#define MAX_TXPOWER	31
#define MAX_TXPOWER	31
Loading