]> git.baikalelectronics.ru Git - kernel.git/commit
staging: brcm80211: separate hndpmu functionality for brcmsmac driver
authorArend van Spriel <arend@broadcom.com>
Thu, 31 Mar 2011 13:56:13 +0000 (15:56 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 20 Apr 2011 21:10:50 +0000 (14:10 -0700)
commitcf39943d171ba1623f879d7d5e22ceb84742b1ee
treeae9ea4b1a01b01ead1c9ccf09eccf818d902281d
parente55bcf13084e80bd860b8cd1f9ff2c675c4b0d27
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]