On Sat, Aug 09, 2008 at 07:20:47PM -0500, Larry Finger wrote: > From: Christian Lamparter <chunkeey@xxxxxx> > > This patch fixes the regression due to commit b19fa1f. In addition, > the old logic always tx'ed cts frames (if enabled) with a > short preamble when [rate > 3]. (i.e. with any 802.11g rate). > Of course this isn't that bad, but it's still wrong! > - if (info->flags & IEEE80211_TX_CTL_USE_RTS_CTS) > + cts_rate |= 0x10; > + } if (info->flags & IEEE80211_TX_CTL_USE_RTS_CTS) { Style whoops...I'll correct it locally... -- John W. Linville linville@xxxxxxxxxxxxx -- 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