]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: mesh_plink: use get_unaligned_le16 instead of memcpy
authorBob Copeland <me@bobcopeland.com>
Sat, 28 Jun 2014 20:35:26 +0000 (16:35 -0400)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 26 Aug 2014 09:15:34 +0000 (11:15 +0200)
commit0db1c8a8ef2109432b24ed5ccc8e403f580cae5f
treefebbf284daf32f2c4df82b5784125ac76db624f4
parente8cde5ce81249ed71d5e01f1076f4195f6da29f1
mac80211: mesh_plink: use get_unaligned_le16 instead of memcpy

Use get_unaligned_le16 to access llid/plid.

Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mesh_plink.c