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

staging: brcm80211: removed sys directory layer from brcmsmac driver

Based on review comments moved sources from brcm80211/brcmsmac/sys
to its parent directory. The phy directory is kept for maintainance
logistics around phy source code.
Reviewed-by: default avatarBrett Rudley <brudley@broadcom.com>
Reviewed-by: default avatarHenry Ptasinski <henryp@broadcom.com>
Reviewed-by: default avatarRoland 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 5e72615c
...@@ -15,5 +15,8 @@ ...@@ -15,5 +15,8 @@
# OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN # OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. # CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# one and only common flag
subdir-ccflags-y := -DBCMDBG
obj-$(CONFIG_BRCMFMAC) += brcmfmac/ obj-$(CONFIG_BRCMFMAC) += brcmfmac/
obj-$(CONFIG_BRCMSMAC) += brcmsmac/ obj-$(CONFIG_BRCMSMAC) += brcmsmac/
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
ccflags-y := \ ccflags-y := \
-DARP_OFFLOAD_SUPPORT \ -DARP_OFFLOAD_SUPPORT \
-DBCMDBG \
-DBCMLXSDMMC \ -DBCMLXSDMMC \
-DBCMPLATFORM_BUS \ -DBCMPLATFORM_BUS \
-DBCMSDIO \ -DBCMSDIO \
...@@ -60,4 +59,3 @@ DHDOFILES = \ ...@@ -60,4 +59,3 @@ DHDOFILES = \
obj-m += brcmfmac.o obj-m += brcmfmac.o
brcmfmac-objs += $(DHDOFILES) brcmfmac-objs += $(DHDOFILES)
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. # CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
ccflags-y := \ ccflags-y := \
-DBCMDBG \
-DWLC_HIGH \ -DWLC_HIGH \
-DWLC_LOW \ -DWLC_LOW \
-DSTA \ -DSTA \
...@@ -25,25 +24,24 @@ ccflags-y := \ ...@@ -25,25 +24,24 @@ ccflags-y := \
-DDBAND \ -DDBAND \
-DBCMDMA32 \ -DBCMDMA32 \
-DBCMNVRAMR \ -DBCMNVRAMR \
-Idrivers/staging/brcm80211/brcmsmac \ -Idrivers/staging/brcm80211/brcmsmac \
-Idrivers/staging/brcm80211/brcmsmac/sys \
-Idrivers/staging/brcm80211/brcmsmac/phy \ -Idrivers/staging/brcm80211/brcmsmac/phy \
-Idrivers/staging/brcm80211/util \ -Idrivers/staging/brcm80211/util \
-Idrivers/staging/brcm80211/include -Idrivers/staging/brcm80211/include
BRCMSMAC_OFILES := \ BRCMSMAC_OFILES := \
sys/wl_mac80211.o \ wl_mac80211.o \
sys/wl_ucode_loader.o \ wl_ucode_loader.o \
sys/wlc_alloc.o \ wlc_alloc.o \
sys/wlc_ampdu.o \ wlc_ampdu.o \
sys/wlc_antsel.o \ wlc_antsel.o \
sys/wlc_bmac.o \ wlc_bmac.o \
sys/wlc_channel.o \ wlc_channel.o \
sys/wlc_event.o \ wlc_event.o \
sys/wlc_mac80211.o \ wlc_mac80211.o \
sys/wlc_phy_shim.o \ wlc_phy_shim.o \
sys/wlc_rate.o \ wlc_rate.o \
sys/wlc_stf.o \ wlc_stf.o \
phy/wlc_phy_cmn.o \ phy/wlc_phy_cmn.o \
phy/wlc_phy_lcn.o \ phy/wlc_phy_lcn.o \
phy/wlc_phy_n.o \ phy/wlc_phy_n.o \
......
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