rpms/kernel/F-8 kernel.spec, 1.455, 1.456 linux-2.6-wireless.patch, 1.39, 1.40

John W. Linville (linville) fedora-extras-commits at redhat.com
Tue Jun 3 21:02:16 UTC 2008


Author: linville

Update of /cvs/pkgs/rpms/kernel/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28046

Modified Files:
	kernel.spec linux-2.6-wireless.patch 
Log Message:
Upstream wireless fixes from 2008-06-03


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-8/kernel.spec,v
retrieving revision 1.455
retrieving revision 1.456
diff -u -r1.455 -r1.456
--- kernel.spec	2 Jun 2008 20:57:32 -0000	1.455
+++ kernel.spec	3 Jun 2008 21:01:05 -0000	1.456
@@ -1824,6 +1824,10 @@
 
 
 %changelog
+* Tue Jun 03 2008 John W. Linville <linville at redhat.com> 2.6.25.4-16
+- Upstream wireless fixes from 2008-06-03
+  (http://marc.info/?l=linux-wireless&m=121252137324941&w=2)
+
 * Mon Jun 02 2008 Jarod Wilson <jwilson at redhat.com> 2.6.25.4-15
 - Fix oops in lirc_i2c module
 - Add lirc support for additional MCE receivers

linux-2.6-wireless.patch:

View full diff with command:
/usr/bin/cvs -f diff  -kk -u -N -r 1.39 -r 1.40 linux-2.6-wireless.patch
Index: linux-2.6-wireless.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-8/linux-2.6-wireless.patch,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- linux-2.6-wireless.patch	29 May 2008 18:46:10 -0000	1.39
+++ linux-2.6-wireless.patch	3 Jun 2008 21:01:05 -0000	1.40
@@ -1,3 +1,106 @@
+commit c2b25f240163c9d3a7a391747f996da9e18a067d
+Author: Kirill A. Shutemov <kirill at shutemov.name>
+Date:   Tue Jun 3 13:48:08 2008 -0400
+
+    wireless.h: improve userland include-ability
+    
+    This patch partially reverts commit 2218228392080f0ca2fc2974604e79f57b12c436
+    ("Make linux/wireless.h be able to compile") while still making it
+    easier to include wireless.h in userland apps.
+    
+    Signed-off-by: Kirill A. Shutemov <kirill at shutemov.name>
+    Signed-off-by: John W. Linville <linville at tuxdriver.com>
+
+commit 9aec7e67335224ff499ea8c53028c8483432194e
+Author: Felix Homann <fexpop at onlinehome.de>
+Date:   Thu May 29 00:36:45 2008 -0700
+
+    USB ID for Philips CPWUA054/00 Wireless USB Adapter 11g
+    
+    Enable the Philips CPWUA054/00 in p54usb.
+    
+    Cc: Jeff Garzik <jeff at garzik.org>
+    Signed-off-by: Andrew Morton <akpm at linux-foundation.org>
+    Signed-off-by: John W. Linville <linville at tuxdriver.com>
+
+commit 1867a00ea8b4e70f413c3d2eca5d6236cacf1138
+Author: Michael Buesch <mb at bu3sch.de>
+Date:   Mon Jun 2 16:15:23 2008 +0200
+
+    ssb: Fix context assertion in ssb_pcicore_dev_irqvecs_enable
+    
+    This fixes a context assertion in ssb that makes b44 print
+    out warnings on resume.
+    
+    This fixes the following kernel oops:
+    http://www.kerneloops.org/oops.php?number=12732
+    http://www.kerneloops.org/oops.php?number=11410
+    
+    Signed-off-by: Michael Buesch <mb at bu3sch.de>
+    Signed-off-by: John W. Linville <linville at tuxdriver.com>
+
+commit f67d115e318e0b4f596e61f89b84c44691dc7538
+Author: Holger Schurig <hs4233 at mail.mn-solutions.de>
+Date:   Fri May 30 14:53:22 2008 +0200
+
+    libertas: fix command size for CMD_802_11_SUBSCRIBE_EVENT
+    
+    The size was two small by two bytes.
+    
+    Signed-off-by: Holger Schurig
+    Signed-off-by: John W. Linville <linville at tuxdriver.com>
+
+commit ff9c7e3ef7fbcf7bf145f6d48054934fd7852141
+Author: Dan Williams <dcbw at redhat.com>
+Date:   Thu May 29 14:38:28 2008 -0400
+
+    ipw2200: expire and use oldest BSS on adhoc create
+    
+    If there are no networks on the free list, expire the oldest one when
+    creating a new adhoc network.  Because ipw2200 and the ieee80211 stack
+    don't actually cull old networks and place them back on the free list
+    unless they are needed for new probe responses, over time the free list
+    would become empty and creating an adhoc network would fail due to the !
+    list_empty(...) check.
+    
+    Signed-off-by: Dan Williams <dcbw at redhat.com>
+    Signed-off-by: John W. Linville <linville at tuxdriver.com>
+
+commit ef81633f881c715793a57a1d7aeccc72e465d035
+Author: Andrew Morton <akpm at linux-foundation.org>
+Date:   Wed May 28 12:40:39 2008 -0700
+
+    airo warning fix
+    
+    WARNING: space prohibited between function name and open parenthesis '('
+    #22: FILE: drivers/net/wireless/airo.c:2907:
+    +	while ((IN4500 (ai, COMMAND) & COMMAND_BUSY) && (delay < 10000)) {
+    
+    total: 0 errors, 1 warnings, 8 lines checked
+    
+    ./patches/wireless-airo-waitbusy-wont-delay.patch has style problems, please review.  If any of these errors
+    are false positives report them to the maintainer, see
+    CHECKPATCH in MAINTAINERS.
+    
+    Please run checkpatch prior to sending patches
+    
+    Cc: Dan Williams <dcbw at redhat.com>
+    Cc: Roel Kluin <roel.kluin at gmail.com>
+    Signed-off-by: Andrew Morton <akpm at linux-foundation.org>
+    Signed-off-by: John W. Linville <linville at tuxdriver.com>
+
+commit 8679a8d704ab8c1083abb13b0de49df22f110e64
+Author: Michael Buesch <mb at bu3sch.de>
+Date:   Thu May 22 17:06:36 2008 +0200
+
+    b43legacy: Fix controller restart crash
+    
+    This fixes a kernel crash on rmmod, in the case where the controller
+    was restarted before doing the rmmod.
+    
+    Signed-off-by: Michael Buesch <mb at bu3sch.de>
+    Signed-off-by: John W. Linville <linville at tuxdriver.com>
+
 commit c97c23e38625f59e3e9869664eeeb0cab1822948
 Author: Senthil Balasubramanian <senthilkumar at atheros.com>
 Date:   Wed May 28 23:15:32 2008 +0530
@@ -8556,8 +8659,8 @@
     Signed-off-by: John W. Linville <linville at tuxdriver.com>
 
 diff -up linux-2.6.25.noarch/drivers/net/wireless/adm8211.c.orig linux-2.6.25.noarch/drivers/net/wireless/adm8211.c
---- linux-2.6.25.noarch/drivers/net/wireless/adm8211.c.orig	2008-05-29 14:16:33.000000000 -0400
-+++ linux-2.6.25.noarch/drivers/net/wireless/adm8211.c	2008-05-29 14:16:48.000000000 -0400
+--- linux-2.6.25.noarch/drivers/net/wireless/adm8211.c.orig	2008-06-03 16:18:55.000000000 -0400
++++ linux-2.6.25.noarch/drivers/net/wireless/adm8211.c	2008-06-03 16:19:09.000000000 -0400
 @@ -48,6 +48,32 @@ static struct pci_device_id adm8211_pci_
  	{ 0 }
  };
@@ -8755,8 +8858,8 @@
  	err = ieee80211_register_hw(dev);
  	if (err) {
 diff -up linux-2.6.25.noarch/drivers/net/wireless/adm8211.h.orig linux-2.6.25.noarch/drivers/net/wireless/adm8211.h
---- linux-2.6.25.noarch/drivers/net/wireless/adm8211.h.orig	2008-05-29 14:16:32.000000000 -0400
-+++ linux-2.6.25.noarch/drivers/net/wireless/adm8211.h	2008-05-29 14:16:46.000000000 -0400
+--- linux-2.6.25.noarch/drivers/net/wireless/adm8211.h.orig	2008-06-03 16:18:55.000000000 -0400
++++ linux-2.6.25.noarch/drivers/net/wireless/adm8211.h	2008-06-03 16:19:09.000000000 -0400
 @@ -534,61 +534,6 @@ struct adm8211_eeprom {
  	u8	cis_data[0];		/* 0x80, 384 bytes */
  } __attribute__ ((packed));
@@ -8844,8 +8947,8 @@
  	{1,  11},	/* FCC */
  	{1,  11},	/* IC */
 diff -up linux-2.6.25.noarch/drivers/net/wireless/airo.c.orig linux-2.6.25.noarch/drivers/net/wireless/airo.c
---- linux-2.6.25.noarch/drivers/net/wireless/airo.c.orig	2008-05-29 14:16:32.000000000 -0400
-+++ linux-2.6.25.noarch/drivers/net/wireless/airo.c	2008-05-29 14:16:47.000000000 -0400
+--- linux-2.6.25.noarch/drivers/net/wireless/airo.c.orig	2008-06-03 16:18:55.000000000 -0400
++++ linux-2.6.25.noarch/drivers/net/wireless/airo.c	2008-06-03 16:19:22.000000000 -0400
 @@ -2668,6 +2668,7 @@ static struct net_device *init_wifidev(s
  	dev->irq = ethdev->irq;
  	dev->base_addr = ethdev->base_addr;
@@ -8859,7 +8962,7 @@
  static int waitbusy (struct airo_info *ai) {
  	int delay = 0;
 -	while ((IN4500 (ai, COMMAND) & COMMAND_BUSY) & (delay < 10000)) {
-+	while ((IN4500 (ai, COMMAND) & COMMAND_BUSY) && (delay < 10000)) {
++	while ((IN4500(ai, COMMAND) & COMMAND_BUSY) && (delay < 10000)) {
  		udelay (10);
  		if ((++delay % 20) == 0)
  			OUT4500(ai, EVACK, EV_CLEARCOMMANDBUSY);
@@ -9100,8 +9203,8 @@
  
  /*
 diff -up linux-2.6.25.noarch/drivers/net/wireless/ath5k/ath5k.h.orig linux-2.6.25.noarch/drivers/net/wireless/ath5k/ath5k.h
---- linux-2.6.25.noarch/drivers/net/wireless/ath5k/ath5k.h.orig	2008-05-29 14:16:33.000000000 -0400
-+++ linux-2.6.25.noarch/drivers/net/wireless/ath5k/ath5k.h	2008-05-29 14:16:47.000000000 -0400
+--- linux-2.6.25.noarch/drivers/net/wireless/ath5k/ath5k.h.orig	2008-06-03 16:18:55.000000000 -0400
++++ linux-2.6.25.noarch/drivers/net/wireless/ath5k/ath5k.h	2008-06-03 16:19:09.000000000 -0400
 @@ -30,7 +30,6 @@
  #include <net/mac80211.h>
  
@@ -9451,8 +9554,8 @@
  extern int ath5k_hw_get_capability(struct ath5k_hw *ah, enum ath5k_capability_type cap_type, u32 capability, u32 *result);
  
 diff -up linux-2.6.25.noarch/drivers/net/wireless/ath5k/base.c.orig linux-2.6.25.noarch/drivers/net/wireless/ath5k/base.c
---- linux-2.6.25.noarch/drivers/net/wireless/ath5k/base.c.orig	2008-05-29 14:16:33.000000000 -0400
-+++ linux-2.6.25.noarch/drivers/net/wireless/ath5k/base.c	2008-05-29 14:16:48.000000000 -0400
+--- linux-2.6.25.noarch/drivers/net/wireless/ath5k/base.c.orig	2008-06-03 16:18:55.000000000 -0400
++++ linux-2.6.25.noarch/drivers/net/wireless/ath5k/base.c	2008-06-03 16:19:09.000000000 -0400
 @@ -58,10 +58,6 @@
  #include "reg.h"
  #include "debug.h"
@@ -10506,8 +10609,8 @@
  	memcpy(stats, &sc->ll_stats, sizeof(sc->ll_stats));
  
 diff -up linux-2.6.25.noarch/drivers/net/wireless/ath5k/base.h.orig linux-2.6.25.noarch/drivers/net/wireless/ath5k/base.h
---- linux-2.6.25.noarch/drivers/net/wireless/ath5k/base.h.orig	2008-05-29 14:16:33.000000000 -0400
-+++ linux-2.6.25.noarch/drivers/net/wireless/ath5k/base.h	2008-05-29 14:16:48.000000000 -0400
+--- linux-2.6.25.noarch/drivers/net/wireless/ath5k/base.h.orig	2008-06-03 16:18:55.000000000 -0400
++++ linux-2.6.25.noarch/drivers/net/wireless/ath5k/base.h	2008-06-03 16:19:09.000000000 -0400
 @@ -83,7 +83,7 @@ struct ath5k_txq {
  #if CHAN_DEBUG
  #define ATH_CHAN_MAX	(26+26+26+200+200)
@@ -10553,8 +10656,8 @@
  
  #define ath5k_hw_hasbssidmask(_ah) \
 diff -up linux-2.6.25.noarch/drivers/net/wireless/ath5k/debug.c.orig linux-2.6.25.noarch/drivers/net/wireless/ath5k/debug.c
---- linux-2.6.25.noarch/drivers/net/wireless/ath5k/debug.c.orig	2008-05-29 14:16:33.000000000 -0400
-+++ linux-2.6.25.noarch/drivers/net/wireless/ath5k/debug.c	2008-05-29 14:16:48.000000000 -0400
+--- linux-2.6.25.noarch/drivers/net/wireless/ath5k/debug.c.orig	2008-06-03 16:18:55.000000000 -0400
++++ linux-2.6.25.noarch/drivers/net/wireless/ath5k/debug.c	2008-06-03 16:19:09.000000000 -0400
 @@ -65,7 +65,7 @@ static unsigned int ath5k_debug;
  module_param_named(debug, ath5k_debug, uint, 0);
[...3448 lines suppressed...]
  #include <linux/list.h>
  #include <linux/types.h>
@@ -123787,8 +124000,8 @@
  
  #endif /* STA_INFO_H */
 diff -up linux-2.6.25.noarch/net/mac80211/tkip.c.orig linux-2.6.25.noarch/net/mac80211/tkip.c
---- linux-2.6.25.noarch/net/mac80211/tkip.c.orig	2008-05-29 14:16:31.000000000 -0400
-+++ linux-2.6.25.noarch/net/mac80211/tkip.c	2008-05-29 14:16:46.000000000 -0400
+--- linux-2.6.25.noarch/net/mac80211/tkip.c.orig	2008-06-03 16:18:56.000000000 -0400
++++ linux-2.6.25.noarch/net/mac80211/tkip.c	2008-06-03 16:19:10.000000000 -0400
 @@ -12,7 +12,7 @@
  #include <linux/netdevice.h>
  
@@ -123886,8 +124099,8 @@
  
  	tkip_mixing_phase2(key->u.tkip.p1k_rx[queue],
 diff -up linux-2.6.25.noarch/net/mac80211/tkip.h.orig linux-2.6.25.noarch/net/mac80211/tkip.h
---- linux-2.6.25.noarch/net/mac80211/tkip.h.orig	2008-05-29 14:16:31.000000000 -0400
-+++ linux-2.6.25.noarch/net/mac80211/tkip.h	2008-05-29 14:16:46.000000000 -0400
+--- linux-2.6.25.noarch/net/mac80211/tkip.h.orig	2008-06-03 16:18:56.000000000 -0400
++++ linux-2.6.25.noarch/net/mac80211/tkip.h	2008-06-03 16:19:10.000000000 -0400
 @@ -11,7 +11,7 @@
  
  #include <linux/types.h>
@@ -123907,8 +124120,8 @@
  
  #endif /* TKIP_H */
 diff -up linux-2.6.25.noarch/net/mac80211/tx.c.orig linux-2.6.25.noarch/net/mac80211/tx.c
---- linux-2.6.25.noarch/net/mac80211/tx.c.orig	2008-05-29 14:16:32.000000000 -0400
-+++ linux-2.6.25.noarch/net/mac80211/tx.c	2008-05-29 14:16:46.000000000 -0400
+--- linux-2.6.25.noarch/net/mac80211/tx.c.orig	2008-06-03 16:18:56.000000000 -0400
++++ linux-2.6.25.noarch/net/mac80211/tx.c	2008-06-03 16:19:10.000000000 -0400
 @@ -25,11 +25,12 @@
  #include <asm/unaligned.h>
  
@@ -125349,8 +125562,8 @@
  	return skb;
  }
 diff -up linux-2.6.25.noarch/net/mac80211/util.c.orig linux-2.6.25.noarch/net/mac80211/util.c
---- linux-2.6.25.noarch/net/mac80211/util.c.orig	2008-05-29 14:16:32.000000000 -0400
-+++ linux-2.6.25.noarch/net/mac80211/util.c	2008-05-29 14:17:08.000000000 -0400
+--- linux-2.6.25.noarch/net/mac80211/util.c.orig	2008-06-03 16:18:56.000000000 -0400
++++ linux-2.6.25.noarch/net/mac80211/util.c	2008-06-03 16:19:10.000000000 -0400
 @@ -25,7 +25,8 @@
  #include <net/rtnetlink.h>
  
@@ -125669,8 +125882,8 @@
 -EXPORT_SYMBOL_GPL(ieee80211_iterate_active_interfaces);
 +EXPORT_SYMBOL_GPL(ieee80211_iterate_active_interfaces_atomic);
 diff -up linux-2.6.25.noarch/net/mac80211/wep.c.orig linux-2.6.25.noarch/net/mac80211/wep.c
---- linux-2.6.25.noarch/net/mac80211/wep.c.orig	2008-05-29 14:16:32.000000000 -0400
-+++ linux-2.6.25.noarch/net/mac80211/wep.c	2008-05-29 14:16:46.000000000 -0400
+--- linux-2.6.25.noarch/net/mac80211/wep.c.orig	2008-06-03 16:18:56.000000000 -0400
++++ linux-2.6.25.noarch/net/mac80211/wep.c	2008-06-03 16:19:10.000000000 -0400
 @@ -305,39 +305,39 @@ u8 * ieee80211_wep_is_weak_iv(struct sk_
  	return NULL;
  }
@@ -125761,8 +125974,8 @@
 +	return TX_CONTINUE;
  }
 diff -up linux-2.6.25.noarch/net/mac80211/wep.h.orig linux-2.6.25.noarch/net/mac80211/wep.h
---- linux-2.6.25.noarch/net/mac80211/wep.h.orig	2008-05-29 14:16:31.000000000 -0400
-+++ linux-2.6.25.noarch/net/mac80211/wep.h	2008-05-29 14:16:46.000000000 -0400
+--- linux-2.6.25.noarch/net/mac80211/wep.h.orig	2008-06-03 16:18:56.000000000 -0400
++++ linux-2.6.25.noarch/net/mac80211/wep.h	2008-06-03 16:19:10.000000000 -0400
 @@ -14,7 +14,7 @@
  #include <linux/skbuff.h>
  #include <linux/types.h>
@@ -125787,8 +126000,8 @@
  
  #endif /* WEP_H */
 diff -up /dev/null linux-2.6.25.noarch/net/mac80211/wext.c
---- /dev/null	2008-05-29 09:05:15.457004939 -0400
-+++ linux-2.6.25.noarch/net/mac80211/wext.c	2008-05-29 14:17:08.000000000 -0400
+--- /dev/null	2008-06-02 07:27:38.814002862 -0400
++++ linux-2.6.25.noarch/net/mac80211/wext.c	2008-06-03 16:19:10.000000000 -0400
 @@ -0,0 +1,1156 @@
 +/*
 + * Copyright 2002-2005, Instant802 Networks, Inc.
@@ -126947,8 +127160,8 @@
 +	.get_wireless_stats = ieee80211_get_wireless_stats,
 +};
 diff -up linux-2.6.25.noarch/net/mac80211/wme.c.orig linux-2.6.25.noarch/net/mac80211/wme.c
---- linux-2.6.25.noarch/net/mac80211/wme.c.orig	2008-05-29 14:16:31.000000000 -0400
-+++ linux-2.6.25.noarch/net/mac80211/wme.c	2008-05-29 14:16:46.000000000 -0400
+--- linux-2.6.25.noarch/net/mac80211/wme.c.orig	2008-06-03 16:18:56.000000000 -0400
++++ linux-2.6.25.noarch/net/mac80211/wme.c	2008-06-03 16:19:10.000000000 -0400
 @@ -19,10 +19,13 @@
  #include "wme.h"
  
@@ -127158,8 +127371,8 @@
 +	}
 +}
 diff -up linux-2.6.25.noarch/net/mac80211/wme.h.orig linux-2.6.25.noarch/net/mac80211/wme.h
---- linux-2.6.25.noarch/net/mac80211/wme.h.orig	2008-05-29 14:16:31.000000000 -0400
-+++ linux-2.6.25.noarch/net/mac80211/wme.h	2008-05-29 14:16:46.000000000 -0400
+--- linux-2.6.25.noarch/net/mac80211/wme.h.orig	2008-06-03 16:18:56.000000000 -0400
++++ linux-2.6.25.noarch/net/mac80211/wme.h	2008-06-03 16:19:10.000000000 -0400
 @@ -24,6 +24,8 @@
  
  #define QOS_CONTROL_TAG1D_MASK 0x07
@@ -127205,8 +127418,8 @@
  {
  	return 0;
 diff -up linux-2.6.25.noarch/net/mac80211/wpa.c.orig linux-2.6.25.noarch/net/mac80211/wpa.c
---- linux-2.6.25.noarch/net/mac80211/wpa.c.orig	2008-05-29 14:16:32.000000000 -0400
-+++ linux-2.6.25.noarch/net/mac80211/wpa.c	2008-05-29 14:16:46.000000000 -0400
+--- linux-2.6.25.noarch/net/mac80211/wpa.c.orig	2008-06-03 16:18:56.000000000 -0400
++++ linux-2.6.25.noarch/net/mac80211/wpa.c	2008-06-03 16:19:10.000000000 -0400
 @@ -70,8 +70,8 @@ static int ieee80211_get_hdr_info(const 
  }
  
@@ -127586,8 +127799,8 @@
 +	return RX_CONTINUE;
  }
 diff -up linux-2.6.25.noarch/net/mac80211/wpa.h.orig linux-2.6.25.noarch/net/mac80211/wpa.h
---- linux-2.6.25.noarch/net/mac80211/wpa.h.orig	2008-05-29 14:16:32.000000000 -0400
-+++ linux-2.6.25.noarch/net/mac80211/wpa.h	2008-05-29 14:16:46.000000000 -0400
+--- linux-2.6.25.noarch/net/mac80211/wpa.h.orig	2008-06-03 16:18:56.000000000 -0400
++++ linux-2.6.25.noarch/net/mac80211/wpa.h	2008-06-03 16:19:10.000000000 -0400
 @@ -13,19 +13,19 @@
  #include <linux/types.h>
  #include "ieee80211_i.h"
@@ -127621,8 +127834,8 @@
  
  #endif /* WPA_H */
 diff -up linux-2.6.25.noarch/net/wireless/core.c.orig linux-2.6.25.noarch/net/wireless/core.c
---- linux-2.6.25.noarch/net/wireless/core.c.orig	2008-05-29 14:16:32.000000000 -0400
-+++ linux-2.6.25.noarch/net/wireless/core.c	2008-05-29 14:16:46.000000000 -0400
+--- linux-2.6.25.noarch/net/wireless/core.c.orig	2008-06-03 16:18:56.000000000 -0400
++++ linux-2.6.25.noarch/net/wireless/core.c	2008-06-03 16:19:10.000000000 -0400
 @@ -232,6 +232,47 @@ int wiphy_register(struct wiphy *wiphy)
  {
  	struct cfg80211_registered_device *drv = wiphy_to_dev(wiphy);
@@ -127672,8 +127885,8 @@
  	mutex_lock(&cfg80211_drv_mutex);
  
 diff -up linux-2.6.25.noarch/net/wireless/core.h.orig linux-2.6.25.noarch/net/wireless/core.h
---- linux-2.6.25.noarch/net/wireless/core.h.orig	2008-05-29 14:16:32.000000000 -0400
-+++ linux-2.6.25.noarch/net/wireless/core.h	2008-05-29 14:16:46.000000000 -0400
+--- linux-2.6.25.noarch/net/wireless/core.h.orig	2008-06-03 16:18:56.000000000 -0400
++++ linux-2.6.25.noarch/net/wireless/core.h	2008-06-03 16:19:10.000000000 -0400
 @@ -78,4 +78,7 @@ extern void cfg80211_dev_free(struct cfg
  extern int cfg80211_dev_rename(struct cfg80211_registered_device *drv,
  			       char *newname);
@@ -127683,8 +127896,8 @@
 +
  #endif /* __NET_WIRELESS_CORE_H */
 diff -up linux-2.6.25.noarch/net/wireless/Makefile.orig linux-2.6.25.noarch/net/wireless/Makefile
---- linux-2.6.25.noarch/net/wireless/Makefile.orig	2008-05-29 14:16:32.000000000 -0400
-+++ linux-2.6.25.noarch/net/wireless/Makefile	2008-05-29 14:16:46.000000000 -0400
+--- linux-2.6.25.noarch/net/wireless/Makefile.orig	2008-06-03 16:18:56.000000000 -0400
++++ linux-2.6.25.noarch/net/wireless/Makefile	2008-06-03 16:19:10.000000000 -0400
 @@ -1,5 +1,5 @@
  obj-$(CONFIG_WIRELESS_EXT) += wext.o
  obj-$(CONFIG_CFG80211) += cfg80211.o
@@ -127693,8 +127906,8 @@
 +cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o
  cfg80211-$(CONFIG_NL80211) += nl80211.o
 diff -up linux-2.6.25.noarch/net/wireless/nl80211.c.orig linux-2.6.25.noarch/net/wireless/nl80211.c
---- linux-2.6.25.noarch/net/wireless/nl80211.c.orig	2008-05-29 14:16:32.000000000 -0400
-+++ linux-2.6.25.noarch/net/wireless/nl80211.c	2008-05-29 14:16:46.000000000 -0400
+--- linux-2.6.25.noarch/net/wireless/nl80211.c.orig	2008-06-03 16:18:56.000000000 -0400
++++ linux-2.6.25.noarch/net/wireless/nl80211.c	2008-06-03 16:19:10.000000000 -0400
 @@ -81,7 +81,12 @@ static struct nla_policy nl80211_policy[
  	[NL80211_ATTR_STA_LISTEN_INTERVAL] = { .type = NLA_U16 },
  	[NL80211_ATTR_STA_SUPPORTED_RATES] = { .type = NLA_BINARY,
@@ -128385,8 +128598,8 @@
  
  /* multicast groups */
 diff -up /dev/null linux-2.6.25.noarch/net/wireless/reg.c
---- /dev/null	2008-05-29 09:05:15.457004939 -0400
-+++ linux-2.6.25.noarch/net/wireless/reg.c	2008-05-29 14:16:46.000000000 -0400
+--- /dev/null	2008-06-02 07:27:38.814002862 -0400
++++ linux-2.6.25.noarch/net/wireless/reg.c	2008-06-03 16:19:10.000000000 -0400
 @@ -0,0 +1,162 @@
 +/*
 + * Copyright 2002-2005, Instant802 Networks, Inc.
@@ -128551,8 +128764,8 @@
 +			handle_band(wiphy->bands[band], rd);
 +}
 diff -up /dev/null linux-2.6.25.noarch/net/wireless/util.c
---- /dev/null	2008-05-29 09:05:15.457004939 -0400
-+++ linux-2.6.25.noarch/net/wireless/util.c	2008-05-29 14:16:46.000000000 -0400
+--- /dev/null	2008-06-02 07:27:38.814002862 -0400
++++ linux-2.6.25.noarch/net/wireless/util.c	2008-06-03 16:19:10.000000000 -0400
 @@ -0,0 +1,121 @@
 +/*
 + * Wireless utility functions
@@ -128676,8 +128889,8 @@
 +			set_mandatory_flags_band(wiphy->bands[band], band);
 +}
 diff -up linux-2.6.25.noarch/net/wireless/wext.c.orig linux-2.6.25.noarch/net/wireless/wext.c
---- linux-2.6.25.noarch/net/wireless/wext.c.orig	2008-05-29 14:16:32.000000000 -0400
-+++ linux-2.6.25.noarch/net/wireless/wext.c	2008-05-29 14:16:46.000000000 -0400
+--- linux-2.6.25.noarch/net/wireless/wext.c.orig	2008-06-03 16:18:56.000000000 -0400
++++ linux-2.6.25.noarch/net/wireless/wext.c	2008-06-03 16:19:10.000000000 -0400
 @@ -1157,7 +1157,7 @@ static void rtmsg_iwinfo(struct net_devi
  	struct sk_buff *skb;
  	int err;




More information about the fedora-extras-commits mailing list