Skip to content

proc_create_data takes "proc_ops" and not "file_operations" now#109

Open
jeffsauer wants to merge 1311 commits intoastsam:masterfrom
aircrack-ng:v5.6.4.2
Open

proc_create_data takes "proc_ops" and not "file_operations" now#109
jeffsauer wants to merge 1311 commits intoastsam:masterfrom
aircrack-ng:v5.6.4.2

Conversation

@jeffsauer
Copy link

As of linux kernel 5.6, driver would no longer compile when installing with dkms. Single file change, rtw_proc.c, updating "file_operations" to "proc_ops" fixed.
rtw_proc.zip

kimocoder and others added 29 commits May 9, 2020 11:13
Bugfix: Phy cannot be moved into another namespace
Add support for Hawking HW17ACU (RTL8814AU)

Signed-off-by: Jeff Collins <jeffcollins9292@gmail.com>
Fix kernel hang with active keepalive disabled
Add support for Hawking HW17ACU
The sequence number of inject frames was being overwritten. This prevents
certain older attacks against WEP fragmentation older TKIP attacks. Fix
this by tracking if a frames was injected in monitor mode, and if so, do
not overwrite its sequence number.

The patch also adds a module parameter to revert this behaviour if needed.
By setting rtw_monitor_overwrite_seqnum to 1, sequence numbers will again
be set by the driver/device. This may by useful if user-space relied on
the driver/device to set sequence numbers.

This patch was tested using an Alfa AWUS036ACH.
The reliability of some attacks is increased by letting the device
retransmit injected frames. Since it may not always be desired to
retransmit injected frames, add a module parameter to enable it
manually.

This was tested with an Alfa AWUS036ACH. Even when using a spoofed
sender MAC address, the retransmission behaviour is as expected.
That is, when an ACK frame towards the spoofed MAC address is received,
the retransmission will stop.
rtl8812a: do not overwrite sequence number of injected frames & control retransmission behaviour
Fix compilation error with 5-8-rc1
kimocoder and others added 7 commits February 3, 2025 23:41
Add note about the issues with AC600
Revert "Remove leftovers of Intel WIDI and take a general cleanup"
Added documentation for proxmox build instructions
Added support to build on rocky9.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.