https://github.com/timofurrer/broadcom-wl-monitormode
This is a source mirror for the broadcom wl driver version 6.30.223.141 with fixed monitor mode
https://github.com/timofurrer/broadcom-wl-monitormode
Last synced: 5 months ago
JSON representation
This is a source mirror for the broadcom wl driver version 6.30.223.141 with fixed monitor mode
- Host: GitHub
- URL: https://github.com/timofurrer/broadcom-wl-monitormode
- Owner: timofurrer
- Created: 2014-05-10T12:23:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-10T12:25:20.000Z (over 11 years ago)
- Last Synced: 2025-04-07T17:21:08.410Z (9 months ago)
- Language: C
- Size: 1.8 MB
- Stars: 4
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# broadcom wl driver with fixed monitor mode support
> This is a source mirror for the broadcom wl driver version 6.30.223.141 with fixed monitor mode
***
**Author:** Timo Furrer
## Installation
1. Compile kernel module:
```bash
make
```
2. Testing driver
```bash
insmod ./wl.ko
```
*Note: you may have to unload the currently loaded wl driver with `rmmod wl`.*
3. Enable monitor mode
```bash
bash -c "echo 1 > /proc/brcm_monitor0"
```
Now you should have an interface called `prism0` in monitor mode.