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

Commit f8557965 authored by Roland Vossen's avatar Roland Vossen Committed by Greg Kroah-Hartman
Browse files

staging: brcm80211: prepared header files for file rename



Code cleanup. Removing 'bcm' and 'wlc_' file name prefixes.

Signed-off-by: default avatarRoland Vossen <rvossen@broadcom.com>
Reviewed-by: default avatarArend van Spriel <arend@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 25036341
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@
 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

#ifndef	_aiutils_h_
#define	_aiutils_h_
#ifndef	_BRCM_AIUTILS_H_
#define	_BRCM_AIUTILS_H_

/* Include the soci specific files */
#include <aidmp.h>
@@ -573,4 +573,4 @@ extern void ai_epa_4313war(struct si_pub *sih);

char *ai_getnvramflvar(struct si_pub *sih, const char *name);

#endif				/* _aiutils_h_ */
#endif				/* _BRCM_AIUTILS_H_ */
+3 −3
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@
 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

#ifndef	_bcmdma_h_
#define	_bcmdma_h_
#ifndef	_BRCM_DMA_H_
#define	_BRCM_DMA_H_

#include "wlc_types.h"		/* forward structure declarations */

@@ -252,4 +252,4 @@ static inline void dma_spin_for_len(uint len, struct sk_buff *head)
#endif				/* defined(__mips__) */
}

#endif				/* _bcmdma_h_ */
#endif				/* _BRCM_DMA_H_ */
+3 −3
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@
 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

#ifndef	_bcmotp_h_
#define	_bcmotp_h_
#ifndef	_BRCM_OTP_H_
#define	_BRCM_OTP_H_

/* OTP regions */
#define OTP_HW_RGN	1
@@ -42,4 +42,4 @@ extern int otp_read_region(struct si_pub *sih, int region, u16 *data,
			   uint *wlen);
extern int otp_nvread(void *oh, char *data, uint *len);

#endif				/* _bcmotp_h_ */
#endif				/* _BRCM_OTP_H_ */
+3 −3
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@
 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

#ifndef _wl_mac80211_h_
#define _wl_mac80211_h_
#ifndef _BRCM_MAC80211_IF_H_
#define _BRCM_MAC80211_IF_H_

/* softmac ioctl definitions */
#define WLC_SET_SHORTSLOT_OVERRIDE		146
@@ -106,4 +106,4 @@ extern void brcms_add_timer(struct brcms_info *wl, struct brcms_timer *timer,
extern bool brcms_del_timer(struct brcms_info *wl, struct brcms_timer *timer);
extern void brcms_msleep(struct brcms_info *wl, uint ms);

#endif				/* _wl_mac80211_h_ */
#endif				/* _BRCM_MAC80211_IF_H_ */
+3 −3
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@
 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

#ifndef	_D11_H
#define	_D11_H
#ifndef	_BRCM_D11_H_
#define	_BRCM_D11_H_

#include <linux/ieee80211.h>

@@ -1775,4 +1775,4 @@ typedef struct d11cnt {
	u32 rxundec;
} d11cnt_t;

#endif				/* _D11_H */
#endif				/* _BRCM_D11_H_ */
Loading