From: James K. <jke...@li...> - 2005-09-14 01:15:11
|
Michael Wu wrote: >(resend, sent to oss.sgi.com by mistake) > >On Tuesday 13 September 2005 19:36, James Ketrenos wrote: > > >>ieee80211: use endian-aware types >> >>From: Michael Wu <fla...@so...> >> >>This patch: >>- fixes misc. whitespace/comments >>- replaces u16 with __le16/__be16 where appropriate >> >>Signed-off-by: Michael Wu <fla...@so...> >>Signed-off-by: Jiri Benc <jb...@su...> >> >>Signed-off-by: James Ketrenos <jke...@li...> >> >> >> >The original patch already went in, and this patch looks nothing like the one >I sent in. > > This patch series was built on the ieee80211 tree used in the ipw2x00 drivers, which had already incorporated a some endian changes. At the point in that tree that we applied your patch structures had moved, and other structures had come into place that also needed the __le16 transitions. This changes were incoporated at the same time the script laid down this commit message. I apologize for the confusion. James >-Michael Wu >- >To unsubscribe from this list: send the line "unsubscribe netdev" in >the body of a message to maj...@vg... >More majordomo info at http://vger.kernel.org/majordomo-info.html > > |