diff options
author | Bob Copeland <me@bobcopeland.com> | 2014-04-15 16:43:06 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-04-22 17:24:49 +0200 |
commit | aee6499c8c6d0d1bc75cbae51f89c4d35a5aaa1f (patch) | |
tree | 59471e267fdfed0618adc81b8749c00c0e19b64f /net/mac80211/mesh.c | |
parent | mac80211: Allow HT capa override to add 40 MHz intolerant (diff) | |
download | linux-aee6499c8c6d0d1bc75cbae51f89c4d35a5aaa1f.tar.xz linux-aee6499c8c6d0d1bc75cbae51f89c4d35a5aaa1f.zip |
mac80211: mesh: use u16 return type for u16 getter
u16_field_get() is a simple wrapper around get_unaligned_le16(),
and it is being assigned to a u16, so there's no need to
promote to u32 in the middle.
Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/mesh.c')
0 files changed, 0 insertions, 0 deletions