aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/460-oper_state_fix.patch
Commit message (Collapse)AuthorAgeFilesLines
* hostapd: update to 20101109, reorganize patchesFelix Fietkau2010-11-091-25/+0
| | | | SVN-Revision: 23932
* hostapd: move the madwifi segfault fix to the right placeFelix Fietkau2010-10-311-22/+0
| | | | SVN-Revision: 23738
* package/hostapd: fix crash in atheros driver (#8143) ↵Jo-Philipp Wich2010-10-291-0/+22
| | | | | | 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
* hostapd: backport a fix for setting the IFF_RUNNING flag on AP mode interfacesFelix Fietkau2010-10-261-0/+25
SVN-Revision: 23641