From: Amitkumar Karwar Date: Wed, 12 Jan 2011 00:14:24 +0000 (-0800) Subject: ieee80211: correct IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK macro X-Git-Tag: v2.6.37.1~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5830d2d1a26ac45938cd4de63a567400c2de3da;p=pandora-kernel.git ieee80211: correct IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK macro commit 8d661f1e462d50bd83de87ee628aaf820ce3c66c upstream. 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 Signed-off-by: Bing Zhao Reviewed-by: Johannes Berg Signed-off-by: John W. Linville Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed