mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 00:47:56 -04:00
staging: rtl8192e: Remove variable ForcedAMSDUMode
ForcedAMSDUMode is set to 1 and then never evaluated. Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/ae8ea27e2c3708754b798f09ba43ed50a24b8a55.1702212003.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7419f917d3
commit
b1691deaec
@@ -115,7 +115,6 @@ struct rt_hi_throughput {
|
||||
u8 current_mpdu_density;
|
||||
u8 forced_ampdu_factor;
|
||||
u8 forced_mpdu_density;
|
||||
enum ht_aggre_mode ForcedAMSDUMode;
|
||||
u8 forced_short_gi;
|
||||
u8 current_op_mode;
|
||||
u8 self_mimo_ps;
|
||||
|
||||
@@ -513,7 +513,6 @@ void HTOnAssocRsp(struct rtllib_device *ieee)
|
||||
pPeerHTCap->MPDUDensity);
|
||||
if (ht_info->iot_action & HT_IOT_ACT_TX_USE_AMSDU_8K) {
|
||||
ht_info->current_ampdu_enable = false;
|
||||
ht_info->ForcedAMSDUMode = HT_AGG_FORCE_ENABLE;
|
||||
}
|
||||
ht_info->cur_rx_reorder_enable = ht_info->reg_rx_reorder_enable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user