On Tue, Nov 20, 2012 at 1:42 PM, Johannes Berg <johannes@xxxxxxxxxxxxxxxx> wrote: > On Mon, 2012-11-19 at 18:39 +0200, Eliad Peller wrote: > >> +static int wlcore_op_add_chanctx(struct ieee80211_hw *hw, >> + struct ieee80211_chanctx_conf *ctx) >> +{ >> + wl1271_debug(DEBUG_MAC80211, "mac80211 add chanctx %d (type %d)", >> + ieee80211_frequency_to_channel(ctx->channel->center_freq), >> + ctx->channel_type); > > Ok so I just realized there's another small issue with this patch/these > patches -- my VHT changes, which I'm planning to merge soon, will change > the chanctx_conf structure contents, which might then be tricky with git > tree handling? > > I'm not too worried about that, but might be something to keep in mind. > Right now my changes are easy because they only affect hwsim as the only > driver using channel contexts. > yeah, we don't do anything fancy with the chanctx, so i guess the merge should be fairly easy. thanks for the heads up. we'll keep it in mind. Eliad. -- 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