]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: Fix calculation of maximum supported 802.11n data rate
authorHenning Rogge <hrogge@gmail.com>
Wed, 10 Dec 2014 09:23:20 +0000 (10:23 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 12 Dec 2014 11:07:14 +0000 (12:07 +0100)
commit5ba6a62be355b7e8f5b187e2fb60ec9d23f0b1bd
tree35b6d790b868f0fbc5579799a108746e433c3879
parentb8820d2bf7582791db2635b84a4dcd24e8dfac7a
iw: Fix calculation of maximum supported 802.11n data rate

Fix typo in calculation, binary AND combination of low byte
and high byte is always zero.

Signed-off-by: Henning Rogge <henning.rogge@fkie.fraunhofer.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
util.c