Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171409
b: refs/heads/master
c: d07624f
h: refs/heads/master
i:
  171407: 15230e0
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and John W. Linville committed Nov 4, 2009
1 parent ad13e2d commit 3ab76cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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: 3306ef642a4dec6ba5341eceb8b9cb1e4a82ddb0
refs/heads/master: d07624f191a14e2a59e1fe884a13582f24d7f8cb
16 changes: 8 additions & 8 deletions trunk/drivers/net/wireless/rt2x00/rt2800usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

/*
* Signal information.
* Defaul offset is required for RSSI <-> dBm conversion.
* Default offset is required for RSSI <-> dBm conversion.
*/
#define DEFAULT_RSSI_OFFSET 120 /* FIXME */

Expand All @@ -86,12 +86,6 @@
* USB registers.
*/

/*
* HOST-MCU shared memory
*/
#define HOST_CMD_CSR 0x0404
#define HOST_CMD_CSR_HOST_COMMAND FIELD32(0x000000ff)

/*
* INT_SOURCE_CSR: Interrupt source register.
* Write one to clear corresponding bit.
Expand Down Expand Up @@ -350,6 +344,12 @@
#define PBF_SYS_CTRL_READY FIELD32(0x00000080)
#define PBF_SYS_CTRL_HOST_RAM_WRITE FIELD32(0x00010000)

/*
* HOST-MCU shared memory
*/
#define HOST_CMD_CSR 0x0404
#define HOST_CMD_CSR_HOST_COMMAND FIELD32(0x000000ff)

/*
* PBF registers
* Most are for debug. Driver doesn't touch PBF register.
Expand Down Expand Up @@ -1776,7 +1776,7 @@ struct mac_iveiv_entry {

/*
* Word3
* WIV: Wireless Info Valid. 1: Driver filled WI, 0: DMA needs to copy WI
* WIV: Wireless Info Valid. 1: Driver filled WI, 0: DMA needs to copy WI
* QSEL: Select on-chip FIFO ID for 2nd-stage output scheduler.
* 0:MGMT, 1:HCCA 2:EDCA
*/
Expand Down

0 comments on commit 3ab76cd

Please sign in to comment.