Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89949
b: refs/heads/master
c: de99ff8
h: refs/heads/master
i:
  89947: 2ea1e50
v: v3
  • Loading branch information
Ivo van Doorn authored and John W. Linville committed Feb 29, 2008
1 parent 301e1e0 commit 7b75555
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ef8f66cd1d6f360340a73ee7ed0492ff0f5f42ea
refs/heads/master: de99ff82cdc2e5b596d01000eed9e0d05566f2d7
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/rt2x00/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ config RT2X00
This will enable the experimental support for the Ralink drivers,
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
will also be created. That library (when the driver is built as
Expand Down
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/rt2x00/rt2400pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -923,13 +923,13 @@
#define RXD_W7_RESERVED FIELD32(0xffffffff)

/*
* Macro's for converting txpower from EEPROM to dscape value
* and from dscape value to register value.
* Macro's 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
* value means that the txpower must be lowered. This is
* 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 MAX_TXPOWER 62
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/rt2x00/rt2500pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -1213,8 +1213,8 @@
#define RXD_W10_DROP FIELD32(0x00000001)

/*
* Macro's for converting txpower from EEPROM to dscape value
* and from dscape value to register value.
* Macro's for converting txpower from EEPROM to mac80211 value
* and from mac80211 value to register value.
*/
#define MIN_TXPOWER 0
#define MAX_TXPOWER 31
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/rt2x00/rt2500usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -787,8 +787,8 @@
#define RXD_W3_EIV FIELD32(0xffffffff)

/*
* Macro's for converting txpower from EEPROM to dscape value
* and from dscape value to register value.
* Macro's for converting txpower from EEPROM to mac80211 value
* and from mac80211 value to register value.
*/
#define MIN_TXPOWER 0
#define MAX_TXPOWER 31
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/rt2x00/rt61pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -1455,8 +1455,8 @@ struct hw_pairwise_ta_entry {
#define RXD_W15_RESERVED FIELD32(0xffffffff)

/*
* Macro's for converting txpower from EEPROM to dscape value
* and from dscape value to register value.
* Macro's for converting txpower from EEPROM to mac80211 value
* and from mac80211 value to register value.
*/
#define MIN_TXPOWER 0
#define MAX_TXPOWER 31
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/rt2x00/rt73usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -1023,8 +1023,8 @@ struct hw_pairwise_ta_entry {
#define RXD_W5_RESERVED FIELD32(0xffffffff)

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

0 comments on commit 7b75555

Please sign in to comment.