linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae
Colin Ian King ce2542435a rtlwifi: pass struct rtl_stats by reference as it is more efficient
passing rtl_stats by value is inefficient; the structure is over 300
bytes in size and generally just one field (packet_report_type)
is being accessed, so the pass by value is a relatively large overhead.
This change just affects just the rx_command_packet calls.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2016-03-07 14:25:00 +02:00
..
btc.h
def.h
dm.c
dm.h
fw.c
fw.h
hal_bt_coexist.c
hal_bt_coexist.h
hal_btc.c
hal_btc.h
hw.c
hw.h
led.c
led.h
Makefile
phy.c
phy.h
pwrseq.c
pwrseq.h
reg.h
rf.c
rf.h
sw.c
sw.h
table.c
table.h
trx.c rtlwifi: pass struct rtl_stats by reference as it is more efficient 2016-03-07 14:25:00 +02:00
trx.h rtlwifi: pass struct rtl_stats by reference as it is more efficient 2016-03-07 14:25:00 +02:00