Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228013
b: refs/heads/master
c: b5ef076
h: refs/heads/master
i:
  228011: e441eec
v: v3
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Nov 9, 2010
1 parent 73fc305 commit 32bc2ec
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 72ca8819f7f4ac4ddf82ab72ee614075821a3d00
refs/heads/master: b5ef076141acc223e55aa298abd2d2f5fb844874
2 changes: 1 addition & 1 deletion trunk/drivers/staging/winbond/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/winbond/mds.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/winbond/mds_f.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#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);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/winbond/mto.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/winbond/phy_calibration.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/winbond/phy_calibration.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef __WINBOND_PHY_CALIBRATION_H
#define __WINBOND_PHY_CALIBRATION_H

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

#define REG_AGC_CTRL1 0x1000
#define REG_AGC_CTRL2 0x1004
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/winbond/reg.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "sysdef.h"
#include "wbhal_s.h"
#include "wbhal.h"
#include "wb35reg_f.h"
#include "core.h"

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/winbond/wb35reg_f.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef __WINBOND_WB35REG_F_H
#define __WINBOND_WB35REG_F_H

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

/*
* ====================================
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/winbond/wb35rx_f.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define __WINBOND_WB35RX_F_H

#include <net/mac80211.h>
#include "wbhal_s.h"
#include "wbhal.h"

//====================================
// Interface function declare
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/drivers/staging/winbond/wbusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "mds_f.h"
#include "mlmetxrx_f.h"
#include "mto.h"
#include "wbhal_s.h"
#include "wbhal.h"
#include "wb35reg_f.h"
#include "wb35tx_f.h"
#include "wb35rx_f.h"
Expand Down

0 comments on commit 32bc2ec

Please sign in to comment.