mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-27 20:07:09 +00:00
rt2800usb: fix comments in rt2800usb.h
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Acked-by: Ivo van Doorn <IvDoorn@gmail.com> Acked-by: Gertjan van Wingerde <gwingerde@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
3306ef642a
commit
d07624f191
@ -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 */
|
||||
|
||||
@ -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.
|
||||
@ -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.
|
||||
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user