Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249339
b: refs/heads/master
c: 652dfad
h: refs/heads/master
i:
  249337: e025875
  249335: 6b6a7ef
v: v3
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed May 3, 2011
1 parent f9b00d7 commit 250b22d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 085a5cf16299e139672e51f9cf9e605b5b294af2
refs/heads/master: 652dfad2dc8ff6daa976585d91de4f26ea3a3a2c
2 changes: 1 addition & 1 deletion trunk/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 trunk/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

0 comments on commit 250b22d

Please sign in to comment.