On Saturday 25 October 2008 13:21:47 Sebastian Andrzej Siewior wrote: > - fc = *(__le16 *)buffer; > + fc = get_unaligned_le32(buffer); I'd say this semantically changes the code. > need_padding = ieee80211_is_data_qos(fc) ^ ieee80211_has_a4(fc); > > skb = dev_alloc_skb(length + (need_padding ? 2 : 0)); -- 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