Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306771
b: refs/heads/master
c: 270e38d
h: refs/heads/master
i:
  306769: b34f5ce
  306767: 091ecb7
v: v3
  • Loading branch information
Hauke Mehrtens authored and John W. Linville committed May 16, 2012
1 parent 224860e commit 64b6291
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 331 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: c496fe3a7ffcba32ffed61735e7fed8861e62ac3
refs/heads/master: 270e38d0085e835973e38575b40e9c769e2823c5
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/brcm80211/brcmsmac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ BRCMSMAC_OFILES := \
phy/phytbl_n.o \
phy/phy_qmath.o \
dma.o \
nicpci.o \
brcms_trace_events.o

MODULEPFX := brcmsmac
Expand Down
16 changes: 0 additions & 16 deletions trunk/drivers/net/wireless/brcm80211/brcmsmac/aiutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

#include <linux/delay.h>
#include <linux/pci.h>

#include <defs.h>
#include <chipcommon.h>
Expand All @@ -29,7 +28,6 @@
#include "types.h"
#include "pub.h"
#include "pmu.h"
#include "nicpci.h"
#include "aiutils.h"

/* slow_clk_ctl */
Expand Down Expand Up @@ -478,13 +476,6 @@ ai_buscore_setup(struct si_info *sii, struct bcma_device *cc)
/* figure out buscore */
sii->buscore = ai_findcore(&sii->pub, PCIE_CORE_ID, 0);

/* fixup necessary chip/core configurations */
if (!sii->pch) {
sii->pch = pcicore_init(&sii->pub, sii->icbus->drv_pci.core);
if (sii->pch == NULL)
return false;
}

return true;
}

Expand Down Expand Up @@ -565,9 +556,6 @@ static struct si_info *ai_doattach(struct si_info *sii,
return sii;

exit:
if (sii->pch)
pcicore_deinit(sii->pch);
sii->pch = NULL;

return NULL;
}
Expand Down Expand Up @@ -606,10 +594,6 @@ void ai_detach(struct si_pub *sih)
if (sii == NULL)
return;

if (sii->pch)
pcicore_deinit(sii->pch);
sii->pch = NULL;

kfree(sii);
}

Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/brcm80211/brcmsmac/aiutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ struct si_info {
struct si_pub pub; /* back plane public state (must be first) */
struct bcma_bus *icbus; /* handle to soc interconnect bus */
struct pci_dev *pcibus; /* handle to pci bus */
struct pcicore_info *pch; /* PCI/E core handle */
struct bcma_device *buscore;

u32 chipst; /* chip status */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include <linux/bcma/bcma.h>
#include <net/mac80211.h>
#include <defs.h>
#include "nicpci.h"
#include "phy/phy_int.h"
#include "d11.h"
#include "channel.h"
Expand Down
241 changes: 0 additions & 241 deletions trunk/drivers/net/wireless/brcm80211/brcmsmac/nicpci.c

This file was deleted.

70 changes: 0 additions & 70 deletions trunk/drivers/net/wireless/brcm80211/brcmsmac/nicpci.h

This file was deleted.

0 comments on commit 64b6291

Please sign in to comment.