]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ath10k: Remove passing unused argument for ath10k_mac_tx
authorMohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>
Tue, 27 Dec 2016 13:32:35 +0000 (19:02 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Fri, 30 Dec 2016 09:16:27 +0000 (11:16 +0200)
commita7773b5db155fb5ccdbd381d778c08bea35dab31
treed9e106751c2eb9bd115be2571bcaae31a9dca632
parentd2e202c06ca42d353d95df12437740921a6d05b5
ath10k: Remove passing unused argument for ath10k_mac_tx

'ath10k_mac_tx' does not seems to use the per station table
entry pointer 'sta' (struct ieee80211_sta), hence remove passing
this unused argument

Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/mac.c