linux_dsm_epyc7002/drivers/net/wireless/realtek
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
..
rtl8xxxu Merge 'net-next/master' 2016-03-06 14:57:44 +02:00
rtl818x
rtlwifi rtlwifi: pass struct rtl_stats by reference as it is more efficient 2016-03-07 14:25:00 +02:00
Kconfig realtek: create separate Kconfig file 2015-11-18 14:28:31 +02:00
Makefile