mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
staging: r8188eu: don't call empty DoReserved function
Replace the DoReserved function pointer with NULL in mlme_sta_tbl. We can skip the function call for reserved subtypes. Signed-off-by: Martin Kaiser <martin@kaiser.cx> Link: https://lore.kernel.org/r/20220417102221.466524-6-martin@kaiser.cx Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9e9bbd6ffd
commit
7d0b25d7fb
|
|
@ -22,8 +22,8 @@ static mlme_handler mlme_sta_tbl[] = {
|
|||
OnAssocRsp,
|
||||
OnProbeReq,
|
||||
OnProbeRsp,
|
||||
DoReserved,
|
||||
DoReserved,
|
||||
NULL,
|
||||
NULL,
|
||||
OnBeacon,
|
||||
OnAtim,
|
||||
OnDisassoc,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user