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

Commit 84e5e3bc authored by Roland Vossen's avatar Roland Vossen Committed by Greg Kroah-Hartman
Browse files

staging: brcm80211: merged dngl_stats.h into dhd.h

parent f824184d
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -29,7 +29,6 @@
#include <soc.h>
#include <soc.h>
#include "bcmsdbus.h"		/* common SDIO/controller interface */
#include "bcmsdbus.h"		/* common SDIO/controller interface */
#include "sbsdio.h"		/* BRCM sdio device core */
#include "sbsdio.h"		/* BRCM sdio device core */
#include "dngl_stats.h"
#include "dhd.h"
#include "dhd.h"
#include "dhd_bus.h"
#include "dhd_bus.h"
#include "sdio_host.h"
#include "sdio_host.h"
+0 −1
Original line number Original line Diff line number Diff line
@@ -31,7 +31,6 @@
#include <brcmu_wifi.h>
#include <brcmu_wifi.h>
#include "sdio_host.h"
#include "sdio_host.h"
#include "bcmsdbus.h"
#include "bcmsdbus.h"
#include "dngl_stats.h"
#include "dhd.h"
#include "dhd.h"
#include "dhd_dbg.h"
#include "dhd_dbg.h"
#include "wl_cfg80211.h"
#include "wl_cfg80211.h"
+12 −0
Original line number Original line Diff line number Diff line
@@ -161,6 +161,18 @@ struct brcmf_event {
	struct brcmf_event_msg msg;
	struct brcmf_event_msg msg;
} __packed;
} __packed;


struct dngl_stats {
	unsigned long rx_packets;	/* total packets received */
	unsigned long tx_packets;	/* total packets transmitted */
	unsigned long rx_bytes;	/* total bytes received */
	unsigned long tx_bytes;	/* total bytes transmitted */
	unsigned long rx_errors;	/* bad packets received */
	unsigned long tx_errors;	/* packet transmit problems */
	unsigned long rx_dropped;	/* packets dropped by dongle */
	unsigned long tx_dropped;	/* packets dropped by dongle */
	unsigned long multicast;	/* multicast packets received */
};

#define BRCMF_E_SET_SSID			0
#define BRCMF_E_SET_SSID			0
#define BRCMF_E_JOIN				1
#define BRCMF_E_JOIN				1
#define BRCMF_E_START				2
#define BRCMF_E_START				2
+0 −1
Original line number Original line Diff line number Diff line
@@ -22,7 +22,6 @@
#include <brcmu_utils.h>
#include <brcmu_utils.h>
#include <brcmu_wifi.h>
#include <brcmu_wifi.h>


#include "dngl_stats.h"
#include "dhd.h"
#include "dhd.h"
#include "dhd_proto.h"
#include "dhd_proto.h"
#include "dhd_bus.h"
#include "dhd_bus.h"
+0 −1
Original line number Original line Diff line number Diff line
@@ -21,7 +21,6 @@
#include <defs.h>
#include <defs.h>
#include <brcmu_wifi.h>
#include <brcmu_wifi.h>
#include <brcmu_utils.h>
#include <brcmu_utils.h>
#include "dngl_stats.h"
#include "dhd.h"
#include "dhd.h"
#include "dhd_bus.h"
#include "dhd_bus.h"
#include "dhd_proto.h"
#include "dhd_proto.h"
Loading