Changes between Version 23 and Version 24 of wireless/wifi
- Timestamp:
- 04/11/2018 03:17:17 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wireless/wifi
v23 v24 27 27 * 4x4 MU-MIMO 28 28 * single-band: 5 29 * tested on Newport GW630x with 4.14 kernel (required [http://www.candelatech.com/ath10k-10.4.php Candela firmware]) 29 * tested on Newport GW630x with 4.14 kernel: 30 - requires updated [http://www.candelatech.com/downloads/ath10k-9984-10-4/board-2-ct.bin board-2.bin] file from CT in {{{/lib/firmware/ath10k/QCA9984/hw1.0/board-2.bin}}} 30 31 * [https://www.compex.com.sg/wp-content/uploads/2016/12/WLE1216V5-20-v1.3-WH-216_PRELIM.pdf Datasheet] 31 32 * [http://shop.gateworks.com/index.php?route=product/product&path=70_74&product_id=196 MiniPCIe Compex WLE900VX 7AA] - '''Standard Recommended Radio''' … … 640 641 }}} 641 642 642 ==== Alt nerative Firmware instructions ====643 ==== Alternative Firmware instructions ==== 643 644 To select between default and custom firmware you must rename or re-link it using the existing filenames in the driver directory. The driver will not use your custom firmware unless it has a name it's familiar with. This can vary depending on the chipset firmware you are intending to use as well as the BSP 644 645 … … 661 662 662 663 # Drop in Candelatech files 663 mv board-2-ct.bin / usr/lib/firmware/ath10k/QCA9984/hw1.0/board-2.bin664 mv board-2-ct.bin /lib/firmware/ath10k/QCA9984/hw1.0/board-2.bin 664 665 mv firmware-5-ct-full-community.bin /lib/firmware/ath10k/QCA9984/hw1.0/firmware-5.bin 665 666 }}}