mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-22 13:24:36 +00:00
Upload more docs
This commit is contained in:
parent
329baeeef7
commit
a5ce337bd7
4
Makefile
4
Makefile
@ -54,8 +54,8 @@ CONFIG_EFUSE_CONFIG_FILE = y
|
|||||||
CONFIG_EXT_CLK = n
|
CONFIG_EXT_CLK = n
|
||||||
CONFIG_TRAFFIC_PROTECT = n
|
CONFIG_TRAFFIC_PROTECT = n
|
||||||
CONFIG_LOAD_PHY_PARA_FROM_FILE = y
|
CONFIG_LOAD_PHY_PARA_FROM_FILE = y
|
||||||
CONFIG_TXPWR_BY_RATE = y
|
CONFIG_TXPWR_BY_RATE_EN = y
|
||||||
CONFIG_TXPWR_BY_RATE_EN = n
|
CONFIG_TXPWR_LIMIT_EN = n
|
||||||
CONFIG_TXPWR_LIMIT = y
|
CONFIG_TXPWR_LIMIT = y
|
||||||
CONFIG_TXPWR_LIMIT_EN = n
|
CONFIG_TXPWR_LIMIT_EN = n
|
||||||
CONFIG_RTW_CHPLAN = 0xFF
|
CONFIG_RTW_CHPLAN = 0xFF
|
||||||
|
BIN
docs/RTL8812AU-CG-RealtekMicroelectronics.pdf
Normal file
BIN
docs/RTL8812AU-CG-RealtekMicroelectronics.pdf
Normal file
Binary file not shown.
BIN
docs/rtl8712-d0-1-programming-guide-20090601.doc
Normal file
BIN
docs/rtl8712-d0-1-programming-guide-20090601.doc
Normal file
Binary file not shown.
@ -16,15 +16,12 @@
|
|||||||
#include "mp_precomp.h"
|
#include "mp_precomp.h"
|
||||||
#include "../../phydm_precomp.h"
|
#include "../../phydm_precomp.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*---------------------------Define Local Constant---------------------------*/
|
/*---------------------------Define Local Constant---------------------------*/
|
||||||
/* 2010/04/25 MH Define the max tx power tracking tx agc power. */
|
/* 2010/04/25 MH Define the max tx power tracking tx agc power. */
|
||||||
#define ODM_TXPWRTRACK_MAX_IDX8821A 6
|
#define ODM_TXPWRTRACK_MAX_IDX8821A 6
|
||||||
|
|
||||||
/*---------------------------Define Local Constant---------------------------*/
|
/*---------------------------Define Local Constant---------------------------*/
|
||||||
|
|
||||||
|
|
||||||
/* 3 ============================================================
|
/* 3 ============================================================
|
||||||
* 3 Tx Power Tracking
|
* 3 Tx Power Tracking
|
||||||
* 3 ============================================================ */
|
* 3 ============================================================ */
|
||||||
|
@ -775,7 +775,6 @@ int ReservedPage_Compare(PADAPTER Adapter, PRT_MP_FIRMWARE pFirmware, u32 BTPatc
|
|||||||
for (i = 0; i < lastBTsz; i++)
|
for (i = 0; i < lastBTsz; i++)
|
||||||
myBTFwBuffer[(BTPatchSize / 8) * 8 + i] = rtw_read8(Adapter, (0x144 + i));
|
myBTFwBuffer[(BTPatchSize / 8) * 8 + i] = rtw_read8(Adapter, (0x144 + i));
|
||||||
|
|
||||||
|
|
||||||
for (i = 0; i < BTPatchSize; i++) {
|
for (i = 0; i < BTPatchSize; i++) {
|
||||||
if (myBTFwBuffer[i] != pFirmware->szFwBuffer[i]) {
|
if (myBTFwBuffer[i] != pFirmware->szFwBuffer[i]) {
|
||||||
RTW_INFO(" In direct myBTFwBuffer[%d]=%x , pFirmware->szFwBuffer=%x\n", i, myBTFwBuffer[i], pFirmware->szFwBuffer[i]);
|
RTW_INFO(" In direct myBTFwBuffer[%d]=%x , pFirmware->szFwBuffer=%x\n", i, myBTFwBuffer[i], pFirmware->szFwBuffer[i]);
|
||||||
|
Loading…
Reference in New Issue
Block a user