#include "../wifi.h"
#include "../pci.h"
#include "../base.h"
#include "../core.h"
#include "reg.h"
#include "def.h"
#include "fw.h"
#include "../rtl8723com/fw_common.h"
static bool _rtl8723be_check_fw_read_last_h2c(struct ieee80211_hw *hw,
u8 boxnum)
{ … }
static void _rtl8723be_fill_h2c_command(struct ieee80211_hw *hw, u8 element_id,
u32 cmd_len, u8 *p_cmdbuffer)
{ … }
void rtl8723be_fill_h2c_cmd(struct ieee80211_hw *hw, u8 element_id,
u32 cmd_len, u8 *p_cmdbuffer)
{ … }
void rtl8723be_set_fw_pwrmode_cmd(struct ieee80211_hw *hw, u8 mode)
{ … }
void rtl8723be_set_fw_media_status_rpt_cmd(struct ieee80211_hw *hw, u8 mstatus)
{ … }
#define BEACON_PG …
#define PSPOLL_PG …
#define NULL_PG …
#define PROBERSP_PG …
#define QOS_NULL_PG …
#define BT_QOS_NULL_PG …
#define TOTAL_RESERVED_PKT_LEN …
static u8 reserved_page_packet[TOTAL_RESERVED_PKT_LEN] = …;
void rtl8723be_set_fw_rsvdpagepkt(struct ieee80211_hw *hw,
bool b_dl_finished)
{ … }
static void rtl8723be_set_p2p_ctw_period_cmd(struct ieee80211_hw *hw,
u8 ctwindow)
{ … }
void rtl8723be_set_p2p_ps_offload_cmd(struct ieee80211_hw *hw,
u8 p2p_ps_state)
{ … }