staging: brcm80211: move qmath sources to phy directory
The functions provided by qmath sources are only used by the phy source code so qmath sources have been moved there. Cc: devel@linuxdriverproject.org Cc: linux-wireless@vger.kernel.org Cc: Brett Rudley <brudley@broadcom.com> Cc: Henry Ptasinski <henryp@broadcom.com> Cc: Roland Vossen <rvossen@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
085a5cf162
commit
652dfad2dc
4 changed files with 8 additions and 7 deletions
|
@ -47,13 +47,13 @@ BRCMSMAC_OFILES := \
|
|||
phy/wlc_phy_n.o \
|
||||
phy/wlc_phytbl_lcn.o \
|
||||
phy/wlc_phytbl_n.o \
|
||||
phy/wlc_phy_qmath.o \
|
||||
../util/bcmutils.o \
|
||||
../util/bcmwifi.o \
|
||||
../util/bcmotp.o \
|
||||
../util/bcmsrom.o \
|
||||
../util/hnddma.o \
|
||||
../util/nicpci.o \
|
||||
../util/qmath.o \
|
||||
../util/nvram/nvram_ro.o
|
||||
|
||||
MODULEPFX := brcmsmac
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include <linux/bitops.h>
|
||||
#include <linux/delay.h>
|
||||
#include <wlc_cfg.h>
|
||||
#include <qmath.h>
|
||||
#include <linux/pci.h>
|
||||
#include <aiutils.h>
|
||||
#include <wlc_pmu.h>
|
||||
|
@ -27,10 +26,11 @@
|
|||
#include <bcmdevs.h>
|
||||
#include <sbhnddma.h>
|
||||
|
||||
#include <wlc_phy_radio.h>
|
||||
#include <wlc_phy_int.h>
|
||||
#include <wlc_phy_lcn.h>
|
||||
#include <wlc_phytbl_lcn.h>
|
||||
#include "wlc_phy_radio.h"
|
||||
#include "wlc_phy_int.h"
|
||||
#include "wlc_phy_qmath.h"
|
||||
#include "wlc_phy_lcn.h"
|
||||
#include "wlc_phytbl_lcn.h"
|
||||
|
||||
#define PLL_2064_NDIV 90
|
||||
#define PLL_2064_LOW_END_VCO 3000
|
||||
|
|
|
@ -15,7 +15,8 @@
|
|||
*/
|
||||
|
||||
#include <linux/types.h>
|
||||
#include "qmath.h"
|
||||
|
||||
#include "wlc_phy_qmath.h"
|
||||
|
||||
/*
|
||||
Description: This function saturate input 32 bit number into a 16 bit number.
|
Loading…
Add table
Reference in a new issue