-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 235632 b: refs/heads/master c: f8559b6 h: refs/heads/master v: v3
- Loading branch information
Arend van Spriel
authored and
Greg Kroah-Hartman
committed
Jan 21, 2011
1 parent
fa2d1b4
commit ce26c44
Showing
57 changed files
with
93 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: a57d188daa8cd2867e6d8eca8d7cc7a8f5dcf628 | ||
refs/heads/master: f8559b6920b435028ec9aed62846906bb20e47d8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
# | ||
# Makefile fragment for Broadcom 802.11n Networking Device Driver | ||
# | ||
# Copyright (c) 2010 Broadcom Corporation | ||
# | ||
# Permission to use, copy, modify, and/or distribute this software for any | ||
# purpose with or without fee is hereby granted, provided that the above | ||
# copyright notice and this permission notice appear in all copies. | ||
# | ||
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY | ||
# SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION | ||
# OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN | ||
# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
|
||
ccflags-y := \ | ||
-DBCMDBG \ | ||
-DWLC_HIGH \ | ||
-DWLC_LOW \ | ||
-DSTA \ | ||
-DWME \ | ||
-DWL11N \ | ||
-DDBAND \ | ||
-DBCMDMA32 \ | ||
-DBCMNVRAMR \ | ||
-Idrivers/staging/brcm80211/brcmsmac/sys \ | ||
-Idrivers/staging/brcm80211/brcmsmac/phy \ | ||
-Idrivers/staging/brcm80211/util \ | ||
-Idrivers/staging/brcm80211/include | ||
|
||
BRCMSMAC_OFILES := \ | ||
sys/wl_mac80211.o \ | ||
sys/wl_ucode_loader.o \ | ||
sys/wlc_alloc.o \ | ||
sys/wlc_ampdu.o \ | ||
sys/wlc_antsel.o \ | ||
sys/wlc_bmac.o \ | ||
sys/wlc_channel.o \ | ||
sys/wlc_event.o \ | ||
sys/wlc_mac80211.o \ | ||
sys/wlc_phy_shim.o \ | ||
sys/wlc_rate.o \ | ||
sys/wlc_stf.o \ | ||
phy/wlc_phy_cmn.o \ | ||
phy/wlc_phy_lcn.o \ | ||
phy/wlc_phy_n.o \ | ||
phy/wlc_phytbl_lcn.o \ | ||
phy/wlc_phytbl_n.o \ | ||
../util/linux_osl.o \ | ||
../util/aiutils.o \ | ||
../util/siutils.o \ | ||
../util/bcmutils.o \ | ||
../util/bcmwifi.o \ | ||
../util/bcmotp.o \ | ||
../util/bcmsrom.o \ | ||
../util/hnddma.o \ | ||
../util/hndpmu.o \ | ||
../util/nicpci.o \ | ||
../util/qmath.o \ | ||
../util/nvram/nvram_ro.o | ||
|
||
MODULEPFX := brcmsmac | ||
|
||
obj-m += $(MODULEPFX).o | ||
$(MODULEPFX)-objs = $(BRCMSMAC_OFILES) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters