mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-17 10:33:06 +00:00
rtl8188eu: Flatten hap/
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
81aeb84017
commit
4de1397841
603 changed files with 71 additions and 220876 deletions
41
phydm_dynamicbbpowersaving.h
Normal file
41
phydm_dynamicbbpowersaving.h
Normal file
|
@ -0,0 +1,41 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
/* Copyright(c) 2007 - 2016 Realtek Corporation. All rights reserved. */
|
||||
|
||||
|
||||
#ifndef __PHYDMDYNAMICBBPOWERSAVING_H__
|
||||
#define __PHYDMDYNAMICBBPOWERSAVING_H__
|
||||
|
||||
#define DYNAMIC_BBPWRSAV_VERSION "1.1"
|
||||
|
||||
#if (defined(CONFIG_BB_POWER_SAVING))
|
||||
|
||||
struct _dynamic_power_saving {
|
||||
u8 pre_cca_state;
|
||||
u8 cur_cca_state;
|
||||
|
||||
u8 pre_rf_state;
|
||||
u8 cur_rf_state;
|
||||
|
||||
int rssi_val_min;
|
||||
|
||||
u8 initialize;
|
||||
u32 reg874, regc70, reg85c, rega74;
|
||||
|
||||
};
|
||||
|
||||
#define dm_rf_saving odm_rf_saving
|
||||
|
||||
void odm_rf_saving(
|
||||
void *p_dm_void,
|
||||
u8 is_force_in_normal
|
||||
);
|
||||
|
||||
void
|
||||
odm_dynamic_bb_power_saving_init(
|
||||
void *p_dm_void
|
||||
);
|
||||
#else
|
||||
#define dm_rf_saving(p_dm_void, is_force_in_normal)
|
||||
#endif
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue