On Thursday 12 March 2009 11:15:56 Johannes Berg wrote: > /* receiver and we are QoS enabled, use a QoS type frame */ > - if (sta_flags & WLAN_STA_WME && > - ieee80211_num_regular_queues(&local->hw) >= 4) { > + if (sta_flags & WLAN_STA_WME && local->hw.queues >= 4) { Could we add a few parenthesis while we're at it? The code is correct, but it took me some time to realize that. ;) -- Greetings, Michael. -- 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