commit | 8d661f1e462d50bd83de87ee628aaf820ce3c66c | [log] [tgz] |
---|---|---|
author | Amitkumar Karwar <akarwar@marvell.com> | Tue Jan 11 16:14:24 2011 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Jan 13 15:46:45 2011 -0500 |
tree | 83c288887603a51bb820fbd9812f4139e3bc6a60 | |
parent | ccbd4d412dde4b7e858159e5cc8ba7ee4a6cac07 [diff] |
ieee80211: correct IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK macro It is defined in include/linux/ieee80211.h. As per IEEE spec. bit6 to bit15 in block ack parameter represents buffer size. So the bitmask should be 0xFFC0. Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Bing Zhao <bzhao@marvell.com> Cc: stable@kernel.org Reviewed-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>