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)
commit6e6cc9f319bf81b292ceb281228ab1d261172cac
tree7daee37fe515dc4edcb9b5823efe54dafd25e45f
parentf4a7dfa3f21afc1b2362f19cebc79d3d7d5a9aee
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
This page took 0.029244 seconds and 5 git commands to generate.