blob: c74026bb2d8024348ad3a16286152b47a68ce4a7 [file] [log] [blame]
================================
WLAN DHD Driver Release Notes
================================
DHD_REL_1_141_66_4
* Fix Makefile to resolve __DATE__ & __TIME__ macro build error seen on gcc ver 4.9.0.
* Fix kernel WARN message seen during rmmod.
* Linux 4.x kernel support
* Sync Pattern Matching Timeout Filter review changes from master branch, change
WLC_E_PKT_FILTER event code from 154 to 165 and WLC_E_PKT_FILTER_TIMEOUT code from 0 to 1.
DHD_REL_1_141_66_3
* Fix conditional compilation build errors.
DHD_REL_1_141_66_2
* Sync wl tool cmd (Pattern Matching Timeout Filter) updates from firmware to DHD branch.
* Add extended event mask updates to support event numbers greater than 128.
* Sync wl tool cmd (Counters, SR Dump, UC Fatal) updates from firmware to DHD branch.
* Fix for Interrupt Stuck issue seen during suspend/resume.
* Sometimes DHD enters into suspend state when bus is still awake due to absence of
wake locks on Non-Android platforms, so perform bus sleep status check using
bus_sleep event to prevent dhd entering into suspend state when bus is still awake.
DHD_REL_1_141_66_1
* Avoid wowl config on android systems during suspend.
* Add support for configuring cfg80211 wowlan pattern filters through nl80211.
* Fix typo in get ioctl call in wl_cfg80211_update_power_mode(), it should be false.
* Fix to reload DHD driver without the need for reloading the entire sdio stack modules.
* Fix compilation error related to cleanup_work, because it is not present in kernel version 3.11 onwards.
* And add new dhd build targets to Makefile.
* Fix rmmod crash issue seen in wl_free_wdev function.