]> git.baikalelectronics.ru Git - kernel.git/commit
staging: wfx: drop unused argument in wfx_get_prio_queue()
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Wed, 1 Apr 2020 11:03:43 +0000 (13:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Apr 2020 06:55:34 +0000 (08:55 +0200)
commite2a4b5233cf6838aa55e89d684cf44603a3ca497
tree3390993dee38057b59b172d36e193d788021b94f
parentf8ef42353ecc31eccc752974d053310a7eafeb51
staging: wfx: drop unused argument in wfx_get_prio_queue()

The argument "total" is not used anymore since commit d8da3543fdf7
("staging: wfx: simplify handling of IEEE80211_TX_CTL_SEND_AFTER_DTIM").

Fixes: d8da3543fdf7 ("staging: wfx: simplify handling of IEEE80211_TX_CTL_SEND_AFTER_DTIM")
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200401110405.80282-11-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/queue.c