All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] compat-wireless: refresh patch
@ 2010-06-29 20:36 Hauke Mehrtens
  2010-07-07 20:55 ` Luis R. Rodriguez
  0 siblings, 1 reply; 6+ messages in thread
From: Hauke Mehrtens @ 2010-06-29 20:36 UTC (permalink / raw)
  To: lrodriguez; +Cc: linux-wireless, mcgrof, Hauke Mehrtens


Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 patches/25-multicast-list_head.patch |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/patches/25-multicast-list_head.patch b/patches/25-multicast-list_head.patch
index f7304cb..f3746ca 100644
--- a/patches/25-multicast-list_head.patch
+++ b/patches/25-multicast-list_head.patch
@@ -419,7 +419,7 @@ This also backport commit 2f787b0b76bf5de2eaa3ca3a29d89123ae03c856
  			      size_t fw_name_len, u32 *hw_ver);
 --- a/drivers/net/wireless/rndis_wlan.c
 +++ b/drivers/net/wireless/rndis_wlan.c
-@@ -1587,7 +1587,11 @@ static void set_multicast_list(struct us
+@@ -1588,7 +1588,11 @@ static void set_multicast_list(struct us
  
  		netdev_for_each_mc_addr(ha, usbdev->net)
  			memcpy(mc_addrs + i++ * ETH_ALEN,
@@ -601,9 +601,9 @@ This also backport commit 2f787b0b76bf5de2eaa3ca3a29d89123ae03c856
 +			memcpy(__skb_put(skb, ETH_ALEN), ha->dmi_addr, ETH_ALEN);
 +			memcpy(__skb_put(skb, ETH_ALEN), ha->dmi_addr, ETH_ALEN);
 +#endif
+ 
+ 			i++;
  		}
- 		r->len = htons(skb->len - len);
- 	}
 --- a/net/mac80211/driver-ops.h
 +++ b/net/mac80211/driver-ops.h
 @@ -90,14 +90,28 @@ static inline void drv_bss_info_changed(
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] compat-wireless: refresh patch
  2010-06-29 20:36 [PATCH] compat-wireless: refresh patch Hauke Mehrtens
@ 2010-07-07 20:55 ` Luis R. Rodriguez
  0 siblings, 0 replies; 6+ messages in thread
From: Luis R. Rodriguez @ 2010-07-07 20:55 UTC (permalink / raw)
  To: Hauke Mehrtens; +Cc: linux-wireless, mcgrof

On Tue, Jun 29, 2010 at 1:36 PM, Hauke Mehrtens <hauke@hauke-m.de> wrote:
>
> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

thanks applied, sorry for the delay, was on vacation, I'm back now.

  Luis

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] compat-wireless: refresh patch
  2010-07-21 19:27 Hauke Mehrtens
@ 2010-07-22  1:09 ` Luis R. Rodriguez
  0 siblings, 0 replies; 6+ messages in thread
From: Luis R. Rodriguez @ 2010-07-22  1:09 UTC (permalink / raw)
  To: Hauke Mehrtens; +Cc: linux-wireless, mcgrof

On Wed, Jul 21, 2010 at 12:27 PM, Hauke Mehrtens <hauke@hauke-m.de> wrote:
>
> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

Thanks applied!

  Luis

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] compat-wireless: refresh patch
@ 2010-07-21 19:27 Hauke Mehrtens
  2010-07-22  1:09 ` Luis R. Rodriguez
  0 siblings, 1 reply; 6+ messages in thread
From: Hauke Mehrtens @ 2010-07-21 19:27 UTC (permalink / raw)
  To: lrodriguez; +Cc: linux-wireless, mcgrof, Hauke Mehrtens


Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 patches/28-pm-qos-params.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/patches/28-pm-qos-params.patch b/patches/28-pm-qos-params.patch
index 438bdd8..a6aab68 100644
--- a/patches/28-pm-qos-params.patch
+++ b/patches/28-pm-qos-params.patch
@@ -21,9 +21,9 @@ little wierd.
  #define DRV_COPYRIGHT	"Copyright(c) 2003-2006 Intel Corporation"
  
 +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,36))
- struct pm_qos_request_list ipw2100_pm_qos_req;
+ static struct pm_qos_request_list ipw2100_pm_qos_req;
 +#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35))
-+struct pm_qos_request_list *ipw2100_pm_qos_req;
++static struct pm_qos_request_list *ipw2100_pm_qos_req;
 +#endif
  
  /* Debugging stuff */
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] compat-wireless: refresh patch
  2010-07-15 18:50 Hauke Mehrtens
@ 2010-07-15 19:05 ` Luis R. Rodriguez
  0 siblings, 0 replies; 6+ messages in thread
From: Luis R. Rodriguez @ 2010-07-15 19:05 UTC (permalink / raw)
  To: Hauke Mehrtens; +Cc: linux-wireless, mcgrof

On Thu, Jul 15, 2010 at 11:50 AM, Hauke Mehrtens <hauke@hauke-m.de> wrote:
>
> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

Nice timing, thanks, applied.

  Luis

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] compat-wireless: refresh patch
@ 2010-07-15 18:50 Hauke Mehrtens
  2010-07-15 19:05 ` Luis R. Rodriguez
  0 siblings, 1 reply; 6+ messages in thread
From: Hauke Mehrtens @ 2010-07-15 18:50 UTC (permalink / raw)
  To: lrodriguez; +Cc: linux-wireless, mcgrof, Hauke Mehrtens


Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 patches/03-rfkill.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/patches/03-rfkill.patch b/patches/03-rfkill.patch
index 236891d..e8a9fe8 100644
--- a/patches/03-rfkill.patch
+++ b/patches/03-rfkill.patch
@@ -228,6 +228,6 @@ This would do the policing from within mac80211.
 +#else
 +#include <linux/rfkill_backport.h>
 +#endif
+ #include <linux/workqueue.h>
  
  #include "ath5k.h"
- #include "debug.h"
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-07-22  1:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-29 20:36 [PATCH] compat-wireless: refresh patch Hauke Mehrtens
2010-07-07 20:55 ` Luis R. Rodriguez
2010-07-15 18:50 Hauke Mehrtens
2010-07-15 19:05 ` Luis R. Rodriguez
2010-07-21 19:27 Hauke Mehrtens
2010-07-22  1:09 ` Luis R. Rodriguez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.