From: Phoebe Buckheister Date: Fri, 14 Mar 2014 20:23:59 +0000 (+0100) Subject: ieee802154: enforce consistent endianness in the 802.15.4 stack X-Git-Tag: v3.15-rc1~113^2~151^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b70ab2e87f17176d18f67ef331064441a032b5f3;p=pandora-kernel.git ieee802154: enforce consistent endianness in the 802.15.4 stack Enable sparse warnings about endianness, replace the remaining fields regarding network operations without explicit endianness annotations with such that are annotated, and propagate this through the entire stack. Uses of ieee802154_addr_sa are not changed yet, this patch is only concerned with all other fields (such as address filters, operation parameters and the likes). Signed-off-by: Phoebe Buckheister Signed-off-by: David S. Miller --- Reading git-diff-tree failed