- Avoid possible use of uninitialized variable; noticed by jsg@
authorkevlo <kevlo@openbsd.org>
Sat, 1 Jul 2017 15:56:11 +0000 (15:56 +0000)
committerkevlo <kevlo@openbsd.org>
Sat, 1 Jul 2017 15:56:11 +0000 (15:56 +0000)
commit5fb81a6c80e404d315fc8edb366d649bb663fd78
treeffb0ec89e9123dabd76f5ea2f534f54def2b1509
parenta86afe1b9ffc646f5490ddc208710cb430fb14b0
- Avoid possible use of uninitialized variable; noticed by jsg@
- Only set value in R92C_FAST_EDCA_CTRL register if the device is
  combo WiFi/Bluetooth; confirmed by Yan-Hsuan Chuan from Realtek
- There's no need to set the default value for the R92C_PIFS since
  default value is 0x1c; confirmed by Yan-Hsuan Chuan from Realtek
- Disable usb Rx aggregation mode for rtl8188cu/rtl8192cu;
  vendor drivers use DMA Rx aggregation mode for rtl8188cu/rtl8192cu/rtl8188eu
  and use USB Rx aggregation mode for later chipsets.

Tested by stsp and me.

ok stsp@
sys/dev/ic/r92creg.h
sys/dev/ic/rtwn.c