commit | 292c41acddfdbe0fb42d4c4ad9b896168fd16e91 | [log] [tgz] |
---|---|---|
author | Chun-Yeow Yeoh <yeohchunyeow@gmail.com> | Mon Mar 19 21:38:46 2012 +0800 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Apr 09 16:12:30 2012 -0400 |
tree | b7fa07a43ca2362ee491dd2d72bf13be58e93e32 | |
parent | 70b12f2612a6b352d16342b5952cf9f9de6c1d56 [diff] |
mac80211: fix the sparse warnings on endian handling in RANN propagation The HWMP sequence number of received RANN element is compared to decide whether to be propagated. The sequence number is required to covert from 32bit little endian data into CPUs endianness for comparison. The same applies to the RANN metric. Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@gmail.com> Signed-off-by: Javier Cardona <javier@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>