On Thu, 2010-11-11 at 21:08 +0200, Jussi Kivilinna wrote: > Quoting "Johannes Berg" <johannes@xxxxxxxxxxxxxxxx>: > > > @@ -1312,6 +1314,7 @@ enum wiphy_flags { > > WIPHY_FLAG_4ADDR_AP = BIT(5), > > WIPHY_FLAG_4ADDR_STATION = BIT(6), > > WIPHY_FLAG_CONTROL_PORT_PROTOCOL = BIT(7), > > + WIPHY_FLAG_IBSS_RSN = BIT(7), > > }; > > This should be BIT(8), right? Crap, yes, of course. I guess this overlapped with the patch that added the control port stuff. Since it's already merged, do you want to send a fixup? 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