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

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

Staging: w35und: Rename wbhal_s.h to wbhal.h



This patch renames the wbhal_s.h header file to wbhal.h now that it contains
both structure and function definitions.

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 72ca8819
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#include <linux/wireless.h>
#include <linux/types.h>

#include "wbhal_s.h"
#include "wbhal.h"
#include "mto.h"

#include "mac_structures.h"
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#include "mlmetxrx_f.h"
#include "mto.h"
#include "sysdef.h"
#include "wbhal_s.h"
#include "wbhal.h"
#include "wblinux_f.h"
#include "wb35tx_f.h"

+1 −1
Original line number Diff line number Diff line
#ifndef __WINBOND_MDS_F_H
#define __WINBOND_MDS_F_H

#include "wbhal_s.h"
#include "wbhal.h"
#include "core.h"

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

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

+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
/****************** INCLUDE FILES SECTION ***********************************/
#include "sysdef.h"
#include "phy_calibration.h"
#include "wbhal_s.h"
#include "wbhal.h"
#include "wb35reg_f.h"
#include "core.h"

Loading