linux/drivers/net/wireless/intel/iwlwifi/dvm
Luca Coelho ad04e088d4 iwlwifi: dvm: make rs_tl_get_load() return void
The return value from this function is never used, so make it return
void to avoid getting the following warning when compiling wiht W=1:

/home/luca/iwlwifi/stack-dev/drivers/net/wireless/intel/iwlwifi/dvm/rs.c: In function ‘rs_tl_turn_on_agg_for_tid’:
/home/luca/iwlwifi/stack-dev/drivers/net/wireless/intel/iwlwifi/dvm/rs.c:400:6: warning: variable ‘load’ set but not used [-Wunused-but-set-variable]
  u32 load;
      ^

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
2017-01-26 09:39:00 +02:00
..
agn.h cfg80211: remove enum ieee80211_band 2016-04-12 15:56:15 +02:00
calib.c drivers/net/wireless/intel/iwlwifi/dvm/calib.c: simplfy min() expression 2016-12-14 16:04:08 -08:00
calib.h iwlwifi: change the Intel Wireless email address 2015-12-01 21:17:55 +02:00
commands.h iwlwifi: change the Intel Wireless email address 2015-12-01 21:17:55 +02:00
debugfs.c iwlwifi: use %pd 2016-08-07 23:38:48 -04:00
dev.h cfg80211: remove enum ieee80211_band 2016-04-12 15:56:15 +02:00
devices.c cfg80211: remove enum ieee80211_band 2016-04-12 15:56:15 +02:00
led.c iwlwifi: dvm: handle zero brightness for wifi LED 2016-02-01 16:40:18 +02:00
led.h iwlwifi: change the Intel Wireless email address 2015-12-20 14:48:22 +02:00
lib.c iwlwifi: dvm: Remove unused array 'iwlagn_loose_lookup' 2016-07-06 01:26:19 +03:00
mac80211.c iwlwifi: enlarge number of ucode sections 2017-01-26 09:38:57 +02:00
main.c iwlwifi: decouple PCIe transport from mac80211 2016-07-06 10:09:56 +03:00
Makefile Makefile: drop -D__CHECK_ENDIAN__ from cflags 2016-12-16 00:13:43 +02:00
power.c iwlwifi: change the Intel Wireless email address 2015-12-01 21:17:55 +02:00
power.h iwlwifi: change the Intel Wireless email address 2015-12-01 21:17:55 +02:00
rs.c iwlwifi: dvm: make rs_tl_get_load() return void 2017-01-26 09:39:00 +02:00
rs.h cfg80211: remove enum ieee80211_band 2016-04-12 15:56:15 +02:00
rx.c cfg80211: remove enum ieee80211_band 2016-04-12 15:56:15 +02:00
rxon.c iwlwifi: remove iwl_ht_params.smps_mode 2016-07-06 09:57:10 +03:00
scan.c mac80211: Add support for beacon report radio measurement 2016-07-06 14:53:19 +02:00
sta.c cfg80211: remove enum ieee80211_band 2016-04-12 15:56:15 +02:00
tt.c iwlwifi: remove unused parameter from grab_nic_access 2015-12-21 10:11:39 +02:00
tt.h iwlwifi: change the Intel Wireless email address 2015-12-20 14:48:22 +02:00
tx.c cfg80211: remove enum ieee80211_band 2016-04-12 15:56:15 +02:00
ucode.c iwlwifi: enlarge number of ucode sections 2017-01-26 09:38:57 +02:00