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

Commit 56322f5e authored by Johannes Berg's avatar Johannes Berg Committed by Wey-Yi Guy
Browse files

iwlwifi: remove TX/RX frame statistics



Keeping statistics per frame type really isn't
very useful, and needs a huge amount of code
so remove it. Since that is the only thing in
iwl-core.{c,h} now, those files can be killed.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
parent 063c5166
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ iwlwifi-objs += iwl-ucode.o iwl-agn-tx.o iwl-debug.o
iwlwifi-objs		+= iwl-agn-lib.o iwl-agn-calib.o iwl-io.o
iwlwifi-objs		+= iwl-agn-tt.o iwl-agn-sta.o iwl-agn-rx.o

iwlwifi-objs		+= iwl-core.o iwl-eeprom.o iwl-power.o
iwlwifi-objs		+= iwl-eeprom.o iwl-power.o
iwlwifi-objs		+= iwl-scan.o iwl-led.o
iwlwifi-objs		+= iwl-agn-rxon.o iwl-agn-devices.o
iwlwifi-objs		+= iwl-5000.o
+0 −1
Original line number Diff line number Diff line
@@ -64,7 +64,6 @@
#include <net/mac80211.h>

#include "iwl-dev.h"
#include "iwl-core.h"
#include "iwl-agn-calib.h"
#include "iwl-trans.h"
#include "iwl-agn.h"
+0 −1
Original line number Diff line number Diff line
@@ -63,7 +63,6 @@
#define __iwl_calib_h__

#include "iwl-dev.h"
#include "iwl-core.h"
#include "iwl-commands.h"

void iwl_chain_noise_calibration(struct iwl_priv *priv);
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@
/*
 * DVM device-specific data & functions
 */
#include "iwl-core.h"
#include "iwl-agn.h"
#include "iwl-dev.h"
#include "iwl-commands.h"
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@
#include <linux/sched.h>

#include "iwl-dev.h"
#include "iwl-core.h"
#include "iwl-io.h"
#include "iwl-agn-hw.h"
#include "iwl-agn.h"
Loading