diff options
author | Jes Sorensen <Jes.Sorensen@redhat.com> | 2015-02-09 17:52:17 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-06 09:54:23 -0800 |
commit | b1e4d2f623c41bf89a31f18960d11d4b36ce798e (patch) | |
tree | 41e29aba5371b05cffc3df8de5a90bd7dfab4687 /drivers/staging/rtl8723au/include | |
parent | 25094468a195ad02b9d4ebed571c832d8dcce571 (diff) | |
download | linux-b1e4d2f623c41bf89a31f18960d11d4b36ce798e.tar.bz2 |
staging: rtl8723au: rates are always set via the firmware interface
The only case where fw_ractrl = false was when the firmware failed to
load, and in that case we are dead in the water anyway.
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723au/include')
-rw-r--r-- | drivers/staging/rtl8723au/include/rtl8723a_hal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723au/include/rtl8723a_hal.h b/drivers/staging/rtl8723au/include/rtl8723a_hal.h index e14633678b52..5841915d34e1 100644 --- a/drivers/staging/rtl8723au/include/rtl8723a_hal.h +++ b/drivers/staging/rtl8723au/include/rtl8723a_hal.h @@ -348,7 +348,6 @@ struct hal_data_8723a { /* for host message to fw */ u8 LastHMEBoxNum; - u8 fw_ractrl; u8 RegTxPause; /* Beacon function related global variable. */ u8 RegFwHwTxQCtrl; |