rpms/kernel/F-8 config-generic, 1.61, 1.62 kernel.spec, 1.429, 1.430 linux-2.6-wireless-pending.patch, 1.41, 1.42

John W. Linville (linville) fedora-extras-commits at redhat.com
Wed Apr 16 23:48:03 UTC 2008


Author: linville

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

Modified Files:
	config-generic kernel.spec linux-2.6-wireless-pending.patch 
Log Message:
upstream wireless updates from 2008-04-16


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-8/config-generic,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- config-generic	7 Apr 2008 04:32:02 -0000	1.61
+++ config-generic	16 Apr 2008 23:47:25 -0000	1.62
@@ -1271,7 +1271,7 @@
 CONFIG_LIBERTAS_SDIO=m
 CONFIG_LIBERTAS_DEBUG=y
 CONFIG_IWLWIFI_LEDS=y
-CONFIG_IWLCORE_RFKILL=y
+CONFIG_IWLWIFI_RFKILL=y
 CONFIG_IWL4965=m
 CONFIG_IWLWIFI_DEBUG=y
 CONFIG_IWLWIFI_DEBUGFS=y


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-8/kernel.spec,v
retrieving revision 1.429
retrieving revision 1.430
diff -u -r1.429 -r1.430
--- kernel.spec	16 Apr 2008 20:49:08 -0000	1.429
+++ kernel.spec	16 Apr 2008 23:47:25 -0000	1.430
@@ -2023,6 +2023,48 @@
 
 
 %changelog
+* Wed Apr 16 2008 John W. Linville <linville at redhat.com> 2.6.24.4-84
+- iwlwifi: replace sprintf with scnprintf for debugfs output
+- proc: switch /proc/driver/ray_cs/ray_cs to seq_file interface
+- iwlwifi: add default WEP key host command
+- iwlwifi: default WEP HW encryption
+- iwlwifi: add 1X HW WEP support
+- iwlwifi: maintain uCode key table state
+- iwlwifi: moves security functions to iwl-sta.c
+- iwlwifi: remove the statistics work
+- iwlwifi: Fix TKIP update key and get_free_ucode_key
+- iwlwifi: Use HW acceleration decryption by default
+- libertas: convert libertas driver to use an event/cmdresp queue
+- libertas: un-garbage various command structs
+- rt2x00: Only free skb when beacon_update fails
+- mac80211: fix key hwaccel race
+- mac80211: further RCU fixes
+- mac80211: fix spinlock recursion
+- mac80211: fix key todo list order
+- mac80211: allow WDS mode
+- mac80211: rework scanning to account for probe response/beacon difference
+- mlme.c: fixup some merge damage
+- ssb-pcicore: Remove b44 TPS flag workaround
+- b43: Add fastpath to b43_mac_suspend()
+- iwlwifi: fix unload warning and error
+- ath5k: Add RF2425 initvals
+- ath5k: Misc fixes/cleanups
+- mac80211: no BSS changes to driver from beacons processed during scanning
+- iwl4965: make iwl4965_send_rxon_assoc asynchronous
+- iwlwifi: make Makefile more concise
+- iwlwifi: perform bss_info_changed post association work right away
+- iwlwifi: move HW device registration
+- iwlwifi: arrange max number of Tx queues
+- b43legacy: fix TBTT and PU timings
+- iwlwifi: generalize iwlwifi init flow
+- iwlwifi: Fix byte count table for fragmented packets
+- iwlwifi: move shared pointers to iwl_priv
+- iwlwifi: hw_setting cleanup
+- iwlwifi: support different num of tx and rx antennas
+- iwlwifi: move the creation of LQ host command to iwlcore
+- iwlwifi: introduce host commands callbacks
+- iwlwifi: move rxon associated command to hcmd
+
 * Wed Apr 16 2008 Jarod Wilson <jwilson at redhat.com> 2.6.24.4-83
 - Back out FireWire patch requiring successive selfID complete
   events, needs more work to keep from causing sbp2 issues (#435550)

linux-2.6-wireless-pending.patch:

View full diff with command:
/usr/bin/cvs -f diff  -kk -u -N -r 1.41 -r 1.42 linux-2.6-wireless-pending.patch
Index: linux-2.6-wireless-pending.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-8/linux-2.6-wireless-pending.patch,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- linux-2.6-wireless-pending.patch	9 Apr 2008 21:17:41 -0000	1.41
+++ linux-2.6-wireless-pending.patch	16 Apr 2008 23:47:25 -0000	1.42
@@ -1,3 +1,592 @@
+commit 30b89b0f5e1313c8a5a039abeaa89248b6338d81
+Author: Johannes Berg <johannes at sipsolutions.net>
+Date:   Wed Apr 16 17:43:20 2008 +0200
+
+    mac80211: rework scanning to account for probe response/beacon difference
+    
+    This patch reworks the scanning code (ieee80211_rx_bss_info) to take
+    more parameters from beacons and keep a BSS info structure alive when
+    only beacons for it are received. This fixes a problem with iwlwifi
+    drivers (where we don't understand the root cause of the problem yet)
+    and another driver for some broken hardware (which cannot send probe
+    requests unless associated, so can't always actively scan.)
+    
+    Signed-off-by: Bill Moss <bmoss at clemson.edu>
+    [jmberg: reformatted comments, make probe_resp a bool]
+    Signed-off-by: Johannes Berg <johannes at sipsolutions.net>
+    Signed-off-by: John W. Linville <linville at tuxdriver.com>
+
+commit 194828a292db3cf421ae7f82232f2fc655fbbc3c
+Author: Nick Kossifidis <mick at madwifi.org>
+Date:   Wed Apr 16 18:49:02 2008 +0300
+
+    ath5k: Misc fixes/cleanups
+    
+    *Handle MIB interrupts and pass low level stats to mac80211
+    *Add Power On Self Test function
+    *Update to match recent dumps
+    *Let RF2425 attach so we can further test it
+    *Remove unused files regdom.c and regdom.h
+    
+    base.c
+    Changes-licensed-under: 3-clause-BSD
+    
+    rest
+    Changes-licensed-under: ISC
+    
+    Signed-off-by: Nick Kossifidis <mickflemm at gmail.com>
+    Signed-off-by: John W. Linville <linville at tuxdriver.com>
+
+commit 136bfc798fe5378c7c1b5f5294abcfd1428438b3
+Author: Nick Kossifidis <mick at madwifi.org>
+Date:   Wed Apr 16 18:42:48 2008 +0300
+
+    ath5k: Add RF2425 initvals
+    
+    *Add RF2425 initvals (still no rx/tx)
+    
+    This was on my laptop for a long time so it has to go out even if
+    it still doesn't work, i hope i'll get my hands on an eeepc so i can
+    work this out.
+    
+    base.c
+    Changes-licensed-under: 3-clause-BSD
+    
+    rest
+    Changes-licensed-under: ISC
+    
+    Signed-off-by: Nick Kossifidis <mickflemm at gmail.com>
+    Signed-off-by: John W. Linville <linville at tuxdriver.com>
+
+commit fcc76c6b3367e654377d61403f4945ac85c4b651
+Author: Emmanuel Grumbach <emmanuel.grumbach at intel.com>
+Date:   Tue Apr 15 16:01:47 2008 -0700
+
+    iwlwifi: Use HW acceleration decryption by default
+    
+    This patch reverses the hw_crypto logic and makes HW crypto a default.
+    Giving swcrypto=1 as parameter to the module disables HW crypto.
+    
+    Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach at intel.com>
+    Signed-off-by: Tomas Winkler <tomas.winkler at intel.com>
+    Signed-off-by: John W. Linville <linville at tuxdriver.com>
+
+commit 59003835020ed696e941df2f8a50210bdc6e246c
+Author: Mohamed Abbas <mabbas at linux.intel.com>
+Date:   Tue Apr 15 16:01:46 2008 -0700
+
+    iwlwifi: fix unload warning and error
+    
+    This patch fix the error we get when unload the driver, No space for Tx.
+    The cause of this problem is related to receiving late SW rfkill from
+    rfkill subsystem during the driver teardown causing this error.
+    
+    Signed-off-by: Mohamed Abbas <mabbas at linux.intel.com>
+    Signed-off-by: Reinette Chatre <reinette.chatre at intel.com>
+    Signed-off-by: John W. Linville <linville at tuxdriver.com>
+
+commit dfe7d458408188718089f41d0e2330fed13697e2
+Author: Ron Rindjunsky <ron.rindjunsky at intel.com>
+Date:   Tue Apr 15 16:01:45 2008 -0700
+
+    iwlwifi: arrange max number of Tx queues
+    
+    This patch increases the max possible number of Tx queues, but leaves
+    current used number of queues as HW dependent
+    
+    Signed-off-by: Ron Rindjunsky <ron.rindjunsky at intel.com>
+    Signed-off-by: Tomas Winkler <tomas.winkler at intel.com>
+    Signed-off-by: John W. Linville <linville at tuxdriver.com>
+
+commit 77bab6024c69de781464c6ad094db6996d996938
+Author: Emmanuel Grumbach <emmanuel.grumbach at intel.com>
+Date:   Tue Apr 15 16:01:44 2008 -0700
+
+    iwlwifi: Fix TKIP update key and get_free_ucode_key
+    
+    This patch fixes a bug in update_tkip_key: only one key needs to be
+    allocated in uCode, every time it is updated, the old one will be
+    overwritten
+    
+    Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach at intel.com>
+    Signed-off-by: Tomas Winkler <tomas.winkler at intel.com>
+    Signed-off-by: John W. Linville <linville at tuxdriver.com>
+
+commit 7e8c519ecbd44cbe017f1749eb1f0f87d86d6ea2
+Author: Tomas Winkler <tomas.winkler at intel.com>
+Date:   Tue Apr 15 16:01:43 2008 -0700
+
+    iwlwifi: move rxon associated command to hcmd
+    
+    This patch run rxon associated command from hcmd handler
+    
+    Signed-off-by: Tomas Winkler <tomas.winkler at intel.com>
+    Signed-off-by: Reinette Chatre <reinette.chatre at intel.com>
+    Signed-off-by: John W. Linville <linville at tuxdriver.com>
+
+commit 3c424c281a9887733ab936477c327cdb2a7ae367
+Author: Tomas Winkler <tomas.winkler at intel.com>
+Date:   Tue Apr 15 16:01:42 2008 -0700
+
+    iwlwifi: introduce host commands callbacks
+    
+    This patch adds place holder for host command handlers
+    for supporting different implementations per HW
+    
+    Signed-off-by: Tomas Winkler <tomas.winkler at intel.com>
+    Signed-off-by: Reinette Chatre <reinette.chatre at intel.com>
+    Signed-off-by: John W. Linville <linville at tuxdriver.com>
+
+commit fed9017e03f23098137716bd6010772ac1aa8a80
+Author: Ron Rindjunsky <ron.rindjunsky at intel.com>
+Date:   Tue Apr 15 16:01:41 2008 -0700
+
+    iwlwifi: move HW device registration
+    
+    This patch moves the HW device registration from the iwl-4965.c file, which
+    implies a HW specific support, to a more general location.
+    
+    Signed-off-by: Ron Rindjunsky <ron.rindjunsky at intel.com>
+    Signed-off-by: Tomas Winkler <tomas.winkler at intel.com>
+    Signed-off-by: John W. Linville <linville at tuxdriver.com>
+
+commit 66c73db7c6f7672e40c0bb1d2689f2d0d0922aad
+Author: Tomas Winkler <tomas.winkler at intel.com>
+Date:   Tue Apr 15 16:01:40 2008 -0700
+
+    iwlwifi: move the creation of LQ host command to iwlcore
+    
+    This patch moves creation of LQ host command to iwlcore
+    from previous location in rate scaling.
+    
+    Signed-off-by: Tomas Winkler <tomas.winkler at intel.com>
+    Signed-off-by: Ron Rindjunsky <ron.rindjunsky at intel.com>
+    Signed-off-by: John W. Linville <linville at tuxdriver.com>
+
+commit ec35cf2afb0d807c39188e3a9962ffa51f603024
+Author: Tomas Winkler <tomas.winkler at intel.com>
+Date:   Tue Apr 15 16:01:39 2008 -0700
+
+    iwlwifi: support different num of tx and rx antennas
+    
+    This patch adds infrastructure for supporting different
+    number of tx and rx antennas
+    
+    Signed-off-by: Tomas Winkler <tomas.winkler at intel.com>
+    Signed-off-by: Reinette Chatre <reinette.chatre at intel.com>
+    Signed-off-by: John W. Linville <linville at tuxdriver.com>
+
+commit 5425e490471d521bae2fce16d22995803b41d90f
+Author: Tomas Winkler <tomas.winkler at intel.com>
+Date:   Tue Apr 15 16:01:38 2008 -0700
+
+    iwlwifi: hw_setting cleanup
+    
+    1. This patch renames hw_setting to hw_params
+    2. Align names of the structure and variables
+    3. set_hw_params is called from libs_ops
+    
+    Signed-off-by: Tomas Winkler <tomas.winkler at intel.com>
+    Signed-off-by: Reinette Chatre <reinette.chatre at intel.com>
+    Signed-off-by: John W. Linville <linville at tuxdriver.com>
[...18820 lines suppressed...]
  err_dequeue:
  	list_del(&bus->list);
  err_pcmcia_exit:
@@ -119134,7 +123729,7 @@
  err_pci_exit:
  	ssb_pci_exit(bus);
  err_unmap:
-@@ -1007,9 +1153,9 @@ u32 ssb_dma_translation(struct ssb_devic
+@@ -1010,9 +1156,9 @@ u32 ssb_dma_translation(struct ssb_devic
  {
  	switch (dev->bus->bustype) {
  	case SSB_BUSTYPE_SSB:
@@ -119145,7 +123740,7 @@
  		return SSB_PCI_DMA;
  	}
  	return 0;
-@@ -1159,7 +1305,14 @@ static int __init ssb_modinit(void)
+@@ -1161,7 +1307,14 @@ static int __init ssb_modinit(void)
  	err = b43_pci_ssb_bridge_init();
  	if (err) {
  		ssb_printk(KERN_ERR "Broadcom 43xx PCI-SSB-bridge "
@@ -119161,7 +123756,7 @@
  		/* don't fail SSB init because of this */
  		err = 0;
  	}
-@@ -1173,6 +1326,7 @@ fs_initcall(ssb_modinit);
+@@ -1175,6 +1328,7 @@ fs_initcall(ssb_modinit);
  
  static void __exit ssb_modexit(void)
  {
@@ -119171,7 +123766,7 @@
  }
 diff -up linux-2.6.24.noarch/drivers/ssb/pcihost_wrapper.c.orig linux-2.6.24.noarch/drivers/ssb/pcihost_wrapper.c
 --- linux-2.6.24.noarch/drivers/ssb/pcihost_wrapper.c.orig	2008-01-24 17:58:37.000000000 -0500
-+++ linux-2.6.24.noarch/drivers/ssb/pcihost_wrapper.c	2008-04-09 17:01:10.000000000 -0400
++++ linux-2.6.24.noarch/drivers/ssb/pcihost_wrapper.c	2008-04-16 19:32:40.000000000 -0400
 @@ -18,6 +18,12 @@
  #ifdef CONFIG_PM
  static int ssb_pcihost_suspend(struct pci_dev *dev, pm_message_t state)
@@ -119204,8 +123799,8 @@
  	return 0;
  }
 diff -up linux-2.6.24.noarch/drivers/ssb/driver_mipscore.c.orig linux-2.6.24.noarch/drivers/ssb/driver_mipscore.c
---- linux-2.6.24.noarch/drivers/ssb/driver_mipscore.c.orig	2008-04-09 17:00:23.000000000 -0400
-+++ linux-2.6.24.noarch/drivers/ssb/driver_mipscore.c	2008-04-09 17:00:51.000000000 -0400
+--- linux-2.6.24.noarch/drivers/ssb/driver_mipscore.c.orig	2008-04-16 19:28:30.000000000 -0400
++++ linux-2.6.24.noarch/drivers/ssb/driver_mipscore.c	2008-04-16 19:32:40.000000000 -0400
 @@ -210,6 +210,7 @@ void ssb_mipscore_init(struct ssb_mipsco
  			/* fallthrough */
  		case SSB_DEV_PCI:
@@ -119215,8 +123810,8 @@
  		case SSB_DEV_USB20_HOST:
  			/* These devices get their own IRQ line if available, the rest goes on IRQ0 */
 diff -up linux-2.6.24.noarch/drivers/ssb/ssb_private.h.orig linux-2.6.24.noarch/drivers/ssb/ssb_private.h
---- linux-2.6.24.noarch/drivers/ssb/ssb_private.h.orig	2008-04-09 17:00:23.000000000 -0400
-+++ linux-2.6.24.noarch/drivers/ssb/ssb_private.h	2008-04-09 17:01:10.000000000 -0400
+--- linux-2.6.24.noarch/drivers/ssb/ssb_private.h.orig	2008-04-16 19:28:30.000000000 -0400
++++ linux-2.6.24.noarch/drivers/ssb/ssb_private.h	2008-04-16 19:32:40.000000000 -0400
 @@ -81,6 +81,8 @@ extern int ssb_pcmcia_switch_segment(str
  				     u8 seg);
  extern int ssb_pcmcia_get_invariants(struct ssb_bus *bus,
@@ -119268,8 +123863,8 @@
  /* b43_pci_bridge.c */
  #ifdef CONFIG_SSB_B43_PCI_BRIDGE
 diff -up /dev/null linux-2.6.24.noarch/drivers/ssb/driver_gige.c
---- /dev/null	2008-04-08 08:17:04.746003572 -0400
-+++ linux-2.6.24.noarch/drivers/ssb/driver_gige.c	2008-04-09 17:00:51.000000000 -0400
+--- /dev/null	2008-04-16 08:17:44.787003139 -0400
++++ linux-2.6.24.noarch/drivers/ssb/driver_gige.c	2008-04-16 19:32:40.000000000 -0400
 @@ -0,0 +1,294 @@
 +/*
 + * Sonics Silicon Backplane
@@ -119566,8 +124161,8 @@
 +	return ssb_driver_register(&ssb_gige_driver);
 +}
 diff -up linux-2.6.24.noarch/drivers/ssb/pci.c.orig linux-2.6.24.noarch/drivers/ssb/pci.c
---- linux-2.6.24.noarch/drivers/ssb/pci.c.orig	2008-04-09 17:00:23.000000000 -0400
-+++ linux-2.6.24.noarch/drivers/ssb/pci.c	2008-04-09 17:01:10.000000000 -0400
+--- linux-2.6.24.noarch/drivers/ssb/pci.c.orig	2008-04-16 19:28:30.000000000 -0400
++++ linux-2.6.24.noarch/drivers/ssb/pci.c	2008-04-16 19:32:40.000000000 -0400
 @@ -227,7 +227,7 @@ static u8 ssb_sprom_crc(const u16 *sprom
  	return crc;
  }
@@ -119856,8 +124451,8 @@
  	if (err)
  		goto out;
 diff -up linux-2.6.24.noarch/drivers/ssb/driver_chipcommon.c.orig linux-2.6.24.noarch/drivers/ssb/driver_chipcommon.c
---- linux-2.6.24.noarch/drivers/ssb/driver_chipcommon.c.orig	2008-04-09 17:00:23.000000000 -0400
-+++ linux-2.6.24.noarch/drivers/ssb/driver_chipcommon.c	2008-04-09 17:01:10.000000000 -0400
+--- linux-2.6.24.noarch/drivers/ssb/driver_chipcommon.c.orig	2008-04-16 19:28:30.000000000 -0400
++++ linux-2.6.24.noarch/drivers/ssb/driver_chipcommon.c	2008-04-16 19:32:40.000000000 -0400
 @@ -251,7 +251,7 @@ void ssb_chipcommon_init(struct ssb_chip
  	calc_fast_powerup_delay(cc);
  }
@@ -119885,8 +124480,8 @@
  {
  	return chipco_read32(cc, SSB_CHIPCO_GPIOIN) & mask;
 diff -up linux-2.6.24.noarch/drivers/ssb/Kconfig.orig linux-2.6.24.noarch/drivers/ssb/Kconfig
---- linux-2.6.24.noarch/drivers/ssb/Kconfig.orig	2008-04-09 17:00:23.000000000 -0400
-+++ linux-2.6.24.noarch/drivers/ssb/Kconfig	2008-04-09 17:01:10.000000000 -0400
+--- linux-2.6.24.noarch/drivers/ssb/Kconfig.orig	2008-04-16 19:28:30.000000000 -0400
++++ linux-2.6.24.noarch/drivers/ssb/Kconfig	2008-04-16 19:32:40.000000000 -0400
 @@ -20,6 +20,15 @@ config SSB
  
  	  If unsure, say N.
@@ -119934,8 +124529,8 @@
 +
  endmenu
 diff -up linux-2.6.24.noarch/drivers/ssb/embedded.c.orig linux-2.6.24.noarch/drivers/ssb/embedded.c
---- linux-2.6.24.noarch/drivers/ssb/embedded.c.orig	2008-04-09 17:00:23.000000000 -0400
-+++ linux-2.6.24.noarch/drivers/ssb/embedded.c	2008-04-09 17:00:51.000000000 -0400
+--- linux-2.6.24.noarch/drivers/ssb/embedded.c.orig	2008-04-16 19:28:30.000000000 -0400
++++ linux-2.6.24.noarch/drivers/ssb/embedded.c	2008-04-16 19:32:40.000000000 -0400
 @@ -10,6 +10,9 @@
  
  #include <linux/ssb/ssb.h>
@@ -120038,8 +124633,8 @@
 +	return -ENODEV;
 +}
 diff -up linux-2.6.24.noarch/drivers/ssb/driver_pcicore.c.orig linux-2.6.24.noarch/drivers/ssb/driver_pcicore.c
---- linux-2.6.24.noarch/drivers/ssb/driver_pcicore.c.orig	2008-04-09 17:00:23.000000000 -0400
-+++ linux-2.6.24.noarch/drivers/ssb/driver_pcicore.c	2008-04-09 17:00:51.000000000 -0400
+--- linux-2.6.24.noarch/drivers/ssb/driver_pcicore.c.orig	2008-04-16 19:28:30.000000000 -0400
++++ linux-2.6.24.noarch/drivers/ssb/driver_pcicore.c	2008-04-16 19:32:58.000000000 -0400
 @@ -60,77 +60,6 @@ static DEFINE_SPINLOCK(cfgspace_lock);
  /* Core to access the external PCI config space. Can only have one. */
  static struct ssb_pcicore *extpci_core;
@@ -120214,9 +124809,28 @@
  static void ssb_pcicore_init_hostmode(struct ssb_pcicore *pc)
  {
  	u32 val;
+@@ -544,15 +562,9 @@ int ssb_pcicore_dev_irqvecs_enable(struc
+ 		u32 intvec;
+ 
+ 		intvec = ssb_read32(pdev, SSB_INTVEC);
+-		if ((bus->chip_id & 0xFF00) == 0x4400) {
+-			/* Workaround: On the BCM44XX the BPFLAG routing
+-			 * bit is wrong. Use a hardcoded constant. */
+-			intvec |= 0x00000002;
+-		} else {
+-			tmp = ssb_read32(dev, SSB_TPSFLAG);
+-			tmp &= SSB_TPSFLAG_BPFLAG;
+-			intvec |= (1 << tmp);
+-		}
++		tmp = ssb_read32(dev, SSB_TPSFLAG);
++		tmp &= SSB_TPSFLAG_BPFLAG;
++		intvec |= (1 << tmp);
+ 		ssb_write32(pdev, SSB_INTVEC, intvec);
+ 	}
+ 
 diff -up /dev/null linux-2.6.24.noarch/drivers/ssb/sprom.c
---- /dev/null	2008-04-08 08:17:04.746003572 -0400
-+++ linux-2.6.24.noarch/drivers/ssb/sprom.c	2008-04-09 17:00:51.000000000 -0400
+--- /dev/null	2008-04-16 08:17:44.787003139 -0400
++++ linux-2.6.24.noarch/drivers/ssb/sprom.c	2008-04-16 19:32:40.000000000 -0400
 @@ -0,0 +1,133 @@
 +/*
 + * Sonics Silicon Backplane
@@ -120353,7 +124967,7 @@
 +}
 diff -up linux-2.6.24.noarch/Documentation/networking/bcm43xx.txt.orig linux-2.6.24.noarch/Documentation/networking/bcm43xx.txt
 --- linux-2.6.24.noarch/Documentation/networking/bcm43xx.txt.orig	2008-01-24 17:58:37.000000000 -0500
-+++ linux-2.6.24.noarch/Documentation/networking/bcm43xx.txt	2008-04-09 17:00:51.000000000 -0400
++++ linux-2.6.24.noarch/Documentation/networking/bcm43xx.txt	2008-04-16 19:32:40.000000000 -0400
 @@ -1,89 +0,0 @@
 -
 -			BCM43xx Linux Driver Project
@@ -120445,8 +125059,8 @@
 -and CONFIG_IEEE80211_SOFTMAC_DEBUG. The log information provided is
 -essential for solving any problems.
 diff -up /dev/null linux-2.6.24.noarch/Documentation/DocBook/mac80211.tmpl
---- /dev/null	2008-04-08 08:17:04.746003572 -0400
-+++ linux-2.6.24.noarch/Documentation/DocBook/mac80211.tmpl	2008-04-09 17:00:51.000000000 -0400
+--- /dev/null	2008-04-16 08:17:44.787003139 -0400
++++ linux-2.6.24.noarch/Documentation/DocBook/mac80211.tmpl	2008-04-16 19:32:40.000000000 -0400
 @@ -0,0 +1,335 @@
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
@@ -120784,8 +125398,8 @@
 +  </part>
 +</book>
 diff -up linux-2.6.24.noarch/Documentation/DocBook/Makefile.orig linux-2.6.24.noarch/Documentation/DocBook/Makefile
---- linux-2.6.24.noarch/Documentation/DocBook/Makefile.orig	2008-04-09 17:00:23.000000000 -0400
-+++ linux-2.6.24.noarch/Documentation/DocBook/Makefile	2008-04-09 17:00:51.000000000 -0400
+--- linux-2.6.24.noarch/Documentation/DocBook/Makefile.orig	2008-04-16 19:28:29.000000000 -0400
++++ linux-2.6.24.noarch/Documentation/DocBook/Makefile	2008-04-16 19:32:40.000000000 -0400
 @@ -11,7 +11,8 @@ DOCBOOKS := wanbook.xml z8530book.xml mc
  	    procfs-guide.xml writing_usb_driver.xml \
  	    kernel-api.xml filesystems.xml lsm.xml utrace.xml usb.xml \
@@ -120797,8 +125411,8 @@
  ###
  # The build process is as follows (targets):
 diff -up linux-2.6.24.noarch/Documentation/feature-removal-schedule.txt.orig linux-2.6.24.noarch/Documentation/feature-removal-schedule.txt
---- linux-2.6.24.noarch/Documentation/feature-removal-schedule.txt.orig	2008-04-09 17:00:23.000000000 -0400
-+++ linux-2.6.24.noarch/Documentation/feature-removal-schedule.txt	2008-04-09 17:00:51.000000000 -0400
+--- linux-2.6.24.noarch/Documentation/feature-removal-schedule.txt.orig	2008-04-16 19:28:30.000000000 -0400
++++ linux-2.6.24.noarch/Documentation/feature-removal-schedule.txt	2008-04-16 19:32:40.000000000 -0400
 @@ -332,31 +332,6 @@ Why:	This driver has been marked obsolet
  	2.4 or later kernels, provides richer features and is more robust.
  Who:	Stephen Hemminger <shemminger at linux-foundation.org>




More information about the fedora-extras-commits mailing list