This website requires JavaScript.
Explore
Help
Sign In
EljakimHerrewijnen
/
Openwrt
Watch
1
Star
0
Fork
0
You've already forked Openwrt
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
7de24e0181
Openwrt
/
package
/
hostapd
/
patches
History
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
..
001-nl80211_sync.patch
100-madwifi_fix.patch
110-countrycode.patch
120-compile_fix.patch
130-scan_wait.patch
200-multicall.patch
300-timestamp_check.patch
310-scan_ssid.patch
320-rescan_immediately.patch
330-madwifi_merge.patch
340-roboswitch_fix.patch
350-wds_fix.patch
360-wds_bridge.patch
370-basic_rates.patch
380-ap_isolate.patch
390-nl80211_fixes.patch
400-nl80211_sta_auth.patch
410-no_rfkill.patch
420-stbc_fix_backport.patch
430-supplicant_bridge_fix.patch
440-mbss_reload_fix.patch
450-reload_settings.patch
451-nl80211_del_beacon_bss.patch
452-ctrl_iface_reload.patch
453-ap_sta_support.patch
hostapd: do not restrict ht capabilities for ap+sta
2010-10-27 15:17:09 +00:00
460-oper_state_fix.patch
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.
2010-10-29 21:25:39 +00:00