Skip to content

Commit

Permalink
staging: brcm80211: move qmath sources to phy directory
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed May 3, 2011
1 parent 085a5cf commit 652dfad
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/brcm80211/brcmsmac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions drivers/staging/brcm80211/brcmsmac/phy/wlc_phy_lcn.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
#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>

#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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
File renamed without changes.

0 comments on commit 652dfad

Please sign in to comment.