linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/fw.c

// SPDX-License-Identifier: GPL-2.0
/* Copyright(c) 2009-2012  Realtek Corporation.*/

#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 _rtl8723e_check_fw_read_last_h2c(struct ieee80211_hw *hw,
					     u8 boxnum)
{}

static void _rtl8723e_fill_h2c_command(struct ieee80211_hw *hw, u8 element_id,
				       u32 cmd_len, u8 *cmdbuffer)
{}

void rtl8723e_fill_h2c_cmd(struct ieee80211_hw *hw,
			   u8 element_id, u32 cmd_len, u8 *cmdbuffer)
{}

void rtl8723e_set_fw_pwrmode_cmd(struct ieee80211_hw *hw, u8 mode)
{}

#define BEACON_PG
#define PSPOLL_PG
#define NULL_PG
#define PROBERSP_PG

#define TOTAL_RESERVED_PKT_LEN

static u8 reserved_page_packet[TOTAL_RESERVED_PKT_LEN] =;

void rtl8723e_set_fw_rsvdpagepkt(struct ieee80211_hw *hw, bool b_dl_finished)
{}

void rtl8723e_set_fw_joinbss_report_cmd(struct ieee80211_hw *hw, u8 mstatus)
{}

static void rtl8723e_set_p2p_ctw_period_cmd(struct ieee80211_hw *hw,
					    u8 ctwindow)
{}

void rtl8723e_set_p2p_ps_offload_cmd(struct ieee80211_hw *hw, u8 p2p_ps_state)
{}