On Wed, 2011-03-02 at 10:20 +0100, Helmut Schaa wrote: > > static bool rs_use_green(struct ieee80211_sta *sta) > > { > > struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; > > struct iwl_rxon_context *ctx = sta_priv->common.ctx; > > > > return (sta->ht_cap.cap & IEEE80211_HT_CAP_GRN_FLD) && > > !(ctx->ht.non_gf_sta_present); > > } > > Hmm, that looks a bit fishy as well. iwlagn should be allowed to use GF > in that case, it just needs to protect it. Right. That looks like it'd be a bit more tricky, and I don't think I care right now. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html