rpms/kernel/FC-6 d80211.patch,1.1.6.1,1.1.6.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Feb 15 22:29:23 UTC 2007


Author: linville

Update of /cvs/dist/rpms/kernel/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv27587

Modified Files:
      Tag: private-linville-netdev-fc6-5-branch
	d80211.patch 
Log Message:


d80211.patch:
 CREDITS                                               |   33 
 MAINTAINERS                                           |   56 
 drivers/Kconfig                                       |    2 
 drivers/net/Kconfig                                   |   11 
 drivers/net/b44.c                                     |  704 +-
 drivers/net/b44.h                                     |   81 
 drivers/net/wireless/Kconfig                          |    2 
 drivers/net/wireless/Makefile                         |    3 
 drivers/net/wireless/d80211/Kconfig                   |    5 
 drivers/net/wireless/d80211/Makefile                  |    5 
 drivers/net/wireless/d80211/README                    |    2 
 drivers/net/wireless/d80211/adm8211/Kconfig           |   24 
 drivers/net/wireless/d80211/adm8211/Makefile          |    1 
 drivers/net/wireless/d80211/adm8211/adm8211.c         | 2197 ++++++++
 drivers/net/wireless/d80211/adm8211/adm8211.h         |  622 ++
 drivers/net/wireless/d80211/bcm43xx/Kconfig           |   99 
 drivers/net/wireless/d80211/bcm43xx/Makefile          |   17 
 drivers/net/wireless/d80211/bcm43xx/bcm43xx.h         |  888 +++
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_debugfs.c |  433 +
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_debugfs.h |  110 
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_dma.c     | 1297 ++++
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_dma.h     |  361 +
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_leds.c    |  300 +
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_leds.h    |   56 
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_lo.c      | 1051 +++
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_lo.h      |   89 
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_main.c    | 3904 ++++++++++++++
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_main.h    |  156 
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_pci.c     |   61 
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_pci.h     |   22 
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_pcmcia.c  |  163 
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_pcmcia.h  |   22 
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_phy.c     | 4112 ++++++++++++++
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_phy.h     |  307 +
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_pio.c     |  671 ++
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_pio.h     |  170 
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_power.c   |   82 
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_power.h   |   41 
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_sysfs.c   |  232 
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_sysfs.h   |    9 
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_tables.c  |  376 +
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_tables.h  |   28 
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_vstack.c  |  202 
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_vstack.h  |   83 
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_xmit.c    |  615 ++
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_xmit.h    |  215 
 drivers/net/wireless/d80211/p54/Kconfig               |    9 
 drivers/net/wireless/d80211/p54/Makefile              |    4 
 drivers/net/wireless/d80211/p54/net2280.h             |  452 +
 drivers/net/wireless/d80211/p54/prism54.h             |   77 
 drivers/net/wireless/d80211/p54/prism54common.c       |  813 ++
 drivers/net/wireless/d80211/p54/prism54common.h       |  304 +
 drivers/net/wireless/d80211/p54/prism54magic.h        |   77 
 drivers/net/wireless/d80211/p54/prism54pci.c          |  695 ++
 drivers/net/wireless/d80211/p54/prism54pci.h          |  106 
 drivers/net/wireless/d80211/p54/prism54usb.c          |  941 +++
 drivers/net/wireless/d80211/p54/prism54usb.h          |  133 
 drivers/net/wireless/d80211/rt2x00/Kconfig            |   83 
 drivers/net/wireless/d80211/rt2x00/Makefile           |    5 
 drivers/net/wireless/d80211/rt2x00/rt2400pci.c        | 2986 ++++++++++
 drivers/net/wireless/d80211/rt2x00/rt2400pci.h        |  967 +++
 drivers/net/wireless/d80211/rt2x00/rt2500pci.c        | 3296 ++++++++++++
 drivers/net/wireless/d80211/rt2x00/rt2500pci.h        | 1234 ++++
 drivers/net/wireless/d80211/rt2x00/rt2500usb.c        | 3130 +++++++++++
 drivers/net/wireless/d80211/rt2x00/rt2500usb.h        |  739 ++
 drivers/net/wireless/d80211/rt2x00/rt2x00.h           | 1262 ++++
 drivers/net/wireless/d80211/rt2x00/rt2x00pci.h        |   44 
 drivers/net/wireless/d80211/rt2x00/rt2x00usb.h        |   81 
 drivers/net/wireless/d80211/rt2x00/rt61pci.c          | 3836 +++++++++++++
 drivers/net/wireless/d80211/rt2x00/rt61pci.h          | 1398 +++++
 drivers/net/wireless/d80211/rt2x00/rt73usb.c          | 3476 ++++++++++++
 drivers/net/wireless/d80211/rt2x00/rt73usb.h          |  980 +++
 drivers/net/wireless/d80211/zd1211rw/Kconfig          |   19 
 drivers/net/wireless/d80211/zd1211rw/Makefile         |   11 
 drivers/net/wireless/d80211/zd1211rw/zd_chip.c        | 1674 ++++++
 drivers/net/wireless/d80211/zd1211rw/zd_chip.h        |  909 +++
 drivers/net/wireless/d80211/zd1211rw/zd_def.h         |   57 
 drivers/net/wireless/d80211/zd1211rw/zd_ieee80211.h   |   67 
 drivers/net/wireless/d80211/zd1211rw/zd_mac.c         |  710 ++
 drivers/net/wireless/d80211/zd1211rw/zd_mac.h         |  251 
 drivers/net/wireless/d80211/zd1211rw/zd_rf.c          |  156 
 drivers/net/wireless/d80211/zd1211rw/zd_rf.h          |   81 
 drivers/net/wireless/d80211/zd1211rw/zd_rf_al2230.c   |  373 +
 drivers/net/wireless/d80211/zd1211rw/zd_rf_al7230b.c  |  274 
 drivers/net/wireless/d80211/zd1211rw/zd_rf_rf2959.c   |  279 +
 drivers/net/wireless/d80211/zd1211rw/zd_usb.c         | 1323 ++++
 drivers/net/wireless/d80211/zd1211rw/zd_usb.h         |  241 
 drivers/net/wireless/d80211/zd1211rw/zd_util.c        |   82 
 drivers/net/wireless/d80211/zd1211rw/zd_util.h        |   29 
 drivers/ssb/Kconfig                                   |   93 
 drivers/ssb/Makefile                                  |   14 
 drivers/ssb/core.c                                    |  820 ++
 drivers/ssb/driver_chipcommon/chipcommon.c            |  403 +
 drivers/ssb/driver_mips/mips.c                        |  258 
 drivers/ssb/driver_pci/pcicore.c                      |  556 ++
 drivers/ssb/pci.c                                     |  480 +
 drivers/ssb/pcihost_wrapper.c                         |  110 
 drivers/ssb/pcmcia.c                                  |  256 
 drivers/ssb/scan.c                                    |  394 +
 drivers/ssb/ssb_private.h                             |  143 
 drivers/usb/host/Kconfig                              |   10 
 drivers/usb/host/ohci-hcd.c                           |    5 
 drivers/usb/host/ohci-ssb.c                           |  193 
 include/linux/Kbuild                                  |    1 
 include/linux/crc-itu-t.h                             |   27 
 include/linux/eeprom_93cx6.h                          |   77 
 include/linux/ieee80211.h                             |  330 +
 include/linux/netdevice.h                             |    8 
 include/linux/nl80211.h                               |  276 +
 include/linux/ssb/ssb.h                               |  366 +
 include/linux/ssb/ssb_driver_chipcommon.h             |  387 +
 include/linux/ssb/ssb_driver_extif.h                  |  163 
 include/linux/ssb/ssb_driver_mips.h                   |   47 
 include/linux/ssb/ssb_driver_pci.h                    |  108 
 include/linux/ssb/ssb_regs.h                          |  293 +
 include/net/cfg80211.h                                |  205 
 include/net/d80211.h                                  | 1069 +++
 lib/Kconfig                                           |   16 
 lib/Makefile                                          |    3 
 lib/crc-itu-t.c                                       |   64 
 lib/eeprom_93cx6.c                                    |  344 +
 net/Kconfig                                           |   32 
 net/Makefile                                          |    2 
 net/core/Makefile                                     |    1 
 net/core/dev.c                                        |   40 
 net/core/net-sysfs.c                                  |    4 
 net/core/rtnetlink.c                                  |   42 
 net/core/wireless.c                                   | 2353 --------
 net/d80211/Kconfig                                    |   72 
 net/d80211/Makefile                                   |   26 
 net/d80211/aes_ccm.c                                  |  155 
 net/d80211/aes_ccm.h                                  |   26 
 net/d80211/fifo_qdisc.c                               |  102 
 net/d80211/hostapd_ioctl.h                            |  434 +
 net/d80211/ieee80211.c                                | 4938 ++++++++++++++++++
 net/d80211/ieee80211_common.h                         |   98 
 net/d80211/ieee80211_dev.c                            |  117 
 net/d80211/ieee80211_i.h                              |  731 ++
 net/d80211/ieee80211_iface.c                          |  371 +
 net/d80211/ieee80211_ioctl.c                          | 3266 +++++++++++
 net/d80211/ieee80211_key.h                            |   89 
 net/d80211/ieee80211_led.c                            |   91 
 net/d80211/ieee80211_led.h                            |   32 
 net/d80211/ieee80211_rate.c                           |  140 
 net/d80211/ieee80211_rate.h                           |  161 
 net/d80211/ieee80211_scan.c                           |  343 +
 net/d80211/ieee80211_sta.c                            | 2905 ++++++++++
 net/d80211/ieee80211_sysfs.c                          |  785 ++
 net/d80211/ieee80211_sysfs_sta.c                      |  438 +
 net/d80211/michael.c                                  |  104 
 net/d80211/michael.h                                  |   20 
 net/d80211/rc80211_simple.c                           |  398 +
 net/d80211/sta_info.c                                 |  460 +
 net/d80211/sta_info.h                                 |  149 
 net/d80211/tkip.c                                     |  341 +
 net/d80211/tkip.h                                     |   36 
 net/d80211/wep.c                                      |  328 +
 net/d80211/wep.h                                      |   40 
 net/d80211/wme.c                                      |  679 ++
 net/d80211/wme.h                                      |   38 
 net/d80211/wpa.c                                      |  846 +++
 net/d80211/wpa.h                                      |   34 
 net/wireless/Makefile                                 |   16 
 net/wireless/core.c                                   |  245 
 net/wireless/core.h                                   |   78 
 net/wireless/nl80211.c                                | 1049 +++
 net/wireless/nl80211.h                                |    7 
 net/wireless/wext-common.c                            |  610 ++
 net/wireless/wext-compat.c                            | 1633 +++++
 net/wireless/wext-old.c                               | 1730 ++++++
 net/wireless/wext.h                                   |   13 
 171 files changed, 84937 insertions(+), 2814 deletions(-)

View full diff with command:
/usr/bin/cvs -f diff  -kk -u -N -r 1.1.6.1 -r 1.1.6.2 d80211.patch
Index: d80211.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-6/Attic/d80211.patch,v
retrieving revision 1.1.6.1
retrieving revision 1.1.6.2
diff -u -r1.1.6.1 -r1.1.6.2
--- d80211.patch	15 Feb 2007 21:54:18 -0000	1.1.6.1
+++ d80211.patch	15 Feb 2007 22:29:18 -0000	1.1.6.2
@@ -1,5 +1,5 @@
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/include/net/d80211.h	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/include/net/d80211.h	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,1069 @@
 +/*
 + * Low-level hardware driver -- IEEE 802.11 driver (80211.o) interface
@@ -1071,7 +1071,7 @@
 +
 +#endif /* D80211_H */
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/include/net/cfg80211.h	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/include/net/cfg80211.h	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,205 @@
 +#ifndef __NET_CFG80211_H
 +#define __NET_CFG80211_H
@@ -1279,7 +1279,7 @@
 +
 +#endif /* __NET_CFG80211_H */
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/include/linux/nl80211.h	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/include/linux/nl80211.h	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,276 @@
 +#ifndef __LINUX_NL80211_H
 +#define __LINUX_NL80211_H
@@ -1557,8 +1557,8 @@
 +#define NL80211_ROAMING_CONTROL_MAX (__NL80211_ROAMING_CONTROL_AFTER_LAST-1)
 +
 +#endif /* __LINUX_NL80211_H */
---- linux-2.6.19.noarch/include/linux/netdevice.h.orig	2007-02-15 16:50:31.000000000 -0500
-+++ linux-2.6.19.noarch/include/linux/netdevice.h	2007-02-15 16:50:37.000000000 -0500
+--- linux-2.6.19.noarch/include/linux/netdevice.h.orig	2007-02-15 17:20:47.000000000 -0500
++++ linux-2.6.19.noarch/include/linux/netdevice.h	2007-02-15 17:20:52.000000000 -0500
 @@ -340,12 +340,17 @@ struct net_device
  
  	struct net_device_stats* (*get_stats)(struct net_device *dev);
@@ -1587,7 +1587,7 @@
  /*
   * Cache line mostly used on receive path (including eth_type_trans())
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/include/linux/eeprom_93cx6.h	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/include/linux/eeprom_93cx6.h	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,77 @@
 +/*
 +	Copyright (C) 2004 - 2006 rt2x00 SourceForge Project
@@ -1667,7 +1667,7 @@
 +extern void eeprom_93cx6_multiwrite(struct eeprom_93cx6 *eeprom,
 +	const u8 word, __le16 *data, const u16 words);
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/include/linux/ieee80211.h	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/include/linux/ieee80211.h	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,330 @@
 +/*
 + * IEEE 802.11 defines
@@ -2000,7 +2000,7 @@
 +
 +#endif /* IEEE80211_H */
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/include/linux/crc-itu-t.h	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/include/linux/crc-itu-t.h	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,27 @@
 +/*
 + *	crc-itu-t.h - CRC ITU-T V.41 routine
@@ -2029,8 +2029,8 @@
 +}
 +
 +#endif /* CRC_ITU_T_H */
---- linux-2.6.19.noarch/include/linux/Kbuild.orig	2007-02-15 16:50:31.000000000 -0500
-+++ linux-2.6.19.noarch/include/linux/Kbuild	2007-02-15 16:50:37.000000000 -0500
+--- linux-2.6.19.noarch/include/linux/Kbuild.orig	2007-02-15 17:20:47.000000000 -0500
++++ linux-2.6.19.noarch/include/linux/Kbuild	2007-02-15 17:20:52.000000000 -0500
 @@ -120,6 +120,7 @@ header-y += netrom.h
  header-y += nfs2.h
  header-y += nfs4_mount.h
@@ -2040,7 +2040,7 @@
  header-y += param.h
  header-y += pci_ids.h
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/include/linux/ssb/ssb_driver_extif.h	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/include/linux/ssb/ssb_driver_extif.h	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,163 @@
 +/*
 + * Hardware-specific External Interface I/O core definitions
@@ -2206,7 +2206,7 @@
 +#endif /* __KERNEL__ */
 +#endif /* LINUX_SSB_EXTIFCORE_H_ */
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/include/linux/ssb/ssb.h	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/include/linux/ssb/ssb.h	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,366 @@
 +#ifndef LINUX_SSB_H_
 +#define LINUX_SSB_H_
@@ -2575,7 +2575,7 @@
 +#endif /* __KERNEL__ */
 +#endif /* LINUX_SSB_H_ */
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/include/linux/ssb/ssb_driver_pci.h	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/include/linux/ssb/ssb_driver_pci.h	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,108 @@
 +#ifndef LINUX_SSB_PCICORE_H_
 +#define LINUX_SSB_PCICORE_H_
@@ -2686,7 +2686,7 @@
 +#endif /* __KERNEL__ */
 +#endif /* LINUX_SSB_PCICORE_H_ */
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/include/linux/ssb/ssb_regs.h	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/include/linux/ssb/ssb_regs.h	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,293 @@
 +#ifndef LINUX_SSB_REGS_H_
 +#define LINUX_SSB_REGS_H_
@@ -2982,7 +2982,7 @@
 +#endif /* __KERNEL__ */
 +#endif /* LINUX_SSB_REGS_H_ */
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/include/linux/ssb/ssb_driver_mips.h	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/include/linux/ssb/ssb_driver_mips.h	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,47 @@
 +#ifndef LINUX_SSB_MIPSCORE_H_
 +#define LINUX_SSB_MIPSCORE_H_
@@ -3032,7 +3032,7 @@
 +#endif /* __KERNEL__ */
 +#endif /* LINUX_SSB_MIPSCORE_H_ */
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/include/linux/ssb/ssb_driver_chipcommon.h	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/include/linux/ssb/ssb_driver_chipcommon.h	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,387 @@
 +#ifndef LINUX_SSB_CHIPCO_H_
 +#define LINUX_SSB_CHIPCO_H_
@@ -3421,8 +3421,8 @@
 +
 +#endif /* __KERNEL__ */
 +#endif /* LINUX_SSB_CHIPCO_H_ */
---- linux-2.6.19.noarch/CREDITS.orig	2007-02-15 16:50:31.000000000 -0500
-+++ linux-2.6.19.noarch/CREDITS	2007-02-15 16:50:37.000000000 -0500
+--- linux-2.6.19.noarch/CREDITS.orig	2007-02-15 17:20:47.000000000 -0500
++++ linux-2.6.19.noarch/CREDITS	2007-02-15 17:20:52.000000000 -0500
 @@ -658,6 +658,11 @@ D: Minor updates to SCSI code for the Co
  S: (ask for current address)
  S: USA
@@ -3491,8 +3491,8 @@
  N: Lars Wirzenius
  E: liw at iki.fi
  D: Linux System Administrator's Guide, author, former maintainer
---- linux-2.6.19.noarch/MAINTAINERS.orig	2007-02-15 16:50:31.000000000 -0500
-+++ linux-2.6.19.noarch/MAINTAINERS	2007-02-15 16:50:37.000000000 -0500
+--- linux-2.6.19.noarch/MAINTAINERS.orig	2007-02-15 17:20:47.000000000 -0500
++++ linux-2.6.19.noarch/MAINTAINERS	2007-02-15 17:20:52.000000000 -0500
 @@ -239,6 +239,14 @@ M:	khali at linux-fr.org
  L:	lm-sensors at lm-sensors.org
  S:	Maintained
@@ -3663,7 +3663,7 @@
  S:	Maintained
  
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/drivers/usb/host/ohci-ssb.c	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/drivers/usb/host/ohci-ssb.c	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,193 @@
 +/*
 + * Sonics Silicon Backplane
@@ -3858,8 +3858,8 @@
 +
 +module_init(ssb_ohci_init)
 +module_exit(ssb_ohci_exit)
---- linux-2.6.19.noarch/drivers/usb/host/Kconfig.orig	2007-02-15 16:50:31.000000000 -0500
-+++ linux-2.6.19.noarch/drivers/usb/host/Kconfig	2007-02-15 16:50:37.000000000 -0500
+--- linux-2.6.19.noarch/drivers/usb/host/Kconfig.orig	2007-02-15 17:20:47.000000000 -0500
++++ linux-2.6.19.noarch/drivers/usb/host/Kconfig	2007-02-15 17:20:52.000000000 -0500
 @@ -192,3 +192,13 @@ config USB_SL811_CS
  	  To compile this driver as a module, choose M here: the
  	  module will be called "sl811_cs".
@@ -3874,8 +3874,8 @@
 +
 +	  If unsure, say M
 +
---- linux-2.6.19.noarch/drivers/usb/host/ohci-hcd.c.orig	2007-02-15 16:50:31.000000000 -0500
-+++ linux-2.6.19.noarch/drivers/usb/host/ohci-hcd.c	2007-02-15 16:50:37.000000000 -0500
+--- linux-2.6.19.noarch/drivers/usb/host/ohci-hcd.c.orig	2007-02-15 17:20:47.000000000 -0500
++++ linux-2.6.19.noarch/drivers/usb/host/ohci-hcd.c	2007-02-15 17:20:52.000000000 -0500
 @@ -943,6 +943,10 @@ MODULE_LICENSE ("GPL");
  #include "ohci-pnx4008.c"
  #endif
@@ -3895,8 +3895,8 @@
  	)
  #error "missing bus glue for ohci-hcd"
  #endif
---- linux-2.6.19.noarch/drivers/Kconfig.orig	2007-02-15 16:50:31.000000000 -0500
-+++ linux-2.6.19.noarch/drivers/Kconfig	2007-02-15 16:50:37.000000000 -0500
+--- linux-2.6.19.noarch/drivers/Kconfig.orig	2007-02-15 17:20:47.000000000 -0500
++++ linux-2.6.19.noarch/drivers/Kconfig	2007-02-15 17:20:52.000000000 -0500
 @@ -56,6 +56,8 @@ source "drivers/w1/Kconfig"
  
  source "drivers/hwmon/Kconfig"
[...1620 lines suppressed...]
@@ -75551,7 +75641,7 @@
 +
 +#endif /* AES_CCM_H */
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/net/d80211/tkip.c	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/net/d80211/tkip.c	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,341 @@
 +/*
 + * Copyright 2002-2004, Instant802 Networks, Inc.
@@ -75895,7 +75985,7 @@
 +
 +
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/net/d80211/ieee80211_i.h	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/net/d80211/ieee80211_i.h	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,731 @@
 +/*
 + * Copyright 2002-2005, Instant802 Networks, Inc.
@@ -76629,7 +76719,7 @@
 +
 +#endif /* IEEE80211_I_H */
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/net/d80211/ieee80211_key.h	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/net/d80211/ieee80211_key.h	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,89 @@
 +/*
 + * Copyright 2002-2004, Instant802 Networks, Inc.
@@ -76721,7 +76811,7 @@
 +
 +#endif /* IEEE80211_KEY_H */
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/net/d80211/ieee80211_sysfs.c	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/net/d80211/ieee80211_sysfs.c	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,785 @@
 +/*
 + * Copyright (c) 2006 Jiri Benc <jbenc at suse.cz>
@@ -77509,7 +77599,7 @@
 +	class_unregister(&ieee80211_class);
 +}
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/net/d80211/ieee80211_iface.c	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/net/d80211/ieee80211_iface.c	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,371 @@
 +/*
 + * Copyright 2002-2005, Instant802 Networks, Inc.
@@ -77883,7 +77973,7 @@
 +	rtnl_unlock();
 +}
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/net/d80211/ieee80211_sysfs_sta.c	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/net/d80211/ieee80211_sysfs_sta.c	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,438 @@
 +/*
 + * Copyright 2003-2005, Devicescape Software, Inc.
@@ -78324,7 +78414,7 @@
 +		sysfs_remove_link(&sdata->key_kset.kobj, "default");
 +}
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/net/d80211/sta_info.c	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/net/d80211/sta_info.c	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,460 @@
 +/*
 + * Copyright 2002-2005, Instant802 Networks, Inc.
@@ -78787,7 +78877,7 @@
 +	spin_unlock_bh(&local->sta_lock);
 +}
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/net/d80211/ieee80211_dev.c	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/net/d80211/ieee80211_dev.c	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,117 @@
 +/*
 + * Copyright (c) 2006 Jiri Benc <jbenc at suse.cz>
@@ -78907,7 +78997,7 @@
 +	ieee80211_dev_sysfs_put(local);
 +}
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/net/d80211/hostapd_ioctl.h	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/net/d80211/hostapd_ioctl.h	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,434 @@
 +/*
 + * Host AP (software wireless LAN access point) user space daemon for
@@ -79344,7 +79434,7 @@
 +
 +#endif /* HOSTAPD_IOCTL_H */
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/net/d80211/Kconfig	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/net/d80211/Kconfig	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,72 @@
 +config D80211
 +	tristate "Generic IEEE 802.11 Networking Stack (dscape)"
@@ -79419,7 +79509,7 @@
 +	  Say Y here to print out verbose powersave
 +	  mode debug messages.
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/net/d80211/wpa.h	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/net/d80211/wpa.h	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,34 @@
 +/*
 + * Copyright 2002-2004, Instant802 Networks, Inc.
@@ -79456,7 +79546,7 @@
 +
 +#endif /* WPA_H */
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/net/d80211/wme.h	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/net/d80211/wme.h	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,38 @@
 +/*
 + * IEEE 802.11 driver (80211.o) - QoS datatypes
@@ -79497,7 +79587,7 @@
 +
 +#endif
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/net/d80211/ieee80211_common.h	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/net/d80211/ieee80211_common.h	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,98 @@
 +/*
 + * IEEE 802.11 driver (80211.o) -- hostapd interface
@@ -79598,7 +79688,7 @@
 +
 +#endif /* IEEE80211_COMMON_H */
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/net/d80211/wep.c	2007-02-15 16:51:40.000000000 -0500
++++ linux-2.6.19.noarch/net/d80211/wep.c	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,328 @@
 +/*
 + * Software WEP encryption implementation
@@ -79929,7 +80019,7 @@
 +	return NULL;
 +}
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/net/d80211/ieee80211.c	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/net/d80211/ieee80211.c	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,4938 @@
 +/*
 + * Copyright 2002-2005, Instant802 Networks, Inc.
@@ -84870,7 +84960,7 @@
 +MODULE_DESCRIPTION("IEEE 802.11 subsystem");
 +MODULE_LICENSE("GPL");
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/net/d80211/ieee80211_led.c	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/net/d80211/ieee80211_led.c	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,91 @@
 +/*
 + * Copyright 2006, Johannes Berg <johannes at sipsolutions.net>
@@ -84964,7 +85054,7 @@
 +}
 +EXPORT_SYMBOL(__ieee80211_get_rx_led_name);
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/net/d80211/ieee80211_rate.c	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/net/d80211/ieee80211_rate.c	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,140 @@
 +/*
 + * Copyright 2002-2005, Instant802 Networks, Inc.
@@ -85107,7 +85197,7 @@
 +	kref_put(&ref->kref, rate_control_release);
 +}
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/net/d80211/wpa.c	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/net/d80211/wpa.c	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,846 @@
 +/*
 + * Copyright 2002-2004, Instant802 Networks, Inc.
@@ -85956,7 +86046,7 @@
 +}
 +
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/net/d80211/ieee80211_rate.h	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/net/d80211/ieee80211_rate.h	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,161 @@
 +/*
 + * Copyright 2002-2005, Instant802 Networks, Inc.
@@ -86120,7 +86210,7 @@
 +
 +#endif /* IEEE80211_RATE_H */
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/net/d80211/tkip.h	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/net/d80211/tkip.h	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,36 @@
 +/*
 + * Copyright 2002-2004, Instant802 Networks, Inc.
@@ -86159,7 +86249,7 @@
 +
 +#endif /* TKIP_H */
 --- /dev/null	2006-11-15 09:57:50.578980680 -0500
-+++ linux-2.6.19.noarch/net/d80211/ieee80211_sta.c	2007-02-15 16:50:37.000000000 -0500
++++ linux-2.6.19.noarch/net/d80211/ieee80211_sta.c	2007-02-15 17:20:52.000000000 -0500
 @@ -0,0 +1,2905 @@
 +/*
 + * BSS client mode implementation
@@ -89066,8 +89156,8 @@
 +	ieee80211_set_disassoc(dev, ifsta, 0);
 +	return 0;
 +}
---- linux-2.6.19.noarch/net/Kconfig.orig	2007-02-15 16:50:31.000000000 -0500
-+++ linux-2.6.19.noarch/net/Kconfig	2007-02-15 16:50:37.000000000 -0500
+--- linux-2.6.19.noarch/net/Kconfig.orig	2007-02-15 17:20:48.000000000 -0500
++++ linux-2.6.19.noarch/net/Kconfig	2007-02-15 17:20:52.000000000 -0500
 @@ -218,6 +218,7 @@ endmenu
  source "net/ax25/Kconfig"
  source "net/irda/Kconfig"




More information about the fedora-cvs-commits mailing list