On 11/20/07, Ron Rindjunsky <ron.rindjunsky@xxxxxxxxx> wrote: > This patch restructures the Rx handlers chain by incorporating previously > handlers ieee80211_rx_h_802_1x_pae and ieee80211_rx_h_drop_unencrypted > into ieee80211_rx_h_data, already in 802.3 form. this scheme follows more > precisely after the IEEE802.11 data plane archituecture, and will prevent > code duplication to IEEE8021.11n A-MSDU handler. Sorry for the slip, I will issue the *correct* patch :) > - (rx->sdata->eapol == 0 || !ieee80211_is_eapol(rx->skb)))) { > + (rx->sdata->eapol || - 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