]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit54f99fbbbee8fb48d0e43c5ba8b27c2fff76978e
tree132dbef3b75f5b68e206446f1e3fee112b09d2c0
parent9670109e87d8d3bfa5bdf4ae8fd11ebcd5c2073f
ath6kl: use netdev_features_t

Commit a06b2c6d81 ("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