From: Yoni Divinsky Date: Tue, 8 May 2012 11:02:11 +0000 (+0300) Subject: wlcore: use psd_type indexing according to spec X-Git-Tag: v3.6-rc1~125^2~559^2~8^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e42c203a9a825d04da400bd45b601f94c0cf362;p=pandora-kernel.git wlcore: use psd_type indexing according to spec In ieee80211.h the uapsd bit mask is defined such that VO=BIT(0), VI=BIT(1), BK=BIT(2), BE=BIT(3). The firmware uses the indexing as defined in the ieee80211 spec, meaning that VO=3, VI=2, BK=1, BE=0. In AP mode when adding peer wlcore needs to convert the indexing accordingly. Signed-off-by: Yoni Divinsky Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed