> > pre_value = cpu_to_le16(ifmsh->pre_value); > > memcpy(pos, &pre_value, 2); /* Precedence > Value */ > > pos += 2; > > However, it seems to me that you should be using put_unaligned_le16() or > so in places like this - maybe clean them all up?
Alright, will do so. ---- Chun-Yeow
_______________________________________________ Devel mailing list [email protected] http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel
