staging: brcm80211: separate hndpmu functionality for brcmsmac driver
commit29811f9d8973e65b46da4283d52f02f78a21f6e0
authorArend van Spriel <arend@broadcom.com>
Thu, 31 Mar 2011 13:56:13 +0000 (31 15:56 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 20 Apr 2011 21:10:50 +0000 (20 14:10 -0700)
treeae9ea4b1a01b01ead1c9ccf09eccf818d902281d
parent0c6d4ad9f7dede78815933e667464415a75ce118
staging: brcm80211: separate hndpmu functionality for brcmsmac driver

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>
drivers/staging/brcm80211/brcmsmac/Makefile
drivers/staging/brcm80211/brcmsmac/wlc_pmu.c [new file with mode: 0644]
drivers/staging/brcm80211/brcmsmac/wlc_pmu.h [new file with mode: 0644]