]> 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)
commit2ac2bd9287145cde620f4c798855ef4a15bcb837
tree132dbef3b75f5b68e206446f1e3fee112b09d2c0
parent5545237c133c47fa99b66804cb979624f59fadc0
ath6kl: use netdev_features_t

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