- 17 9月, 2008 37 次提交
-
-
由 Anderson Lizardo 提交于
A DRP notification may sometimes have empty IE data. This patch fixes uwb_est_get_size() so that this case is handled properly. Signed-off-by: NAnderson Lizardo <anderson.lizardo@indt.org.br> Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Anderson Lizardo 提交于
WUSB 1.0 (Table 8-4) mentions that Abort RPipe requests must have bmRequestType equal to 0x25, although current implementation sets bmRequestType to 0xa5. This patch fixes this typo. Signed-off-by: NAnderson Lizardo <anderson.lizardo@indt.org.br> Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Anderson Lizardo 提交于
Error path for wusb_set_dev_addr() was handled incorrectly. Fix it by considering error only when return value is negative. Signed-off-by: NAnderson Lizardo <anderson.lizardo@indt.org.br> Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Add a driver for Wireless USB host controllers connected via USB (a Host Wire Adapter or HWA). Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Common code for supporting Host Wire Adapters and Device Wire Adapters. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 David Vrabel 提交于
A driver for Wireless USB host controllers that comply with the Wireless Host Controller Interface (HCI) specification as published by Intel. The latest publically available version of the specification (0.95) is supported (except for isochronous transfers). Build fixes by Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Add a driver for cable based associated of (Wireless) USB devices. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Greg Kroah-Hartman 提交于
Add the WUSB build system (Kconfig and Kbuild) files. Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de> Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Add the WUSB security (authentication) code. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Add the WUSB protocol (MMC management and device connection) code. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Add support for Ceritified Wireless USB 1.0 to the USB stack. This has been split into several patches for easier review. core (this patch): - host controller infrastructure - cluster reservation - UWB PAL registration - fake root hub protocol: - MMC management (start/stop, managing IEs) - device connection security: - device authentication and authorization build-system: - Kconfig and Kbuild files Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Common header files derived from the WUSB 1.0 specification. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Add the driver for the WLP capability of the Intel i1480 device. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Add the driver for downloading the firmware to an Intel i1480 device. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Greg Kroah-Hartman 提交于
Add the WLP build system (Kconfig and Kbuild files). Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Reinette Chatre 提交于
Add the Wireless Service Set (WSS) code. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Reinette Chatre 提交于
Add the WLP message formatting/decoding code. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Reinette Chatre 提交于
Add the generic code for the WiMedia Logical Link Control Protocol (WLP). This has been split into several patches for easier review. core (this patch): - everything else messages: - WLP message construction/decode wss: - Wireless Service Set support build-system: - Kconfig and Kbuild files Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Add a driver for USB-connected UWB radio controllers (HWAs). Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Add the driver for WHCI radio controllers. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 David Vrabel 提交于
This enumerates the capabilties of a WHCI device, adding a umc device for each one. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 David Vrabel 提交于
The UMC bus is used for the capabilities exposed by a UWB Multi-interface Controller as described in the WHCI specification. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Greg Kroah-Hartman 提交于
The Kbuild and Kconfig files. Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de> Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 David Vrabel 提交于
Add various debugfs files, principaly for the reservation manager. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 David Vrabel 提交于
DRP and reservation management. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Most of the MAC Layer Management Entity (MLME) support: address, beacon, IE and scan management. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Add the UWB radio controller interface (URCI) support. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
UWB device and radio controller device and event management. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Documentation (and example utilities) for the UWB (and WUSB) stacks. Some of the documentation may be out-of-date. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 David Vrabel 提交于
bitmap_copy_le() copies a bitmap, putting the bits into little-endian order (i.e., each unsigned long word in the bitmap is put into little-endian order). The UWB stack used bitmaps to manage Medium Access Slot availability, and these bitmaps need to be written to the hardware in LE order. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Arjan van de Ven 提交于
this patch turns the netdev timeout WARN_ON_ONCE() into a WARN_ONCE(), so that the device and driver names are inside the warning message. This helps automated tools like kerneloops.org to collect the data and do statistics, as well as making it more likely that humans cut-n-paste the important message as part of a bugreport. Signed-off-by: NArjan van de Ven <arjan@linux.intel.com> Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
-
git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6由 Linus Torvalds 提交于
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6: slub: fixed uninitialized counter in struct kmem_cache_node
-
git://ftp.linux-mips.org/pub/scm/upstream-linus由 Linus Torvalds 提交于
* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus: [MIPS] VR41xx: unsigned irq cannot be negative
-
由 David Miller 提交于
This fill fix the following regression list entry: Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11276 Subject : build error: CONFIG_OPTIMIZE_INLINING=y causes gcc 4.2 to do stupid things Submitter : Randy Dunlap <randy.dunlap@oracle.com> Date : 2008-08-06 17:18 (38 days old) References : http://marc.info/?l=linux-kernel&m=121804329014332&w=4 http://lkml.org/lkml/2008/7/22/353 Handled-By : Bjorn Helgaas <bjorn.helgaas@hp.com> Patch : http://lkml.org/lkml/2008/7/22/364 with what I believe is a better fix than the one referenced in the regression entry above. These PNP header interfaces try to work in such a way that you can reference some of them even if PNP is not enabled, and the compiler was expected to optimize everything away. Which is mostly fine, except that there was one interface for which there was not provided an inline "NOP" implementation. Once we add that, all of these compile failures cannot handle any more. pnp: Provide NOP inline implementation of pnp_get_resource() when !PNP Fixes kernel bugzilla #11276. Signed-off-by: NDavid S. Miller <davem@davemloft.net> Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
-
由 Stephen Hemminger 提交于
This fixes kernel regression for 2.6.27-rc in http://bugzilla.kernel.org/show_bug.cgi?id=11547 The change to split 8390 into old isa and non-isa versions overlooked this driver. Signed-off-by: NStephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
-
由 Linus Torvalds 提交于
This reverts commit bc19d6e0, which as Larry Finger reports causes the radio LED on his system to no longer respond to rfkill switch events. Reported-by: NLarry Finger <Larry.Finger@lwfinger.net> Requested-by: NJohn W. Linville <linville@tuxdriver.com> Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
-
- 16 9月, 2008 1 次提交
-
-
由 roel kluin 提交于
Signed-off-by: NRoel Kluin <roel.kluin@gmail.com> Acked-by: NYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
-
- 15 9月, 2008 2 次提交
-
-
由 Salman Qazi 提交于
Initialized total objects atomic for the node in init_kmem_cache_node. The uninitialized value was ruining the stats in /proc/slabinfo. Acked-by: NChristoph Lameter <cl@linux-foundation.org> Signed-off-by: NSalman Qazi <sqazi@google.com> Signed-off-by: NPekka Enberg <penberg@cs.helsinki.fi>
-
git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6由 Linus Torvalds 提交于
* git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: talitos - Avoid consecutive packets going out with same IV
-