From: Johannes Berg Date: Wed, 5 Dec 2012 15:45:31 +0000 (+0100) Subject: wireless: fix VHT max AMPDU exponent definition X-Git-Tag: 1.9.7~4 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=87218581d8231aacbcaeeaaf3cb469ffb6cbc9a1;hp=87218581d8231aacbcaeeaaf3cb469ffb6cbc9a1;p=carl9170fw.git wireless: fix VHT max AMPDU exponent definition This is really a 3-bit field, not a single bit, so declare a mask and shift. Also fix hwsim, it advertises the maximum possible. While at it reindent all the defines using tabs instead of spaces. Change-Id: I7cd81c0d72f76deb5010aba5bfa3dd312006e898 Signed-off-by: Johannes Berg Signed-off-by: Christian Lamparter ---