Skip to content

Commit

Permalink
staging: brcm80211: separate hndpmu functionality for brcmsmac driver
Browse files Browse the repository at this point in the history
The hndpmu source file has functions for brcmfmac and brcmsmac driver
but it turns out that on function level there is no reuse so for
the brcmsmac its set of functions now reside in wlc_pmu.c.

Reviewed-by: Henry Ptasinski <henryp@broadcom.com>
Reviewed-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed Apr 20, 2011
1 parent 0c6d4ad commit 29811f9
Show file tree
Hide file tree
Showing 3 changed files with 2,022 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/brcm80211/brcmsmac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ BRCMSMAC_OFILES := \
wlc_channel.o \
wlc_main.o \
wlc_phy_shim.o \
wlc_pmu.o \
wlc_rate.o \
wlc_stf.o \
phy/wlc_phy_cmn.o \
Expand All @@ -52,7 +53,6 @@ BRCMSMAC_OFILES := \
../util/bcmotp.o \
../util/bcmsrom.o \
../util/hnddma.o \
../util/hndpmu.o \
../util/nicpci.o \
../util/qmath.o \
../util/nvram/nvram_ro.o
Expand Down
Loading

0 comments on commit 29811f9

Please sign in to comment.