linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Fix compat-wireless build on 2.6.37
@ 2011-09-20  5:43 Ozan Çağlayan
  2011-09-21 20:04 ` Luis R. Rodriguez
  0 siblings, 1 reply; 2+ messages in thread
From: Ozan Çağlayan @ 2011-09-20  5:43 UTC (permalink / raw)
  To: linux-wireless

Hi,

The following fix should be applied to the compat tree to fix a build 
error in wl12xx. Since kernel.org is down, I couldn't fetch the compat 
tree to post a patch with git send-email.

Index: compat-wireless-2011-08-27-p/include/linux/compat-2.6.38.h
===================================================================
--- compat-wireless-2011-08-27-p.orig/include/linux/compat-2.6.38.h
+++ compat-wireless-2011-08-27-p/include/linux/compat-2.6.38.h
@@ -11,6 +11,10 @@
  /* rename member in struct mmc_host in include/linux/mmc/host.h */
  #define max_segs·  max_hw_segs
·
+static inline bool pm_runtime_enabled(struct device *dev)
+{
+·  return !dev->power.disable_depth;
+}
·
  /* Exponentially weighted moving average (EWMA) */

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

* Re: Fix compat-wireless build on 2.6.37
  2011-09-20  5:43 Fix compat-wireless build on 2.6.37 Ozan Çağlayan
@ 2011-09-21 20:04 ` Luis R. Rodriguez
  0 siblings, 0 replies; 2+ messages in thread
From: Luis R. Rodriguez @ 2011-09-21 20:04 UTC (permalink / raw)
  To: Ozan Çağlayan; +Cc: linux-wireless

2011/9/19 Ozan Çağlayan <ozan@pardus.org.tr>:
> Hi,
>
> The following fix should be applied to the compat tree to fix a build error
> in wl12xx. Since kernel.org is down, I couldn't fetch the compat tree to
> post a patch with git send-email.

The git trees for compat and compat-wireless are mirrored on two locations:

https://github.com/mcgrof/
http://git.infradead.org/

  Luis

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

end of thread, other threads:[~2011-09-21 20:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-20  5:43 Fix compat-wireless build on 2.6.37 Ozan Çağlayan
2011-09-21 20:04 ` Luis R. Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).