1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-04-29 15:19:40 +02:00

194 Commits

Author SHA1 Message Date
Harshavardhana
446ac59e86 Merge pull request #46 from krichter722/vagrant_tests_md5sum
changed simple -e bash test with md5sum validation of kernel .deb pac…
2015-05-08 02:40:04 -07:00
Karl-Philipp Richter
0a1f718158 added fetch.sh 2015-05-08 11:30:03 +02:00
Karl-Philipp Richter
5030184b5e changed simple -e bash test with md5sum validation of kernel .deb packages in vagrant compilation tests 2015-05-08 11:28:19 +02:00
Harshavardhana
2cadedc8d6 Merge pull request #45 from krichter722/vagrant_tests
exposed KVER make option to command line and added vagrant tests for …
2015-05-07 17:50:42 -07:00
Karl-Philipp Richter
c5a73124eb exposed KVER make option to command line and added vagrant tests for Linux 4.0.1 to make check 2015-05-08 01:38:23 +02:00
Harshavardhana
c33c3d4c1e Typo BL->NL for 4.0.0 kernel 2015-05-07 11:31:24 -07:00
Harshavardhana
d5fd80bd70 Support Linux 4.0.0, change enum NL82011 flags to match upstream changes - fixes #41
Also remove garbage characters from all files.
2015-05-06 19:58:26 -07:00
Harshavardhana
2bf19d4fe6 Remove wrong usage of __no_const 2015-05-04 12:10:58 -07:00
Harshavardhana
c87881c85b Add support for TP-Link Archer T4UH AC1200 thanks to @JudgeZarbi - fixes #35 2015-05-04 11:56:23 -07:00
Harshavardhana
9a00b2f73e Ignore build files 2015-05-04 11:54:59 -07:00
Harshavardhana
5cb3f782ea Merge pull request #17 from ITDefence/master
fix for grsecurity kernel
2015-05-04 11:53:35 -07:00
Harshavardhana
a4c6e0c2a8 Merge pull request #27 from andreas-hofmann/master
Fix stacktrace when unplugging wifi dongle
2015-05-04 11:53:12 -07:00
Harshavardhana
8b0baf81bd Merge pull request #31 from vicentllongo/dkms
Add dkms configuration file
2015-05-04 11:51:52 -07:00
Harshavardhana
c23d0ad032 Merge pull request #36 from mpoly/patch-1
Update usb_intf.c
2015-05-04 11:51:14 -07:00
Harshavardhana
614ffdd8f7 Merge pull request #40 from bits3rpent/master
Removed extra cfg80211_rx_mgmt parameter for 3.19 kernel
2015-05-04 11:46:32 -07:00
bits3rpent
8c2a02dcf4 This seems to fix building when DBG = 1 2015-04-30 22:07:01 -04:00
bits3rpent
c588d714a7 Turned power save to off.. thought I did this 2015-04-22 15:33:51 -04:00
bits3rpent
4043e04299 Forgot to delete a line 2015-04-22 14:58:56 -04:00
bits3rpent
5f0cbf9e9d Added some support for devices. 2015-04-22 14:04:43 -04:00
bits3rpent
41e70a32d9 Removed extra cfg80211_rx_mgmt parameter for 3.19 kernel 2015-04-21 14:23:57 -04:00
mpoly
265d1d28b5 Update usb_intf.c
Added support of D-Link DWA-172
2015-04-18 23:01:39 +02:00
Vicent Llongo
707c52d7a0 Add dkms configuration file 2015-02-06 20:41:39 +02:00
Andreas Hofmann
d6d0ba7221 os_dep/linux/ioctl_cfg80211.c: Set iftype to station when allocating wdev
Signed-off-by: Andreas Hofmann <andreas.hofmann@corscience.de>
2014-12-04 10:44:05 +01:00
Andreas Hofmann
3b10010709 os_dep/linux/os_intfs.c: Do not set iftype to monitor when closing dev
Signed-off-by: Andreas Hofmann <andreas.hofmann@corscience.de>
2014-12-04 10:40:54 +01:00
Anand Babu (AB) Periasamy
935057fae7 Merge pull request #21 from archshift/master
Added support for TP-Link Archer T4U AC1200
2014-07-11 01:31:15 -07:00
archshift
8b8a75c9c3 Added support for TP-Link Archer T4U AC1200 2014-07-10 19:29:23 -07:00
Anand Babu (AB) Periasamy
fa67cc9060 Merge pull request #18 from dtamada/master
Added new usb interface (Buffalo WI-U2-433DM)
2014-06-08 23:55:06 -07:00
Daiki Tamada
20d8cc56ac Added new usb interface (Buffalo WI-U2-433DM) 2014-06-09 13:24:20 +09:00
Anton
4465ca773f fix grsecurity issue: assignment of member ‘free_hal_data’ in read-only object 2014-06-01 20:16:43 +08:00
Anand Babu (AB) Periasamy
a32fae1668 Merge pull request #15 from scrivy/master
Added Vendor and Product ID for Edimax EW-7811UTC
2014-05-14 23:46:54 -07:00
scrivy
2fd20ceb44 Added Vendor and Product ID for Edimax EW-7811UTC 2014-05-14 14:30:31 -07:00
Anand Babu (AB) Periasamy
fcc8da8ca0 Merge pull request #9 from Harshavardhana/master
Fix compilation issue for undeclared function during debug mode
2014-03-29 20:31:57 -07:00
Harshavardhana
6dff839cb3 Fix compilation issue for undeclared function during debug mode
`proc_set_btcoex_dbg` is only defined if CONFIG_BT_COEXIST, so move
accordingly.
2014-03-28 22:37:12 -07:00
Anand Babu (AB) Periasamy
a30713dbf0 Merge pull request #5 from v1kko/master
Removed ^M from ioctl_cfg80211.c so now it compiles!
2014-02-24 13:08:24 -08:00
Victor Azizi
df3355186d Removed ^M from ioctl_cfg80211.c so now it compiles!
(Something ****** windows line endings ****)
2014-02-24 22:04:41 +01:00
Anand Babu (AB) Periasamy
1a8dfaae47 Merge pull request #3 from kpanic/netgear-a6100-customer-id
Add Netgear A6100 Customer ID
2014-02-21 09:53:32 -08:00
Marco Milanesi
575c99ff5c Add Netgear A6100 Customer ID 2014-02-20 21:46:06 +01:00
Anand Babu (AB) Periasamy
e4773ef0d9 Merge pull request #2 from wuzzeb/master
Update cfg80211 support to work with kernel up to 3.13.
2014-02-19 14:01:17 -08:00
John Lenz
b22cbdf3b9 Update cfg80211 support to work with kernel up to 3.13. Also enable cfg80211 for AP mode 2014-02-18 15:09:14 -06:00
Anand Babu (AB) Periasamy
f1008f6d87 disable debugging by default 2013-09-04 19:58:27 -07:00
Anand Babu (AB) Periasamy
4c37a90842 linux-3.10.x port 2013-09-04 14:44:30 -07:00
Anand Babu (AB) Periasamy
e9ea00f426 added IDs for Belkin F9L1109, TRENDnet Cameo & Linksys SerComm 2013-09-04 13:52:10 -07:00
Anand Babu (AB) Periasamy
6b9092c4ad initial import of rtl8812AU_8821AU_linux_v4.2.2_7502.20130517 2013-09-04 13:48:15 -07:00
Anand Babu (AB) Periasamy
d18becd73a Initial commit 2013-09-04 13:38:50 -07:00