]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
iwlwifi: dvm: fix zero LQ CMD sending avoidance
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 22 May 2013 07:48:10 +0000 (10:48 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Jun 2013 19:53:34 +0000 (12:53 -0700)
commitea5a1a47a540f7a6b97d7bd2619371968566acf0
treebab463727f6d1ab196f5eff69ebdf39c9b9117ed
parentb6b2169ddbc713d6cf12e562b6d991d6d23dc0fa
iwlwifi: dvm: fix zero LQ CMD sending avoidance

commit a87783699b23395c46bbeeb5d28f6db24897bf26 upstream.

In 63b77bf489881747c5118476918cc8c29378ee63

iwlwifi: dvm: don't send zeroed LQ cmd

I tried to avoid to send zeroed LQ cmd, but I made a (very)
stupid mistake in the memcmp.
Since this patch has been ported to stable, the fix should
go to stable too.

This fixes https://bugzilla.kernel.org/show_bug.cgi?id=58341

Reported-by: Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/wireless/iwlwifi/dvm/sta.c