Commit Graph

172 Commits

Author SHA1 Message Date
Rin Cat (鈴猫)
25f590647b
Fix potential overflow in ioctl_mp.c 2022-10-03 23:00:32 -04:00
Rin Cat (鈴猫)
bfcf676947
Linux 6.0 compat: MLO 2022-09-12 05:53:42 -04:00
Rin Cat (鈴猫)
624f131210
Merge pull request #153 from eyal0/implicit-fallthrough
Add implicit-fallthrough flag to Makefile in comment.
2022-08-23 17:55:09 -04:00
Rin Cat (鈴猫)
1b4dc32eae
Merge pull request #152 from eyal0/Makefile_whitespace
Fix whitespace in Makefile.
2022-08-23 17:50:36 -04:00
Eyal Soha
b97638be68 Add implicit-fallthrough flag to Makefile in comment.
This flag prevents many warnings by allowing the compiler to recognize
the "fall through" comments.
2022-08-23 10:58:34 -06:00
Eyal Soha
55109d39ea Fix whitespace in Makefile.
The emacs syntax checker is complaining.
2022-08-23 10:53:43 -06:00
Rin Cat (鈴猫)
3d25a90142
Linux 5.19.2compat: MLO link 2022-08-18 12:28:22 -04:00
Rin Cat (鈴猫)
d4cb42121e
Support Linux 5.19 2022-08-01 18:06:29 -04:00
Rin Cat (鈴猫)
cd2a6b3f65
Support D-Link DWA-T185 2022-07-30 12:23:27 -04:00
Rin Cat (鈴猫)
998300820c
Add 5.18+ and RTW88 notice. 2022-05-29 16:45:52 -04:00
Rin Cat (鈴猫)
40fef7d22c
Support Linux 5.18 2022-05-23 08:02:51 -04:00
Rin Cat (鈴猫)
cc3759235e
Merge pull request #137 from yshalsager/patch-1
README: Add DWA-185 to supported devices
2022-05-15 18:19:05 -04:00
Youssif Shaaban Alsager
789d1d598e
README: Add DWA-185 to supported devices
Working out of the box without need to change anything.

lsusb: `Bus 001 Device 006: ID 0bda:b812 Realtek Semiconductor Corp. RTL88x2bu [AC1200 Techkey]`

Tested on `Linux 5.17.1-3-MANJARO #1 SMP PREEMPT Thu Mar 31 12:27:24 UTC 2022 x86_64 GNU/Linux`
2022-05-15 11:07:21 +02:00
Rin Cat (鈴猫)
a3073c7a25
Add support DWA-183 D ver 2022-05-06 22:30:48 -04:00
Rin Cat (鈴猫)
a543f246e3
Linux 5.15 compat: use dev_addr_set 2022-03-02 20:14:08 -05:00
Rin Cat (鈴猫)
5f6ef2ff4f
Linux 5.17 compat: tasklet_init 2022-03-02 20:13:49 -05:00
Rin Cat (鈴猫)
aacd0d5c37
Merge pull request #127 from weimzh/master
Linux 5.17
2022-03-01 00:56:43 -05:00
Wei Mingzhi
ac5758c404 Linux 5.17 2022-02-27 17:54:15 +08:00
Rin Cat (鈴猫)
fde349936e
Linux 5.16 2022-01-23 15:00:27 -05:00
Rin Cat (鈴猫)
aea996cd3d
Merge pull request #119 from graves501/patch-1
Fix typo in README.md
2021-12-30 12:38:14 -05:00
graves501
41a760bb36
Fix typo in README.md
Thanks for maintaining these drivers! Very much appreciated - I use the drivers for the TP-Link T3U/T3U Plus :)
2021-12-30 18:36:18 +01:00
Rin Cat (鈴猫)
8980ce23d7
Merge pull request #117 from stheid/patch-1
Update README.md
2021-12-26 10:13:52 -05:00
Stefan Heid
58a7b87e4d
Update README.md
Added Asus AC53 Nano
Changed layout of the support list to group them by manufacturer
2021-12-26 15:59:05 +01:00
Rin Cat (鈴猫)
7f96b19b07
Fix: misaligned 2021-12-04 09:26:23 -05:00
Rin Cat (鈴猫)
96d6ad675a
Disable build time for reproducible builds 2021-12-04 09:18:05 -05:00
Rin Cat (鈴猫)
e626c1476c
Update USB IDs 2021-12-04 09:13:33 -05:00
Rin Cat
c418a9ff28
Support NETNS 2021-12-04 09:09:59 -05:00
j4munoz
a253ec4c6c
Add injection support
Added injection support based on rtl8188eus driver modification
for aircrack-ng from rofl0r:

aircrack-ng/rtl8188eus@e48f669

Changes to be committed:
	modified:   core/rtw_xmit.c
	modified:   include/drv_conf.h
2021-12-04 09:06:16 -05:00
Rin Cat
1dad7c3b66
Support iw reg set 2021-12-04 09:05:10 -05:00
Rin Cat (鈴猫)
14b0ec64b5
Update Makefile 2021-12-04 09:03:02 -05:00
Rin Cat
5477c101a6
Fix include path 2021-12-04 09:00:17 -05:00
Rin Cat (鈴猫)
d2da59149e
Fix: misaligned line 2021-12-04 08:46:54 -05:00
Rin Cat (鈴猫)
768aded0a1
Fix: wrong control code 2021-12-04 08:46:16 -05:00
Rin Cat (鈴猫)
12d7f3bacd
Fix: logical error 2021-12-04 08:45:40 -05:00
Rin Cat (鈴猫)
96ec215d23
Fix: extraneous parentheses 2021-12-04 08:45:14 -05:00
Rin Cat (鈴猫)
16223935bb
Fix: variables uninitialized 2021-12-04 08:44:06 -05:00
Rin Cat
f3f32eb5f7
Linux 5.12 compat: GRO_DROP 2021-12-04 08:10:10 -05:00
Rin Cat (鈴猫)
f4d598d634
Drop IPX and Apple Talk support for 5.15 2021-12-04 08:03:57 -05:00
Rin Cat (鈴猫)
c0e109d401
Update to 5.13.1 from upstream 2021-12-04 07:42:09 -05:00
Rin Cat (鈴猫)
aab1daf818
Support linux 5.15 2021-11-02 19:20:23 -04:00
Rin Cat (鈴猫)
5121902227
armv7l to arm 2021-10-20 03:44:49 -04:00
Rin Cat (鈴猫)
c1f3695673
Add support ZYXEL NWD6602 2021-10-14 17:42:35 -04:00
Rin Cat (鈴猫)
209172c43c
Drop IPX and Apple Talk support for 5.15 2021-10-12 15:06:02 -04:00
Rin Cat (鈴猫)
15c214d798
Disable build time for reproducible builds 2021-09-01 08:39:50 -04:00
Rin Cat (鈴猫)
cd3c997536
Support 5.14 2021-09-01 07:11:13 -04:00
Rin Cat (鈴猫)
3663366473
Support ASUS USB-AC58 2021-08-28 06:51:42 -04:00
Rin Cat (鈴猫)
c266a02885
Merge pull request #99 from vinifmor/master
README: teaching how to force a given USB mode permanently
2021-08-09 16:25:43 -04:00
Vinicius Moreira
adc3c7df2e README: teaching how to force a given USB mode permanently 2021-08-09 10:56:32 -03:00
Rin Cat (鈴猫)
7391e2640d
Add support EW-7822UAD 2021-07-20 11:38:57 -04:00
Rin Cat
26679bf5ec
Remove always false expression 2021-07-15 02:42:45 -04:00