ath6kl: use netdev_features_t
authorKalle Valo <kvalo@qca.qualcomm.com>
Tue, 17 Jan 2012 13:05:19 +0000 (15:05 +0200)
committerKalle Valo <kvalo@qca.qualcomm.com>
Wed, 18 Jan 2012 11:41:11 +0000 (13:41 +0200)
commitd6f802612af55cc1b3699d119a04dfa2fc8812a0
tree132dbef3b75f5b68e206446f1e3fee112b09d2c0
parenta0afd4f7c1ff8cb7a9747150500f8ce081fbcfc9
ath6kl: use netdev_features_t

Commit c8f44affb7 ("net: introduce and use netdev_features_t for
device features sets") added netdev_features_t to ndo_set_features.
Change ath6kl to use the new type.

This fixes a warning:

ath6kl/main.c:1170: warning: initialization from incompatible pointer type

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/main.c