> 
> On 05/19/2014 10:21 PM, Emmanuel Grumbach wrote:
> > From: Emmanuel Grumbach <emmanuel.grumb...@intel.com>
> >
> > This feature has been causing trouble - disable it for now.
> > Fixes are available, but they are too big to be backported.
> 
> Just to make sure, 3.12 does not need this, right?

Yes - 3.12 won't load the firmware that provides the feature, so it'll be 
disabled anyway.

> 
> > Signed-off-by: Emmanuel Grumbach <emmanuel.grumb...@intel.com>
> > ---
> >  drivers/net/wireless/iwlwifi/mvm/mac80211.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/net/wireless/iwlwifi/mvm/mac80211.c
> b/drivers/net/wireless/iwlwifi/mvm/mac80211.c
> > index cd6ea2e..17c097d 100644
> > --- a/drivers/net/wireless/iwlwifi/mvm/mac80211.c
> > +++ b/drivers/net/wireless/iwlwifi/mvm/mac80211.c
> > @@ -619,7 +619,7 @@ static int iwl_mvm_mac_add_interface(struct
> ieee80211_hw *hw,
> >     if (ret)
> >             goto out_remove_mac;
> >
> > -   if (!mvm->bf_allowed_vif &&
> > +   if (!mvm->bf_allowed_vif && false &&
> >         vif->type == NL80211_IFTYPE_STATION && !vif->p2p &&
> >         mvm->fw->ucode_capa.flags &
> IWL_UCODE_TLV_FLAGS_BF_UPDATED){
> >             mvm->bf_allowed_vif = mvmvif;
> >
> 
> thanks,
> --
> js
> suse labs
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to