]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8712: Fix IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK
authorPascal Terjan <pterjan@google.com>
Sat, 23 May 2020 21:12:47 +0000 (22:12 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 May 2020 08:16:33 +0000 (10:16 +0200)
commit7c8092c50051abc0fac59d7b7243f27adfee73ec
tree7a34e0ac2b46577b52392765b30db2be88bb6d36
parent50cbdc35e01cd603bbf9ed5a830531c047331e0e
staging: rtl8712: Fix IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK

The value in shared headers was fixed 9 years ago in commit 29a2bb48d77d
("ieee80211: correct IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK macro") and
while looking at using shared headers for other duplicated constants
I noticed this driver uses the old value.

The macros are also defined twice in this file so I am deleting the
second definition.

Signed-off-by: Pascal Terjan <pterjan@google.com>
Cc: stable <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20200523211247.23262-1-pterjan@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/wifi.h