Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228142
b: refs/heads/master
c: f3ce1ef
h: refs/heads/master
v: v3
  • Loading branch information
Brett Rudley authored and Greg Kroah-Hartman committed Nov 20, 2010
1 parent 2c30afc commit a764fc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: 501c09346ce74ec688113d5c6b8a321514935228
refs/heads/master: f3ce1ef2f80627c2b6339bfc96ee5c1b189cac06
9 changes: 0 additions & 9 deletions trunk/drivers/staging/brcm80211/sys/wlc_mac80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
#include <wlioctl.h>
#include <wlc_phy_hal.h>
#include <wlc_channel.h>
#ifdef WLC_SPLIT
#include <bcm_rpc.h>
#endif
#include <wlc_bsscfg.h>
#include <wlc_scb.h>

Expand Down Expand Up @@ -422,9 +419,6 @@ typedef struct wlc_hwband {
} wlc_hwband_t;

struct wlc_hw_info {
#ifdef WLC_SPLIT
rpc_info_t *rpc; /* Handle to RPC module */
#endif
struct osl_info *osh; /* pointer to os handle */
bool _piomode; /* true if pio mode */
wlc_info_t *wlc;
Expand Down Expand Up @@ -522,9 +516,6 @@ struct wlc_info {
d11regs_t *regs; /* pointer to device registers */

wlc_hw_info_t *hw; /* HW related state used primarily by BMAC */
#ifdef WLC_SPLIT
rpc_info_t *rpc; /* Handle to RPC module */
#endif

/* clock */
int clkreq_override; /* setting for clkreq for PCIE : Auto, 0, 1 */
Expand Down

0 comments on commit a764fc6

Please sign in to comment.