aboutsummaryrefslogtreecommitdiffstats
path: root/coalesce.c
Commit message (Collapse)AuthorAgeFilesLines
* iw: fix memory leakYegor Yefremov2014-10-091-1/+3
| | | | | | | Close f, when returning before while loop. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
* iw: correction in coalesce condition display messageAmitkumar Karwar2013-08-091-3/+3
| | | | | | | | | NL80211_COALESCE_CONDITION_MATCH is 0 and NL80211_COALESCE_CONDITION_NO_MATCH is 1. Hence this change is required Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Bing Zhao <bzhao@marvell.com>
* iw: add coalesce supportAmitkumar Karwar2013-07-081-0/+285
User can configure multiple coalesce rules using 'iw coalesce enable <config-file>' command. The setting can be cleared using 'iw coalesce disable' command. 'iw coalesce show' displays current configuration. Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Bing Zhao <bzhao@marvell.com>