diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2016-02-25 03:19:59 -0500 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2016-02-27 15:00:12 -0500 |
commit | f1704618987b2710760582c87b5f7f600e529a60 (patch) | |
tree | d125008c047a45fb1404cd04d27728b880a71632 | |
parent | f92659a110436cdfdd8d7661188ba059b61404b7 (diff) |
iwlwifi: mvm: various trivial cleanups
* Remove uneeded includes:
iwl-csr.h and devcoredump aren't used in mac80211.c.
* Remove uneeded empty line
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c b/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c index b7551610f37e..85ea5a8b5e3a 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c +++ b/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | |||
@@ -70,7 +70,6 @@ | |||
70 | #include <linux/etherdevice.h> | 70 | #include <linux/etherdevice.h> |
71 | #include <linux/ip.h> | 71 | #include <linux/ip.h> |
72 | #include <linux/if_arp.h> | 72 | #include <linux/if_arp.h> |
73 | #include <linux/devcoredump.h> | ||
74 | #include <linux/time.h> | 73 | #include <linux/time.h> |
75 | #include <net/mac80211.h> | 74 | #include <net/mac80211.h> |
76 | #include <net/ieee80211_radiotap.h> | 75 | #include <net/ieee80211_radiotap.h> |
@@ -86,7 +85,6 @@ | |||
86 | #include "testmode.h" | 85 | #include "testmode.h" |
87 | #include "iwl-fw-error-dump.h" | 86 | #include "iwl-fw-error-dump.h" |
88 | #include "iwl-prph.h" | 87 | #include "iwl-prph.h" |
89 | #include "iwl-csr.h" | ||
90 | #include "iwl-nvm-parse.h" | 88 | #include "iwl-nvm-parse.h" |
91 | #include "fw-dbg.h" | 89 | #include "fw-dbg.h" |
92 | 90 | ||
@@ -2142,7 +2140,6 @@ iwl_mvm_bss_info_changed_ap_ibss(struct iwl_mvm *mvm, | |||
2142 | bss_conf->txpower); | 2140 | bss_conf->txpower); |
2143 | iwl_mvm_set_tx_power(mvm, vif, bss_conf->txpower); | 2141 | iwl_mvm_set_tx_power(mvm, vif, bss_conf->txpower); |
2144 | } | 2142 | } |
2145 | |||
2146 | } | 2143 | } |
2147 | 2144 | ||
2148 | static void iwl_mvm_bss_info_changed(struct ieee80211_hw *hw, | 2145 | static void iwl_mvm_bss_info_changed(struct ieee80211_hw *hw, |