Re: [PATCH 1/2] mac80211: add power management support -v2

2007-11-30 Thread John W. Linville
On Sat, Nov 17, 2007 at 01:13:58AM +0100, Miguel Botón wrote: > This patch adds power management support in mac80211. > > This allows us to enable power management through the "iwconfig > power " command. > The code is based on "mac80211-10.0.0" but it is a little bit modified. > >

Re: [PATCH 1/2] mac80211: add power management support -v2

2007-11-30 Thread John W. Linville
On Sat, Nov 17, 2007 at 01:13:58AM +0100, Miguel Botón wrote: This patch adds power management support in mac80211. This allows us to enable power management through the iwconfig device power off/on command. The code is based on mac80211-10.0.0 but it is a little bit modified.

Re: [PATCH 1/2] mac80211: add power management support -v2

2007-11-16 Thread Miguel Botón
Well, the previous patch wasn't correct. This one is valid. -- This patch adds power management support in mac80211. This allows us to enable power management through the "iwconfig power " command. The code is based on "mac80211-10.0.0" but it is a little bit modified. Signed-off-by: Miguel

[PATCH 1/2] mac80211: add power management support -v2

2007-11-16 Thread Miguel Botón
This patch adds power management support in mac80211. This allows us to enable power management through the "iwconfig power " command. The code is based on "mac80211-10.0.0" but it is a little bit modified. Signed-off-by: Miguel Botón <[EMAIL PROTECTED]> diff --git a/include/net/mac80211.h

[PATCH 1/2] mac80211: add power management support -v2

2007-11-16 Thread Miguel Botón
This patch adds power management support in mac80211. This allows us to enable power management through the iwconfig device power off/on command. The code is based on mac80211-10.0.0 but it is a little bit modified. Signed-off-by: Miguel Botón [EMAIL PROTECTED] diff --git

Re: [PATCH 1/2] mac80211: add power management support -v2

2007-11-16 Thread Miguel Botón
Well, the previous patch wasn't correct. This one is valid. -- This patch adds power management support in mac80211. This allows us to enable power management through the iwconfig device power off/on command. The code is based on mac80211-10.0.0 but it is a little bit modified. Signed-off-by: