netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* net-2.6 merged into net-next-2.6...
@ 2008-05-26  6:39 David Miller
  0 siblings, 0 replies; 13+ messages in thread
From: David Miller @ 2008-05-26  6:39 UTC (permalink / raw)
  To: netdev


In order to resolve some conflicts in wired and wireless
driver stuff, I merged net-2.6 into net-next-2.6

Let me know if I mucked anything up.

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

* net-2.6 merged into net-next-2.6
@ 2008-06-10  9:50 David Miller
  2008-06-10 16:02 ` John W. Linville
  0 siblings, 1 reply; 13+ messages in thread
From: David Miller @ 2008-06-10  9:50 UTC (permalink / raw)
  To: netdev; +Cc: linville, jgarzik, sfr


There were a few small wireless conflicts but I think
I handled them correctly.

Please send me any fixup patches which might be necessary.

Thanks!

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

* Re: net-2.6 merged into net-next-2.6
  2008-06-10  9:50 net-2.6 merged into net-next-2.6 David Miller
@ 2008-06-10 16:02 ` John W. Linville
  2008-06-10 17:47   ` John W. Linville
  0 siblings, 1 reply; 13+ messages in thread
From: John W. Linville @ 2008-06-10 16:02 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, jgarzik, sfr

On Tue, Jun 10, 2008 at 02:50:59AM -0700, David Miller wrote:
> 
> There were a few small wireless conflicts but I think
> I handled them correctly.
> 
> Please send me any fixup patches which might be necessary.

Just one, which was easy to miss:

The following changes since commit 65b53e4cc90e59936733b3b95b9451d2ca47528d:
  David S. Miller (1):
        Merge branch 'master' of master.kernel.org:/.../davem/net-2.6

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6.git
master

John W. Linville (1):
      rt2x00dev.c: fix-up merge damage

 drivers/net/wireless/rt2x00/rt2x00dev.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/rt2x00/rt2x00dev.c b/drivers/net/wireless/rt2x00/rt2x00dev.c
index f7a4417..dc5ab90 100644
--- a/drivers/net/wireless/rt2x00/rt2x00dev.c
+++ b/drivers/net/wireless/rt2x00/rt2x00dev.c
@@ -507,7 +507,7 @@ void rt2x00lib_txdone(struct queue_entry *entry,
 	rt2x00dev->link.qual.tx_success +=
 	    test_bit(TXDONE_SUCCESS, &txdesc->flags);
 	rt2x00dev->link.qual.tx_failed +=
-	    txdesc->retry + !!test_bit(TXDONE_FAILURE, &txdesc->flags);
+	    test_bit(TXDONE_FAILURE, &txdesc->flags);
 
 	/*
 	 * Initialize TX status
-- 
John W. Linville
linville@tuxdriver.com

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

* Re: net-2.6 merged into net-next-2.6
  2008-06-10 16:02 ` John W. Linville
@ 2008-06-10 17:47   ` John W. Linville
  2008-06-10 19:24     ` David Miller
  0 siblings, 1 reply; 13+ messages in thread
From: John W. Linville @ 2008-06-10 17:47 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, jgarzik, sfr

On Tue, Jun 10, 2008 at 12:02:12PM -0400, John W. Linville wrote:
> On Tue, Jun 10, 2008 at 02:50:59AM -0700, David Miller wrote:
> > 
> > There were a few small wireless conflicts but I think
> > I handled them correctly.
> > 
> > Please send me any fixup patches which might be necessary.
> 
> Just one, which was easy to miss:

Oops, found another one...

The following changes since commit 65b53e4cc90e59936733b3b95b9451d2ca47528d:
  David S. Miller (1):
        Merge branch 'master' of master.kernel.org:/.../davem/net-2.6

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6.git master

John W. Linville (2):
      rt2x00dev.c: fix-up merge damage
      net/mac80211/ieee80211_i.h: fix-up merge damage

 drivers/net/wireless/rt2x00/rt2x00dev.c |    2 +-
 net/mac80211/ieee80211_i.h              |   21 ---------------------
 2 files changed, 1 insertions(+), 22 deletions(-)

diff --git a/drivers/net/wireless/rt2x00/rt2x00dev.c b/drivers/net/wireless/rt2x00/rt2x00dev.c
index f7a4417..dc5ab90 100644
--- a/drivers/net/wireless/rt2x00/rt2x00dev.c
+++ b/drivers/net/wireless/rt2x00/rt2x00dev.c
@@ -507,7 +507,7 @@ void rt2x00lib_txdone(struct queue_entry *entry,
 	rt2x00dev->link.qual.tx_success +=
 	    test_bit(TXDONE_SUCCESS, &txdesc->flags);
 	rt2x00dev->link.qual.tx_failed +=
-	    txdesc->retry + !!test_bit(TXDONE_FAILURE, &txdesc->flags);
+	    test_bit(TXDONE_FAILURE, &txdesc->flags);
 
 	/*
 	 * Initialize TX status
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 884be4d..b19bd16 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -853,27 +853,6 @@ u32 ieee80211_handle_ht(struct ieee80211_local *local, int enable_ht,
 
 /* ieee80211_ioctl.c */
 extern const struct iw_handler_def ieee80211_iw_handler_def;
-
-/* Least common multiple of the used rates (in 100 kbps). This is used to
- * calculate rate_inv values for each rate so that only integers are needed. */
-#define CHAN_UTIL_RATE_LCM 95040
-/* 1 usec is 1/8 * (95040/10) = 1188 */
-#define CHAN_UTIL_PER_USEC 1188
-/* Amount of bits to shift the result right to scale the total utilization
- * to values that will not wrap around 32-bit integers. */
-#define CHAN_UTIL_SHIFT 9
-/* Theoretical maximum of channel utilization counter in 10 ms (stat_time=1):
- * (CHAN_UTIL_PER_USEC * 10000) >> CHAN_UTIL_SHIFT = 23203. So dividing the
- * raw value with about 23 should give utilization in 10th of a percentage
- * (1/1000). However, utilization is only estimated and not all intervals
- * between frames etc. are calculated. 18 seems to give numbers that are closer
- * to the real maximum. */
-#define CHAN_UTIL_PER_10MS 18
-#define CHAN_UTIL_HDR_LONG (202 * CHAN_UTIL_PER_USEC)
-#define CHAN_UTIL_HDR_SHORT (40 * CHAN_UTIL_PER_USEC)
-
-
-/* ieee80211_ioctl.c */
 int ieee80211_set_freq(struct net_device *dev, int freq);
 
 /* ieee80211_sta.c */
-- 
John W. Linville
linville@tuxdriver.com

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

* Re: net-2.6 merged into net-next-2.6
  2008-06-10 17:47   ` John W. Linville
@ 2008-06-10 19:24     ` David Miller
  0 siblings, 0 replies; 13+ messages in thread
From: David Miller @ 2008-06-10 19:24 UTC (permalink / raw)
  To: linville; +Cc: netdev, jgarzik, sfr

From: "John W. Linville" <linville@tuxdriver.com>
Date: Tue, 10 Jun 2008 13:47:13 -0400

> The following changes since commit 65b53e4cc90e59936733b3b95b9451d2ca47528d:
>   David S. Miller (1):
>         Merge branch 'master' of master.kernel.org:/.../davem/net-2.6
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6.git master
> 
> John W. Linville (2):
>       rt2x00dev.c: fix-up merge damage
>       net/mac80211/ieee80211_i.h: fix-up merge damage

Pulled and pushed back out to net-next-2.6

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

* net-2.6 merged into net-next-2.6
@ 2008-06-17  2:31 David Miller
  0 siblings, 0 replies; 13+ messages in thread
From: David Miller @ 2008-06-17  2:31 UTC (permalink / raw)
  To: netdev; +Cc: sfr, linux-next


In order to address a wireless and an SCTP conflict,
I've merged net-next-2.6 into net-2.6 (again) :-)

Happy hacking.

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

* net-2.6 merged into net-next-2.6
@ 2008-06-19 23:06 David Miller
  2008-06-19 23:18 ` Stephen Rothwell
  0 siblings, 1 reply; 13+ messages in thread
From: David Miller @ 2008-06-19 23:06 UTC (permalink / raw)
  To: netdev; +Cc: sfr


I've done this merge to address the merge conflict created
by the skb_header_cloned() revert made to net/mac80211/tx.c

It is possible I screwed this up, so wireless folks should
take a look and send me any fixups.

Thanks.

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

* Re: net-2.6 merged into net-next-2.6
  2008-06-19 23:06 David Miller
@ 2008-06-19 23:18 ` Stephen Rothwell
  0 siblings, 0 replies; 13+ messages in thread
From: Stephen Rothwell @ 2008-06-19 23:18 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

[-- Attachment #1: Type: text/plain, Size: 456 bytes --]

Hi Dave,

On Thu, 19 Jun 2008 16:06:59 -0700 (PDT) David Miller <davem@davemloft.net> wrote:
>
> I've done this merge to address the merge conflict created
> by the skb_header_cloned() revert made to net/mac80211/tx.c
> 
> It is possible I screwed this up, so wireless folks should
> take a look and send me any fixups.

Thanks, noted.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

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

* net-2.6 merged into net-next-2.6
@ 2008-07-06  6:21 David Miller
  0 siblings, 0 replies; 13+ messages in thread
From: David Miller @ 2008-07-06  6:21 UTC (permalink / raw)
  To: netdev


To solve some wireless merge hassles and be able to apply some packet
scheduler patches to net-next-2.6 from Patrick McHardy (they depend
upon net-2.6 fixes), I just merged net-next-2.6 into net-2.6

Let me know if I screwed anything up.


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

* net-2.6 merged into net-next-2.6
@ 2009-07-17  4:04 David Miller
  0 siblings, 0 replies; 13+ messages in thread
From: David Miller @ 2009-07-17  4:04 UTC (permalink / raw)
  To: netdev; +Cc: sfr


To resolve some conflicts I merged net-2.6 into net-next-2.6 just now.

Let me know if this results in any problems, thanks.

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

* net-2.6 merged into net-next-2.6
@ 2010-09-27  8:14 David Miller
  0 siblings, 0 replies; 13+ messages in thread
From: David Miller @ 2010-09-27  8:14 UTC (permalink / raw)
  To: netdev; +Cc: sfr, jeffrey.t.kirsher, linville


Just FYI...

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

* net-2.6 merged into net-next-2.6
@ 2010-12-17 21:03 David Miller
  0 siblings, 0 replies; 13+ messages in thread
From: David Miller @ 2010-12-17 21:03 UTC (permalink / raw)
  To: netdev; +Cc: linville


I just did a merge, it was mostly clean except for some
wireless bits (some -next work conflicted with the recent
"use_new_eeprom_foo" changes in iwlwifi).

John please take a quick look and see if I made any mistakes.

Thanks.

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

* net-2.6 merged into net-next-2.6
@ 2011-07-06  6:38 David Miller
  0 siblings, 0 replies; 13+ messages in thread
From: David Miller @ 2011-07-06  6:38 UTC (permalink / raw)
  To: netdev


Just FYI...

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

end of thread, other threads:[~2011-07-06  6:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-10  9:50 net-2.6 merged into net-next-2.6 David Miller
2008-06-10 16:02 ` John W. Linville
2008-06-10 17:47   ` John W. Linville
2008-06-10 19:24     ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2011-07-06  6:38 David Miller
2010-12-17 21:03 David Miller
2010-09-27  8:14 David Miller
2009-07-17  4:04 David Miller
2008-07-06  6:21 David Miller
2008-06-19 23:06 David Miller
2008-06-19 23:18 ` Stephen Rothwell
2008-06-17  2:31 David Miller
2008-05-26  6:39 David Miller

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).