proc_create_data takes "proc_ops" and not "file_operations" now#109
Open
jeffsauer wants to merge 1311 commits intoastsam:masterfrom
Open
proc_create_data takes "proc_ops" and not "file_operations" now#109jeffsauer wants to merge 1311 commits intoastsam:masterfrom
jeffsauer wants to merge 1311 commits intoastsam:masterfrom
Conversation
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 travis build
Remove EOL kernel
Fix compilation error with 5-8-rc1
Update for kernel 6.8
Fix change_beacon for kernel 6.7
Update Makefile to error on incompatible-pointer-types
support for kernel 6.9
Update ioctl_cfg80211.c
This reverts commit c7f8f6e. This commit is reverted because it introduces such issues as monitor stops working. Before the issue is solved, we should keep the code on main branch work
TRECHINA-HanGuowei
approved these changes
Nov 20, 2024
fix build for kernel v6.13
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
Silent-Killer237
approved these changes
Mar 2, 2025
fix build for kernel 6.14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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