> + if (local->hw.conf.channel->band == IEEE80211_BAND_2GHZ && > + have_higher_than_11mbit) > + sdata->flags |= IEEE80211_SDATA_OPERATING_GMODE; I don't know what CodingStyle says, but I very much prefer if (local->hw..... && have_higher_than_11mbit) sdata->flags |= ... since that visually puts the continuation of the condition together with the start of it. Mind changing that? johannes
Attachment:
signature.asc
Description: This is a digitally signed message part