Actions
Feature #9538
closedadd support for athp(4) driver
Start date:
05/19/2019
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Description
It would be great to get the athp driver into a 2.5 snapshot for testing. what we need is kernel with option ALQ and bigger #define FIRMWARE_MAX
https://forum.netgate.com/topic/142991/athp-driver
Updated by Renato Botelho over 5 years ago
- Status changed from New to Feedback
- Assignee set to Renato Botelho
ALQ added to all pfSense kernels
Updated by Steve Wheeler over 5 years ago
athp now loads correctly with the modules present and loader variable set:
[2.5.0-DEVELOPMENT][root@apu.stevew.lan]/root: cat /boot/loader.conf.local if_athp_load="yes"
[2.5.0-DEVELOPMENT][root@apu.stevew.lan]/root: kldstat Id Refs Address Size Name 1 22 0xffffffff80200000 3123108 kernel 2 1 0xffffffff83325000 d42f8 if_athp.ko 3 1 0xffffffff83621000 a45 athp_QCA988X_hw2.0_board.bin.ko 4 1 0xffffffff83622000 3cb9f athp_QCA988X_hw2.0_firmware-5.bin.ko 5 1 0xffffffff8365f000 fe0 cpuctl.ko 6 1 0xffffffff83660000 2678 intpm.ko 7 1 0xffffffff83663000 b10 smbus.ko 8 1 0xffffffff83664000 3110 cryptodev.ko
[2.5.0-DEVELOPMENT][root@apu.stevew.lan]/root: sysctl net.wlan.devices net.wlan.devices: athp1 athp0
The driver is still in active development. ifconfig does not yet support 802.11AC mode.
Tested against: pfSense-2.5.0.a.20190820.1737
Updated by Renato Botelho over 5 years ago
- Status changed from Feedback to Resolved
Actions