staging: rtl8192e: Remove unused variable ht_info->amsdu_support

Remove unused variable ht_info->amsdu_support.

Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/b3ea8ddd16a753d9ee1ee8b99e31e990ce89133b.1702406712.git.philipp.g.hortmann@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Philipp Hortmann 2023-12-13 17:52:21 +01:00 committed by Greg Kroah-Hartman
parent 57125eee5f
commit a78952c055
2 changed files with 0 additions and 3 deletions

View File

@ -101,7 +101,6 @@ struct rt_hi_throughput {
struct ht_capab_ele SelfHTCap;
u8 PeerHTCapBuf[32];
u8 PeerHTInfoBuf[32];
u8 amsdu_support;
u8 ampdu_enable;
u8 current_ampdu_enable;
u8 ampdu_factor;

View File

@ -71,8 +71,6 @@ void ht_update_default_setting(struct rtllib_device *ieee)
{
struct rt_hi_throughput *ht_info = ieee->ht_info;
ht_info->amsdu_support = 0;
ht_info->ampdu_enable = 1;
ht_info->ampdu_factor = 2;
ht_info->mpdu_density = 0;