staging: r8188eu: use u8, u16 in issue_action_BA prototype
authorMartin Kaiser <martin@kaiser.cx>
Thu, 2 Jun 2022 19:37:26 +0000 (21:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Jun 2022 06:08:36 +0000 (08:08 +0200)
commit3e763d3dc62697733877ccb2d3c219dfd2404cd9
treeadc702a6e9187a412b9d0382c9dfc247fd5fdf7d
parent979315ccedf45ba5b74313c463f9d94b87411932
staging: r8188eu: use u8, u16 in issue_action_BA prototype

Use u8 and u16 in the issue_action_BA prototype. The code expects these
parameters to be exactly 8 and 16 bits wide.

Tested-by: Pavel Skripkin <paskripkin@gmail.com>
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220602193726.280922-12-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_mlme_ext.c
drivers/staging/r8188eu/include/rtw_mlme_ext.h