Commit 652dfad2 authored by Arend van Spriel's avatar Arend van Spriel Committed by Greg Kroah-Hartman

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: default avatarArend van Spriel <arend@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 085a5cf1
...@@ -47,13 +47,13 @@ BRCMSMAC_OFILES := \ ...@@ -47,13 +47,13 @@ BRCMSMAC_OFILES := \
phy/wlc_phy_n.o \ phy/wlc_phy_n.o \
phy/wlc_phytbl_lcn.o \ phy/wlc_phytbl_lcn.o \
phy/wlc_phytbl_n.o \ phy/wlc_phytbl_n.o \
phy/wlc_phy_qmath.o \
../util/bcmutils.o \ ../util/bcmutils.o \
../util/bcmwifi.o \ ../util/bcmwifi.o \
../util/bcmotp.o \ ../util/bcmotp.o \
../util/bcmsrom.o \ ../util/bcmsrom.o \
../util/hnddma.o \ ../util/hnddma.o \
../util/nicpci.o \ ../util/nicpci.o \
../util/qmath.o \
../util/nvram/nvram_ro.o ../util/nvram/nvram_ro.o
MODULEPFX := brcmsmac MODULEPFX := brcmsmac
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#include <linux/bitops.h> #include <linux/bitops.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <wlc_cfg.h> #include <wlc_cfg.h>
#include <qmath.h>
#include <linux/pci.h> #include <linux/pci.h>
#include <aiutils.h> #include <aiutils.h>
#include <wlc_pmu.h> #include <wlc_pmu.h>
...@@ -27,10 +26,11 @@ ...@@ -27,10 +26,11 @@
#include <bcmdevs.h> #include <bcmdevs.h>
#include <sbhnddma.h> #include <sbhnddma.h>
#include <wlc_phy_radio.h> #include "wlc_phy_radio.h"
#include <wlc_phy_int.h> #include "wlc_phy_int.h"
#include <wlc_phy_lcn.h> #include "wlc_phy_qmath.h"
#include <wlc_phytbl_lcn.h> #include "wlc_phy_lcn.h"
#include "wlc_phytbl_lcn.h"
#define PLL_2064_NDIV 90 #define PLL_2064_NDIV 90
#define PLL_2064_LOW_END_VCO 3000 #define PLL_2064_LOW_END_VCO 3000
......
...@@ -15,7 +15,8 @@ ...@@ -15,7 +15,8 @@
*/ */
#include <linux/types.h> #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. Description: This function saturate input 32 bit number into a 16 bit number.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment