kimocoder
5484970659
Fix some compiler errors
2020-03-08 19:53:37 +01:00
kimocoder
19398a4630
Add kernel v5.6 support
2020-03-08 06:16:31 +00:00
Christian Bremvåg
1bf08b78b1
Update wifi_regd.c
2020-03-08 05:12:54 +01:00
Christian Bremvåg
482064bbd9
Merge pull request #561 from yshui/v5.6.4.2
...
Makefile: keep the old driver name
2020-03-08 04:30:48 +01:00
kimocoder
85f47a6c3a
remove some testchip macros
2020-03-08 00:16:05 +00:00
kimocoder
da4b1aef7a
remove testchip support
2020-03-08 00:10:02 +00:00
kimocoder
86d2fd5519
remove unused PWR LIMITs
2020-03-07 23:41:52 +00:00
kimocoder
bc8c3071c0
mark unused PWR LIMITs
2020-03-07 23:31:07 +00:00
kimocoder
479a4cb546
remove unused PGs
2020-03-07 23:28:00 +00:00
kimocoder
24ba6068a9
mark unused PGs hidden
2020-03-07 23:15:49 +00:00
kimocoder
39e9af79d8
remove USB_PACKET_OFFSET_SZ
2020-03-07 23:01:53 +00:00
kimocoder
ea9aade289
remove rtw_cfgvendor support
2020-03-07 22:56:09 +00:00
Yuxuan Shui
f5ae110db4
Makefile: keep the old driver name
...
A bug exists in this driver that deadlocks the kernel when a net interface
managed by this driver is deleted. iwd uses the driver name
(specifically, if the driver name is "rtl88*") to figure out if it needs
to enable a workaround for this problem.
Commit fa35b99b42
changed driver name to
"88XXau" for seemingly no reason, causing this driver to be unusable for
a lot of users.
This commit changes the driver name back.
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2020-02-14 16:27:47 +00:00
Christian Bremvåg
945d6ed650
Update .travis.yml
2020-02-04 17:20:31 +01:00
Christian Bremvåg
1877871420
Merge pull request #554 from justinvforvendetta/v5.6.4.2
...
less chars
2020-02-04 12:54:39 +01:00
sunerok
d24d7a74ee
less chars
...
shorten lib install
2020-02-03 13:59:13 -05:00
kimocoder
7240269e29
Minor cleanup. Finish merging code, for now.
2020-02-01 10:15:59 +01:00
kimocoder
e68310ce0d
Use for RTL8814A chip (AWWD-165)
2020-02-01 09:55:13 +01:00
kimocoder
4a9bfab398
Silence the #pragma CLANG fixes (Android)
2020-02-01 09:34:33 +01:00
kimocoder
a1e42b5518
phydm_ccx: Fix implicit enum conversion
2020-02-01 09:29:07 +01:00
kimocoder
62b8b0fc70
Makefile: Ignore more non-critical warnings
2020-02-01 09:28:21 +01:00
kimocoder
c1b3600035
rtl8812a_phycfg: Workaround for clang bug 42576
2020-02-01 09:27:35 +01:00
kimocoder
ffd45bc496
phydm_math_lib: Remove useless assignment
2020-02-01 09:26:25 +01:00
kimocoder
6059390bcf
hal_led: Explicitly convert RTW_LED_OFF to enum type LED_CTL_MODE
2020-02-01 09:25:43 +01:00
kimocoder
6ac6fc9530
rtw_cfgvendor: GFP_ATOMIC and GFP_KERNEL are of type u32
2020-02-01 09:24:50 +01:00
kimocoder
b3a4fa0b1b
rtw_android: get_country_code needs additional flags parameter
2020-02-01 09:24:11 +01:00
kimocoder
0d2331d052
Fix wrong header guards + Added Android ARM64 platform
2020-02-01 09:21:48 +01:00
kimocoder
856e392531
Some tweaks around the code
2020-02-01 09:04:01 +01:00
kimocoder
ec5a9c73e2
Some allround tweaks + removed a debug warning
2020-02-01 07:46:42 +01:00
kimocoder
038f1ea370
Minor cleanup/fix for kernel v4.20 support (get_monotonic_boottime)
2020-02-01 07:34:27 +01:00
kimocoder
87ee8a2f44
Minor fix to kernel v4.19 support (IEEE80211_MAX_AMPDU_BUF_HT)
2020-02-01 07:29:23 +01:00
kimocoder
1a9bc08949
Support in-tree compilation
2020-02-01 07:26:27 +01:00
kimocoder
4b7b6ad3de
Turn of AUTOSUSPEND
2020-02-01 07:22:29 +01:00
kimocoder
653b77ac20
Add a simple check to prevent kernel panics from nullptr dereferences
2020-02-01 07:21:46 +01:00
kimocoder
658d3a5168
Report correct band in RX radiotap
2020-02-01 07:17:49 +01:00
kimocoder
19890f07a4
Restore 1mbps by default
2020-02-01 07:13:55 +01:00
kimocoder
2d29bdded9
Add xmit alloc retry
2020-02-01 07:06:42 +01:00
kimocoder
4a6960b2ad
Minor fix for 8814au BEAMFORMING + retry limit
2020-02-01 06:19:18 +01:00
Christian Bremvåg
e65fc45229
Update .travis.yml
2020-01-31 16:43:43 +01:00
kimocoder
b8e766fb15
Remove more compiler silencers
2020-01-25 04:16:38 +01:00
Christian Bremvåg
5052cb716d
Merge pull request #543 from gh2o/patch-1
...
Avoid dereference of uninitialized pointer in rtw_ndev_notifier_call()
2020-01-25 02:08:27 +01:00
Gavin Li
f5a29914e7
Avoid dereference of uninitialized pointer in rtw_ndev_notifier_call()
...
This should fix some of the crashes.
2020-01-24 16:32:51 -08:00
Christian Bremvåg
7ea21010ec
Update .travis.yml
2020-01-24 20:14:06 +01:00
kimocoder
f9291c2bd4
More compiler silence removed. Issued should be fixed, not silenced.
2020-01-20 21:44:46 +01:00
kimocoder
8e7af3ce26
Removed some compiler 'silencers'
2020-01-20 21:31:43 +01:00
kimocoder
d7fe9809f4
Better handling of 'fallthrough's
2020-01-20 08:03:10 +01:00
kimocoder
428454364a
Add support for kernel v5.4
2020-01-20 08:00:34 +01:00
Christian Bremvåg
94eb1ba161
Update .travis.yml
2020-01-20 05:58:30 +01:00
Christian Bremvåg
d523a0ea13
Update .travis.yml
2020-01-16 11:03:57 +01:00
kimocoder
34258e769f
Fix: pcap_activate status -8 and pcap_activate status -1
2020-01-11 20:30:27 +01:00