Commit Graph

35 Commits (master)

Author SHA1 Message Date
Harald Wolff 5fc9b71a49 CHange default build target to ARM/Raspberry 2018-03-05 11:23:42 +00:00
Harald Wolff 3ce2d45655 another vfs_read(...) fix 2018-03-05 11:23:13 +00:00
Harald Wolff 559c2fbdbc Extended .gitignore 2018-03-05 11:22:47 +00:00
gordboy ef9dff43b2 Made another vfs_read fix, hopefully this issue is gone now 2018-03-01 12:05:03 +00:00
Fomalhaut Weisszwerg 92b91ec863 Update: readme.
Now supports "Linksys WUSB6400M AC1200 MU-MIMO USB Wi-Fi Adapter".
2018-01-09 12:18:21 +09:00
Fomalhaut Weisszwerg 0fd609023a
Merge pull request #9 from yujinshin90/master
Linksys WUSB6400M added
2018-01-09 11:50:13 +09:00
Yujin bb41c0ae38 Linksys WUSB6400M added 2018-01-08 11:25:51 -06:00
Fomalhaut Weisszwerg f6390dd072 Add: the USB device 0bda:b812 support. 2017-12-24 18:49:12 +09:00
Fomalhaut Weisszwerg d093057a03 Add: Realtek USB wireless card that has ID 0bda:b812. 2017-12-24 18:47:55 +09:00
Fomalhaut Weisszwerg 62748fca2a Fix: wrong command in README. 2017-12-20 01:33:02 +09:00
Fomalhaut Weisszwerg 8134e58cfa Update README.txt. 2017-12-18 01:48:17 +09:00
Fomalhaut Weisszwerg 388d210991 Suitable for Linux-4.14. 2017-12-18 01:21:02 +09:00
Fomalhaut Weisszwerg 9293fc4489 Add: license file. 2017-12-18 01:17:52 +09:00
Fomalhaut Weisszwerg 275bd06841 Fix: "__vfs_read" undefined.
Since Linux-4.14, the `__vfs_read()` and `__vfs_write()` have been obsoleted for drivers.
See: bd8df82be6

To avoid to undefined error, use `kernel_read()` and `kernel_write()` instead.
2017-12-18 00:15:59 +09:00
Fomalhaut Weisszwerg adb78fa557 Fix: typo. 2017-11-18 20:26:25 +09:00
Fomalhaut Weisszwerg d25ec2a801 Fix: typo. 2017-11-18 20:24:30 +09:00
Fomalhaut Weisszwerg f238924dc6 Fix: readme. 2017-11-18 02:59:35 +09:00
Fomalhaut Weisszwerg 28b28481ec Merge branch 'develop'
Fix: a warning "'EVM' may be used uninitialized.
Update: readme.
2017-11-18 01:55:27 +09:00
Fomalhaut Weisszwerg 249c3416f8 Update readme. 2017-11-18 01:54:18 +09:00
Fomalhaut Weisszwerg 7ca91baad5 Fix: a warning "‘EVM’ may be used uninitialized". 2017-11-13 22:28:57 +09:00
Fomalhaut Weisszwerg 329e8baaed
Merge pull request #6 from FomalhautWeisszwerg/develop
Adapt to Linux-4.13
2017-11-05 23:57:45 +09:00
Fomalhaut Weisszwerg 186a04aa38 Update readme. 2017-11-05 23:55:00 +09:00
Fomalhaut Weisszwerg 90cc2389e3 Fix: misleading indentation warning. 2017-11-05 22:19:15 +09:00
Fomalhaut Weisszwerg 53fe19cee2 Adapt `struct cfg80211_ops` to Linux kernel [818a986e4ebacea2020622e48c8bc04b7f500d89].
See 818a986e4e
2017-11-05 22:08:50 +09:00
Fomalhaut Weisszwerg b2d79d1610 Adapt `rtw_cfg80211_preinit_wiphy()` to Linux kernel [ca986ad9bcd3893c8b0b4cc2cafcc8cf1554409c]. 2017-11-05 05:44:38 +09:00
Fomalhaut Weisszwerg 49821e5bee Adapt `rtw_cfg80211_add_monitor_if()` to the change of Linux kernel [cf124db566e6b036b8bcbe8decbed740bdfac8c6]. 2017-11-05 02:21:28 +09:00
Fomalhaut Weisszwerg 1cdec984ea Adapt `rtw_cfg80211_indicate_connect()` to Linux kernel [29ce6ecbb83c9185d76e3a7c340c9702d2a54961].
The function `cfg80211_roamed()` and `cfg80211_roamed_bss()` were unified.
See: 29ce6ecbb8 (diff-6788d961d43074bcd7966d231861f6b8)
2017-11-05 01:27:20 +09:00
Fomalhaut Weisszwerg b281b12ffc Fix: implicit declaration of function 'allow_signal'.
'allow_signal' requires explicit including of "linux/sched/signal.h" from Linux 4.11.
2017-08-17 19:46:33 +09:00
Brandon Bailey 0a7aa0f69f Added new ASUS USB device descriptor 2017-06-02 11:29:56 -04:00
Brandon Bailey 3c02cba0b0 Updated Makefile to allow for ARM devices to compile correctly 2017-05-01 14:02:06 -04:00
Brandon Bailey a514fc4ef6 Updated MODULE parameters 2017-04-06 14:50:13 -06:00
Brandon Bailey 84b99f69c2 Corrected missing definitions in Makefile and removed is_compat_task 2017-04-06 14:39:17 -06:00
Brandon Bailey 2a91169c6f Updated README.md 2017-04-05 15:22:39 -06:00
Brandon Bailey 6cf090d6e3 Fixed Makefile ARCH assignment 2017-04-05 14:53:56 -06:00
Brandon Bailey d2b7a5ca91 Initial push of rtl8822bu driver 2017-04-02 12:45:14 -06:00