2018-06-22 18:03:02 +00:00
|
|
|
|
|
|
|
kimocoder's changelog (goes beyond the Realtek changelog)
|
|
|
|
----------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
TODO:
|
|
|
|
- Enable TX queue in monitor mode
|
|
|
|
- Place signal quality and per antenna rssi into radiotap header
|
|
|
|
- Calculate signal quality in the monitor mode
|
|
|
|
- Add channels 151 and 153
|
|
|
|
- Unmask all available channels
|
|
|
|
- Disable power saving mode
|
|
|
|
- Switch channels to 80 MHz widt in monitor mode
|
|
|
|
- Enable channel 14 and 80 MHz width in the regdom
|
|
|
|
- Switch channel in monitor mode
|
|
|
|
- Fix error switching to 80MHz channels under certain conditions
|
|
|
|
- Use configured driver name
|
|
|
|
- Disable driver debug output by default
|
|
|
|
- Fix is_compat_task() issue
|
|
|
|
- Use in_compat_syscall() instead of is_compat_task() if available
|
|
|
|
- Add support mode more adapters
|
2018-06-22 19:43:50 +00:00
|
|
|
- Add a more informational README
|
2018-06-22 18:03:02 +00:00
|
|
|
|
|
|
|
+++ And propably alot more. We'll see.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[2018.06.22]
|
|
|
|
- Enabled monitor mode
|
|
|
|
- Parse radiotap headers for proper frame injection
|
|
|
|
- RadioTap iterator from kernel 4.9 was added due to VHT field bug in kernels before 4.6
|
2018-06-22 21:06:03 +00:00
|
|
|
- Disabled DFS
|
|
|
|
- Enable DBG_TX_POWER_IDX and DBG_PG_TXPWR_READ, added extra logging for these
|
|
|
|
- Disabled AP mode channel switching due to DFS checks
|
2018-06-22 19:43:50 +00:00
|
|
|
- Tweaked & optimized Makefile to compile with all cores available. Decreasing the compile time.
|
2018-06-22 21:06:03 +00:00
|
|
|
- Added switch to turn ON/OFF regdomain settings (Makefile)
|
|
|
|
- Added ODROID-C2 support
|
|
|
|
- Added 2 more VID/PID's
|
2018-06-22 19:43:50 +00:00
|
|
|
- Fixed dkms.conf and added dkms-install.sh and dkms-remove.sh
|
|
|
|
- Cleaned up some files & execution permissions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|