summaryrefslogtreecommitdiff
path: root/drivers/staging/brcm80211/brcmsmac/wlc_rate.c
diff options
context:
space:
mode:
authorArend van Spriel <arend@broadcom.com>2011-02-25 16:39:14 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-28 18:17:38 -0800
commit45575664fb22c50a686719f1f1e07b13cd04ef1c (patch)
tree62af01acd88deaed2022b72aa3eab119c7831879 /drivers/staging/brcm80211/brcmsmac/wlc_rate.c
parent62b54dca17ef40116491b0ca27ca35fbe9daedc6 (diff)
downloadlinux-45575664fb22c50a686719f1f1e07b13cd04ef1c.tar.gz
staging: brcm80211: remove nested include statements
In order to analyze include file usage nested includes have been removed from the driver sources. Reviewed-by: Roland Vossen <rvossen@broadcom.com> Reviewed-by: Brett Rudley <brudley@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211/brcmsmac/wlc_rate.c')
-rw-r--r--drivers/staging/brcm80211/brcmsmac/wlc_rate.c22
1 files changed, 13 insertions, 9 deletions
diff --git a/drivers/staging/brcm80211/brcmsmac/wlc_rate.c b/drivers/staging/brcm80211/brcmsmac/wlc_rate.c
index d48dd47ef846..a8e30016a655 100644
--- a/drivers/staging/brcm80211/brcmsmac/wlc_rate.c
+++ b/drivers/staging/brcm80211/brcmsmac/wlc_rate.c
@@ -14,21 +14,25 @@
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <linux/kernel.h>
+#include <linux/module.h>
+
+#include <proto/802.11.h>
+#include <proto/802.1d.h>
#include <bcmdefs.h>
-#include <wlc_cfg.h>
#include <osl.h>
-#include <linux/module.h>
#include <bcmutils.h>
#include <siutils.h>
#include <wlioctl.h>
-
-#include <sbhndpio.h>
#include <sbhnddma.h>
-#include <proto/802.11.h>
-#include <d11.h>
-#include <wlc_rate.h>
-#include <wl_dbg.h>
-#include <wlc_pub.h>
+
+#include "wlc_types.h"
+#include "sbhndpio.h"
+#include "d11.h"
+#include "wl_dbg.h"
+#include "wlc_cfg.h"
+#include "wlc_scb.h"
+#include "wlc_pub.h"
+#include "wlc_rate.h"
/* Rate info per rate: It tells whether a rate is ofdm or not and its phy_rate value */
const u8 rate_info[WLC_MAXRATE + 1] = {