aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/brcmsmac/wlc_rate.c
diff options
context:
space:
mode:
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 d48dd47ef84..a8e30016a65 100644
--- a/drivers/staging/brcm80211/brcmsmac/wlc_rate.c
+++ b/drivers/staging/brcm80211/brcmsmac/wlc_rate.c
@@ -14,21 +14,25 @@
14 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 */ 15 */
16#include <linux/kernel.h> 16#include <linux/kernel.h>
17#include <linux/module.h>
18
19#include <proto/802.11.h>
20#include <proto/802.1d.h>
17#include <bcmdefs.h> 21#include <bcmdefs.h>
18#include <wlc_cfg.h>
19#include <osl.h> 22#include <osl.h>
20#include <linux/module.h>
21#include <bcmutils.h> 23#include <bcmutils.h>
22#include <siutils.h> 24#include <siutils.h>
23#include <wlioctl.h> 25#include <wlioctl.h>
24
25#include <sbhndpio.h>
26#include <sbhnddma.h> 26#include <sbhnddma.h>
27#include <proto/802.11.h> 27
28#include <d11.h> 28#include "wlc_types.h"
29#include <wlc_rate.h> 29#include "sbhndpio.h"
30#include <wl_dbg.h> 30#include "d11.h"
31#include <wlc_pub.h> 31#include "wl_dbg.h"
32#include "wlc_cfg.h"
33#include "wlc_scb.h"
34#include "wlc_pub.h"
35#include "wlc_rate.h"
32 36
33/* Rate info per rate: It tells whether a rate is ofdm or not and its phy_rate value */ 37/* Rate info per rate: It tells whether a rate is ofdm or not and its phy_rate value */
34const u8 rate_info[WLC_MAXRATE + 1] = { 38const u8 rate_info[WLC_MAXRATE + 1] = {