Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70dfb584 authored by Arend van Spriel's avatar Arend van Spriel Committed by Greg Kroah-Hartman
Browse files

staging: brcm80211: remove include file proto/802.1d.h



Aim to reduce the number of source and include files. This
include file is not used anymore and can be removed.

Reviewed-by: default avatarRoland Vossen <rvossen@broadcom.com>
Reviewed-by: default avatarBrett Rudley <brudley@broadcom.com>
Signed-off-by: default avatarArend van Spriel <arend@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 44bb83af
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@
#include <sbsdpcmdev.h>
#include <bcmsdpcm.h>

#include <proto/802.1d.h>
#include <proto/802.11.h>

#include <dngl_stats.h>
@@ -143,6 +142,14 @@
 */
#define PKTFREE2()		if ((bus->bus != SPI_BUS) || bus->usebufpool) \
							pkt_buf_free_skb(bus->dhd->osh, pkt, false);

/*
 * Conversion of 802.1D priority to precedence level
 */
#define PRIO2PREC(prio) \
	(((prio) == PRIO_8021D_NONE || (prio) == PRIO_8021D_BE) ? \
	((prio^2)) : (prio))

DHD_SPINWAIT_SLEEP_INIT(sdioh_spinwait_sleep);
extern int dhdcdc_set_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, void *buf,
			    uint len);
+3 −2
Original line number Diff line number Diff line
@@ -26,9 +26,10 @@
#include <linux/firmware.h>
#include <net/mac80211.h>

#include <proto/802.1d.h>
#include <bcmdefs.h>
#include <proto/802.11.h>
#include <osl.h>
#include <bcmdefs.h>
#include <bcmwifi.h>
#include <bcmutils.h>
#include <pcicfg.h>
#include <wlioctl.h>
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@
#include <linux/kernel.h>
#include <linux/types.h>

#include <proto/802.1d.h>
#include <osl.h>
#include <bcmdefs.h>
#include <bcmutils.h>
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@
#include <linux/kernel.h>
#include <net/mac80211.h>

#include <proto/802.1d.h>
#include <osl.h>
#include <bcmdefs.h>
#include <bcmutils.h>
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
#include <linux/module.h>
#include <linux/pci.h>

#include <proto/802.1d.h>
#include <osl.h>
#include <bcmdefs.h>
#include <bcmutils.h>
Loading