[PATCH] driver_nl80211: get rid of family/cache objects

Jouni Malinen j
Wed Nov 16 06:44:28 PST 2011


On Thu, Nov 10, 2011 at 03:38:17PM +0100, Johannes Berg wrote:
> All we really need is the family ID, and we can
> get that with genl_ctrl_resolve() and then don't
> need to worry about family/cache objects.

Thanks! Applied.

> diff --git a/src/drivers/driver_nl80211.c b/src/drivers/driver_nl80211.c
>  struct nl80211_handles {
>  	struct nl_handle *handle;
> -	struct nl_cache *cache;
>  };

Do you think that we would need to add anything into struct
nl80211_handles in the future or should we just get rid of this wrapper?

-- 
Jouni Malinen                                            PGP id EFC895FA



More information about the Hostap mailing list