From: Kalle Valo Date: Tue, 17 Jun 2014 09:40:52 +0000 (+0300) Subject: ath6kl: convert ar6004 hardware flags to firmware feature flags X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~73^2~41^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eba95bceb4c9f537c6c8a5aeba4277e76599e269;p=pandora-kernel.git ath6kl: convert ar6004 hardware flags to firmware feature flags The functionality defined through these flags were actually firmware features which can change between firmware versions. To make it possible to support different firmware versions with the same driver, convert the flags to firmware feature flags. For backwards compatibility support for old ar6004 firmware FW API 3 or smaller images we forcefully set the feature bits in the driver. Starting from FW API 5 the firmware image needs to set them. Signed-off-by: Kalle Valo --- Reading git-diff-tree failed