]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: disable greenfield transmissions as a workaround
authorBeni Lev <beni.lev@intel.com>
Tue, 19 Feb 2013 12:40:11 +0000 (14:40 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 6 Mar 2013 15:47:03 +0000 (16:47 +0100)
commitd9a31c58241f1db034fc05d6a097f16e8a7036de
tree7daee37fe515dc4edcb9b5823efe54dafd25e45f
parent9834045740c61a9ce5046d6131781efb993e1af9
iwlwifi: disable greenfield transmissions as a workaround

There's a bug that causes the rate scaling to get stuck
when it has to use single-stream rates with a peer that
can do GF and SGI; the two are incompatible so we can't
use them together, but that causes the algorithm to not
work at all, it always rejects updates.

Disable greenfield for now to prevent that problem. The
MVM driver currently only works on devices that don't
support greenfield anyway, but better be safe and not
allow us to forget about this.

Signed-off-by: Beni Lev <beni.lev@intel.com>
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/iwlwifi/mvm/rs.c