On Thu, Apr 19, 2012 at 07:41:14AM +0200, Antonio Quartulli wrote:
On Wed, Apr 18, 2012 at 07:10:58 +0100, Al Viro wrote:
@@ -722,7 +721,7 @@ update_tt: tt_update_orig(bat_priv, orig_node, tt_buff, batman_ogm_packet->tt_num_changes, batman_ogm_packet->ttvn,
batman_ogm_packet->tt_crc);
ntohs(batman_ogm_packet->tt_crc));
If we don't need to flip tt_crc, wy are you introducing ntohs here? Am I overlooking something?
Ok. I was missing the correct meaning of __be16. Now everything is clear.
Cheers,