commit | d6f802612af55cc1b3699d119a04dfa2fc8812a0 | [log] [tgz] |
---|---|---|
author | Kalle Valo <kvalo@qca.qualcomm.com> | Tue Jan 17 15:05:19 2012 +0200 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Wed Jan 18 13:41:11 2012 +0200 |
tree | 132dbef3b75f5b68e206446f1e3fee112b09d2c0 | |
parent | a0afd4f7c1ff8cb7a9747150500f8ce081fbcfc9 [diff] |
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>