Skip to content

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

Open
jeffsauer wants to merge 1313 commits into
astsam:masterfrom
aircrack-ng:v5.6.4.2
Open

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

Conversation

@jeffsauer

Copy link
Copy Markdown

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

llccd and others added 29 commits May 20, 2020 15:19
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
rpardini and others added 4 commits March 25, 2025 07:59
With kernel 6.19 and CONFIG_X86_KERNEL_IBT or CONFIG_KLP_BUILD enabled,
objtool runs on the linked module object (delayed objtool via --link).
The module Makefile passes --strip-all to ld -r, which strips local
function symbols. Without these symbols, objtool cannot determine
function boundaries and reports errors like:

  88XXau.o: warning: objtool: rtw_mp_cmd+0xf8: unannotated intra-function call

Replace --strip-all with --strip-debug to preserve function symbols
while still stripping debug information, allowing objtool to properly
validate the linked module object.

Signed-off-by: Christian Stewart <christian@aperture.us>
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.