Commit 225fa52c authored by Roland Vossen's avatar Roland Vossen Committed by Greg Kroah-Hartman

staging: brcm80211: renamed file

Signed-off-by: default avatarRoland Vossen <rvossen@broadcom.com>
Reviewed-by: default avatarArend van Spriel <arend@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent a9cfc9b0
...@@ -33,7 +33,7 @@ BRCMSMAC_OFILES := \ ...@@ -33,7 +33,7 @@ BRCMSMAC_OFILES := \
alloc.o \ alloc.o \
ampdu.o \ ampdu.o \
antsel.o \ antsel.o \
bottom_mac.o \ bmac.o \
channel.o \ channel.o \
main.o \ main.o \
phy_shim.o \ phy_shim.o \
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include "scb.h" #include "scb.h"
#include "pub.h" #include "pub.h"
#include "phy/phy_hal.h" #include "phy/phy_hal.h"
#include "bottom_mac.h" #include "bmac.h"
#include "channel.h" #include "channel.h"
#include "main.h" #include "main.h"
#include "antsel.h" #include "antsel.h"
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
#include "ucode_loader.h" #include "ucode_loader.h"
#include "antsel.h" #include "antsel.h"
#include "alloc.h" #include "alloc.h"
#include "bottom_mac.h" #include "bmac.h"
#include "mac80211_if.h" #include "mac80211_if.h"
#define TIMER_INTERVAL_WATCHDOG_BMAC 1000 /* watchdog timer, in unit of ms */ #define TIMER_INTERVAL_WATCHDOG_BMAC 1000 /* watchdog timer, in unit of ms */
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include "scb.h" #include "scb.h"
#include "pub.h" #include "pub.h"
#include "phy/phy_hal.h" #include "phy/phy_hal.h"
#include "bottom_mac.h" #include "bmac.h"
#include "rate.h" #include "rate.h"
#include "channel.h" #include "channel.h"
#include "main.h" #include "main.h"
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#include "phy/phy_hal.h" #include "phy/phy_hal.h"
#include "channel.h" #include "channel.h"
#include "main.h" #include "main.h"
#include "bottom_mac.h" #include "bmac.h"
#include "phy_hal.h" #include "phy_hal.h"
#include "antsel.h" #include "antsel.h"
#include "stf.h" #include "stf.h"
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
#include "phy/phy_hal.h" #include "phy/phy_hal.h"
#include "channel.h" #include "channel.h"
#include "srom.h" #include "srom.h"
#include "bottom_mac.h" #include "bmac.h"
#include "phy_hal.h" #include "phy_hal.h"
#include "main.h" #include "main.h"
#include "phy_shim.h" #include "phy_shim.h"
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include "phy/phy_hal.h" #include "phy/phy_hal.h"
#include "channel.h" #include "channel.h"
#include "main.h" #include "main.h"
#include "bottom_mac.h" #include "bmac.h"
#include "stf.h" #include "stf.h"
#define MIN_SPATIAL_EXPANSION 0 #define MIN_SPATIAL_EXPANSION 0
......
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