mirror of
https://github.com/cilynx/rtl88x2bu
synced 2025-08-21 17:48:12 +00:00
The driver is added as its downloaded from DLINK's website. Only erroneous whitespace was removed to reduce so far.
8 lines
90 B
Bash
8 lines
90 B
Bash
#!/bin/bash
|
|
rmmod 8822be
|
|
rmmod 88x2be
|
|
rmmod 8822bs
|
|
rmmod 88x2bs
|
|
rmmod 8822bu
|
|
rmmod 88x2bu
|