mirror of
https://github.com/opnsense/src.git
synced 2026-03-27 13:13:13 -04:00
Each of the ath* commands do their own direct socket/ioctl calls, which makes it difficult to forklift upgrade things. So, this is the beginning of abstracting out the stats API calls in the hope that I can migrate things to use a /dev/athX file for ioctls and use a more general interface. Tested: * QCA9565 NIC, STA mode |
||
|---|---|---|
| .. | ||
| ah_osdep.h | ||
| ctrl.c | ||
| ctrl.h | ||
| diag.h | ||
| dumpregs.h | ||
| dumpregs_5210.c | ||
| dumpregs_5211.c | ||
| dumpregs_5212.c | ||
| dumpregs_5416.c | ||