[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20070208191046.457f17ed@griffin.suse.cz>
Date: Thu, 8 Feb 2007 19:10:46 +0100
From: Jiri Benc <jbenc@...e.cz>
To: Ivo van Doorn <ivdoorn@...il.com>
Cc: "John Linville" <linville@...driver.com>,
Michael Buesch <mb@...sch.de>,
Michael Wu <flamingice@...rmilk.net>, netdev@...r.kernel.org,
Linux Wireless <linux-wireless@...r.kernel.org>
Subject: Re: [PATCH 1/3] d80211: Add control structure for beacontemplates
On Tue, 6 Feb 2007 00:46:45 +0100, Ivo van Doorn wrote:
> --- dscape/net/d80211/ieee80211.c 2007-02-06 00:19:38.000000000 +0100
> +++ dscape.control/net/d80211/ieee80211.c 2007-02-06 00:25:26.000000000 +0100
> @@ -1857,7 +1857,8 @@ ieee80211_get_buffered_bc(struct ieee802
> EXPORT_SYMBOL(ieee80211_get_buffered_bc);
>
> static int __ieee80211_if_config(struct net_device *dev,
> - struct sk_buff *beacon)
> + struct sk_buff *beacon,
> + struct ieee80211_tx_control *control)
> {
> struct ieee80211_sub_if_data *sdata = IEEE80211_DEV_TO_SUB_IF(dev);
> struct ieee80211_local *local = dev->ieee80211_ptr;
> @@ -1881,6 +1882,7 @@ static int __ieee80211_if_config(struct
> conf.generic_elem = sdata->u.ap.generic_elem;
> conf.generic_elem_len = sdata->u.ap.generic_elem_len;
> conf.beacon = beacon;
> + memcpy(&conf.beacon_control, control, sizeof(*control));
We can save this memcpy if ieee80211_if_conf.beacon_control is just a
pointer.
With the exception of this, the patch looks good now.
Thanks,
Jiri
--
Jiri Benc
SUSE Labs
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists