]> git.karo-electronics.de Git - karo-tx-linux.git/commit
batman-adv: don't switch byte order too often if not needed
authorAntonio Quartulli <antonio@open-mesh.com>
Sun, 13 Oct 2013 00:50:17 +0000 (02:50 +0200)
committerAntonio Quartulli <antonio@meshcoding.com>
Wed, 8 Jan 2014 19:49:39 +0000 (20:49 +0100)
commit3fba7325bb057977ec180b5f462084c50ca7940e
treeffa321077c017256351bf2c8342e80267382244b
parenta48bcacdb3b31816500d5732111241b705c4bc61
batman-adv: don't switch byte order too often if not needed

If possible, operations like ntohs/ntohl should not be
performed too often. Use a variable to locally store the
converted value and then use it.

Signed-off-by: Antonio Quartulli <antonio@open-mesh.com>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
net/batman-adv/routing.c