This website requires JavaScript.
Explore
Help
Sign In
Resneptacle
/
openwrt-cghmn-mt300n
Watch
1
Star
0
Fork
0
You've already forked openwrt-cghmn-mt300n
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
15,908
Commits
9
Branches
79
Tags
Commit Graph
2 Commits
Author
SHA1
Message
Date
Jo-Philipp Wich
434c8dbf33
package/hostapd: fix crash in atheros driver (
#8143
) hapd->driver->set_operstate may happen when the drv_priv data is not initialized yet, this leads to a null pointer deref in the atheros driver. Protect the operstate call with a check for hapd->drv_priv.
...
SVN-Revision: 23715
2010-10-29 21:25:39 +00:00
Felix Fietkau
e9378aa3cd
hostapd: backport a fix for setting the IFF_RUNNING flag on AP mode interfaces
...
SVN-Revision: 23641
2010-10-26 13:47:12 +00:00