Re: [ath9k-devel] [PATCH 2/4] list.h: add list_cut_position()

2008-08-06 Thread Luis R. Rodriguez
On Tue, Aug 05, 2008 at 01:52:22AM -0700, Jochen Voß wrote: Hi, 2008/8/5 Luis R. Rodriguez [EMAIL PROTECTED]: +static inline void __list_cut_position(struct list_head *list, + struct list_head *head, struct list_head *entry) +{ + struct list_head *new_first = +

[ath9k-devel] [PATCH 0/1] ath9k: from TODO: tackle merging of ath9k_txq_info and ath9k_tx_queue_info structures

2008-08-06 Thread Alistair John Strachan
Luis posted a TODO list for the ath9k driver to the ath9k-devel list. This patch addresses one of the Cleanup TODO items, namely the merging of the ath9k_txq_info and ath9k_tx_queue_info structures. Please apply. drivers/net/wireless/ath9k/ath9k.h | 23 +++

Re: [ath9k-devel] [PATCH 1/4] list.h: Add list_splice_tail() and list_splice_tail_init()

2008-08-06 Thread Luis R. Rodriguez
On Wed, Aug 06, 2008 at 01:26:19PM -0700, Luis Rodriguez wrote: On Tue, Aug 05, 2008 at 02:03:15AM -0700, Peter Zijlstra wrote: On Mon, 2008-08-04 at 15:48 -0700, Luis R. Rodriguez wrote: If you are using linked lists for queues list_splice() will not do what you would expect even if you

[ath9k-devel] ath9k development

2008-08-06 Thread Luis R. Rodriguez
Since ath9k is now in wirless-testing please only use wireless-testing from now on for patches or for relying on it for the latest and greatest. That said ath9k.git and my-wireless-testing.git tree should not be relied on and I'll probably kill them sooon. Luis

[ath9k-devel] ath9k and Controlling Phy layer

2008-08-06 Thread Mohsen Baratvand
Hi all, Does anyone have any experiences about controlling Physical layer through any of the drivers? I did something in the past to modify some features of the MAC layer but for the Phy layer!!! I was wondering if anyone tells me how to have control over antennas, preambles, STS, LTS, OFDM

[ath9k-devel] [PATCH 4/6] ath9k: Remove a few unused macros and fix indentation

2008-08-06 Thread Sujith
Signed-off-by: Sujith Manoharan [EMAIL PROTECTED] --- drivers/net/wireless/ath9k/core.h | 275 +--- 1 files changed, 130 insertions(+), 145 deletions(-) diff --git a/drivers/net/wireless/ath9k/core.h b/drivers/net/wireless/ath9k/core.h index 903bd46..e294c1b