Re: Patch "[PKT_SCHED]: PSCHED_TADD() and PSCHED_TADD2() can result,tv_usec >= 1000000" seems wrong

2006-07-23 Thread David Miller
From: Guillaume Chazarain <[EMAIL PROTECTED]> Date: Wed, 19 Jul 2006 14:47:34 +0200 > Shuya MAEDA wrote : > > "while (__delta > USEC_PER_SEC){ ... }", but I think it should be > > "while (__delta >= USEC_PER_SEC){ ... }". Is it right? > > I agree, good catch :-) Applied, thanks a lot. - To unsub

Re: [PATCH wireless-dev 2/5] orinoco: Switch to d80211.h

2006-07-23 Thread Jeff Garzik
Christoph Hellwig wrote: On Sun, Jul 23, 2006 at 08:40:20PM -0700, Michael Wu wrote: orinoco: Switch to d80211.h This patch "converts" the orinoco driver to use d80211.h instead of ieee80211.h. It also copies the IEEE80211_DATA_LEN definition to d80211.h for use by the stack and drivers. NACK

Re: [PATCH wireless-dev 2/5] orinoco: Switch to d80211.h

2006-07-23 Thread Christoph Hellwig
On Sun, Jul 23, 2006 at 08:40:20PM -0700, Michael Wu wrote: > orinoco: Switch to d80211.h > > This patch "converts" the orinoco driver to use d80211.h instead of > ieee80211.h. It also copies the IEEE80211_DATA_LEN definition to > d80211.h for use by the stack and drivers. NACK for all of these p

Re: [PATCH wireless-dev 2/5] orinoco: Switch to d80211.h

2006-07-23 Thread Jeff Garzik
Michael Wu wrote: orinoco: Switch to d80211.h This patch "converts" the orinoco driver to use d80211.h instead of ieee80211.h. It also copies the IEEE80211_DATA_LEN definition to d80211.h for use by the stack and drivers. Signed-off-by: Michael Wu <[EMAIL PROTECTED]> --- drivers/net/wireless/

Re: [PATCH wireless-dev 5/5] airo: Switch to d80211.h

2006-07-23 Thread Jeff Garzik
Michael Wu wrote: airo: Switch to d80211.h This patch "converts" the airo driver to use d80211.h instead of ieee80211.h. It also adds struct ieee80211_info_element and modifies d80211 to use that. Signed-off-by: Michael Wu <[EMAIL PROTECTED]> --- drivers/net/wireless/airo.c | 15 i

[PATCH wireless-dev 1/5] ray_cs: Remove dependency on ieee80211

2006-07-23 Thread Michael Wu
ray_cs: Remove dependency on ieee80211 This patch removes the dependency on ieee80211.h from the ray_cs driver. Signed-off-by: Michael Wu <[EMAIL PROTECTED]> --- drivers/net/wireless/ray_cs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/wireless/ray_cs.c

[PATCH wireless-dev 2/5] orinoco: Switch to d80211.h

2006-07-23 Thread Michael Wu
orinoco: Switch to d80211.h This patch "converts" the orinoco driver to use d80211.h instead of ieee80211.h. It also copies the IEEE80211_DATA_LEN definition to d80211.h for use by the stack and drivers. Signed-off-by: Michael Wu <[EMAIL PROTECTED]> --- drivers/net/wireless/orinoco.c | 37 +++

[PATCH wireless-dev 0/5] Switch drivers to d80211

2006-07-23 Thread Michael Wu
Hi, This patch series converts a number of fullmac wireless drivers to use d80211.h instead of ieee80211.h. The changes are not major for the most part due to the fact that fullmac drivers tend to use the macros in ieee80211.h more than any actual 802.11 stack functions. Notes on indivi

[PATCH wireless-dev 5/5] airo: Switch to d80211.h

2006-07-23 Thread Michael Wu
airo: Switch to d80211.h This patch "converts" the airo driver to use d80211.h instead of ieee80211.h. It also adds struct ieee80211_info_element and modifies d80211 to use that. Signed-off-by: Michael Wu <[EMAIL PROTECTED]> --- drivers/net/wireless/airo.c | 15 include/net/d80211.h

[PATCH wireless-dev 4/5] zd1201: Switch to d80211.h

2006-07-23 Thread Michael Wu
zd1201: Switch to d80211.h This patch "converts" the zd1201 driver to use d80211.h instead of ieee80211.h Signed-off-by: Michael Wu <[EMAIL PROTECTED]> --- drivers/net/wireless/zd1201.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/net/wireless/zd

[PATCH wireless-dev 3/5] wl3501_cs: Switch to d80211.h

2006-07-23 Thread Michael Wu
wl3501_cs: Switch to d80211.h This patch "converts" the wl3501_cs driver to use d80211.h instead of ieee80211.h. From: Michael Wu <[EMAIL PROTECTED]> --- drivers/net/wireless/wl3501.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/wireless/wl3501.h b/dri

Re: skge error; hangs w/ hardware memory hole

2006-07-23 Thread Stephen Hemminger
Anthony DeRobertis wrote: Andreas Kleen wrote: You need to use iommu=soft swiotlb=force The standard IOMMU is also broken on VIA, but forced swiotlb should work. Didn't work :-( Excepts from the log: Bootdata ok (command line is BOOT_IMAGE=2.6.17-1-smp ro root=902 iommu=soft swiotl

Private driver support emails should be avoided.

2006-07-23 Thread Jeff Garzik
Just a reminder to folks out there... Don't send private driver support emails. I receive a lot of email. A lot. Not as much as Linus or Andrew probably, but still sizable. And quite regularly, I will receive a private email asking for help on a SATA or net driver problem. The poster w

Re: wireless-2.6 git repos broken

2006-07-23 Thread Larry Finger
Michael Buesch wrote: On Sunday 23 July 2006 17:59, Larry Finger wrote: Do you have the same problem on other git trees? I saw some people running into this error when cloning Linus' linux-2.6.git. I couldn't reproduce it, using exactly the same git version. I had the same error when pulling fr

Re: wireless-2.6 git repos broken

2006-07-23 Thread Michael Buesch
On Sunday 23 July 2006 17:59, Larry Finger wrote: > > Do you have the same problem on other git trees? > > I saw some people running into this error when cloning Linus' > > linux-2.6.git. I couldn't reproduce it, using exactly the same git version. > > I had the same error when pulling from Linus

Re: wireless-2.6 git repos broken

2006-07-23 Thread Larry Finger
Daniel Drake wrote: Michael Buesch wrote: [EMAIL PROTECTED]:/tmp$ git --version git version 1.4.1 [EMAIL PROTECTED]:/tmp$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git Generating pack... Done counting 290305 objects. Deltifying 290305 objects. 100% (290305

Re: wireless-2.6 git repos broken

2006-07-23 Thread Daniel Drake
Michael Buesch wrote: [EMAIL PROTECTED]:/tmp$ git --version git version 1.4.1 [EMAIL PROTECTED]:/tmp$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git Generating pack... Done counting 290305 objects. Deltifying 290305 objects. 100% (290305/290305) done fatal: u

wireless-2.6 git repos broken

2006-07-23 Thread Michael Buesch
Hi John, I would say something is broken in the wireless-2.6 git repository. When I try to clone the tree, I get this error: [EMAIL PROTECTED]:/tmp$ git --version git version 1.2.3 [EMAIL PROTECTED]:/tmp$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git fatal: p

Re: [PATCH wireless-dev] d80211: Make MACSTR/MAC2STR macro available to drivers

2006-07-23 Thread Michael Wu
On Sunday 23 July 2006 02:10, Michael Buesch wrote: > On Sunday 23 July 2006 10:43, Michael Wu wrote: > > d80211: Make MACSTR/MAC2STR macro available to drivers > > > > This patch moves the MACSTR/MAC2STR macros to d80211.h > > so that they are available to drivers. It also converts the adm8211 > >

Re: [PATCH wireless-dev] d80211: Make MACSTR/MAC2STR macro available to drivers

2006-07-23 Thread Michael Buesch
On Sunday 23 July 2006 10:43, Michael Wu wrote: > d80211: Make MACSTR/MAC2STR macro available to drivers > > This patch moves the MACSTR/MAC2STR macros to d80211.h > so that they are available to drivers. It also converts the adm8211 > and bcm43xx drivers to use this macro. I'd say d80211.h is st

[PATCH wireless-dev] d80211: Make MACSTR/MAC2STR macro available to drivers

2006-07-23 Thread Michael Wu
d80211: Make MACSTR/MAC2STR macro available to drivers This patch moves the MACSTR/MAC2STR macros to d80211.h so that they are available to drivers. It also converts the adm8211 and bcm43xx drivers to use this macro. Signed-off-by: Michael Wu <[EMAIL PROTECTED]> --- drivers/net/wireless/d80211/

[PATCH wireless-dev] adm8211: Add MAINTAINERS entry

2006-07-23 Thread Michael Wu
adm8211: Add MAINTAINERS entry Add MAINTAINERS entry for adm8211 driver. Signed-off-by: Michael Wu <[EMAIL PROTECTED]> --- MAINTAINERS |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index c40db05..2ed8cf9 100644 --- a/MAINTAINERS +++ b/M

[PATCH wireless-dev] adm8211: Restore frame header after TX

2006-07-23 Thread Michael Wu
adm8211: Restore frame header after TX This patch makes the adm8211 driver restore the TX frame's header to the original 802.11 header before returning it to the 802.11 stack. This allows the d80211 rate control algorithm to work correctly. Signed-off-by: Michael Wu <[EMAIL PROTECTED]> --- driv