Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72ca8819 authored by Pekka Enberg's avatar Pekka Enberg Committed by Greg Kroah-Hartman
Browse files

Staging: w35und: Merge wbhal_f.h to wbhal_s.h



This patch merges HAL struct and function definitions into one header file.

Acked-by: default avatarPavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarPekka Enberg <penberg@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent ba5c2b3d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2,8 +2,9 @@
#include "mlmetxrx_f.h"
#include "mto.h"
#include "sysdef.h"
#include "wbhal_f.h"
#include "wbhal_s.h"
#include "wblinux_f.h"
#include "wb35tx_f.h"

unsigned char
Mds_initial(struct wbsoft_priv *adapter)
+3 −1
Original line number Diff line number Diff line
@@ -19,7 +19,9 @@

#include "sysdef.h"
#include "sme_api.h"
#include "wbhal_f.h"
#include "wbhal_s.h"
#include "wb35reg_f.h"
#include "core.h"

/* Declare SQ3 to rate and fragmentation threshold table */
/* Declare fragmentation thresholds table */
+3 −1
Original line number Diff line number Diff line
@@ -12,7 +12,9 @@
/****************** INCLUDE FILES SECTION ***********************************/
#include "sysdef.h"
#include "phy_calibration.h"
#include "wbhal_f.h"
#include "wbhal_s.h"
#include "wb35reg_f.h"
#include "core.h"


/****************** DEBUG CONSTANT AND MACRO SECTION ************************/
+1 −1
Original line number Diff line number Diff line
#ifndef __WINBOND_PHY_CALIBRATION_H
#define __WINBOND_PHY_CALIBRATION_H

#include "wbhal_f.h"
#include "wbhal_s.h"

#define REG_AGC_CTRL1		0x1000
#define REG_AGC_CTRL2		0x1004
+3 −1
Original line number Diff line number Diff line
#include "sysdef.h"
#include "wbhal_f.h"
#include "wbhal_s.h"
#include "wb35reg_f.h"
#include "core.h"

/*
 * ====================================================
Loading