Re: [PATCH 1/3] d80211: Add control structure for beacontemplates

2007-02-08 Thread Jiri Benc
On Tue, 6 Feb 2007 00:46:45 +0100, Ivo van Doorn wrote: --- dscape/net/d80211/ieee80211.c 2007-02-06 00:19:38.0 +0100 +++ dscape.control/net/d80211/ieee80211.c 2007-02-06 00:25:26.0 +0100 @@ -1857,7 +1857,8 @@ ieee80211_get_buffered_bc(struct ieee802

Re: [PATCH 1/3] d80211: Add control structure for beacontemplates

2007-02-05 Thread Jiri Benc
On Sat, 3 Feb 2007 17:25:18 +0100, Ivo van Doorn wrote: When rt2500usb and rt73usb will start using beacontemplates, they would also need a control structure to be passed along to correctly set the tx parameters. Good catch, thanks. This patch will add the allocation an initialization of a

[PATCH 1/3] d80211: Add control structure for beacontemplates

2007-02-03 Thread Ivo van Doorn
When rt2500usb and rt73usb will start using beacontemplates, they would also need a control structure to be passed along to correctly set the tx parameters. This patch will add the allocation an initialization of a ieee80211_tx_control especially for the beacontemplate. This does require drivers