- e4a9af9 [PATCH] PCMCIA_SPECTRUM must select FW_LOADER by Adrian Bunk · 19 years ago
- ec48378 [PATCH] bcm43xx: don't set the channel on a device, which is down. by Michael Buesch · 19 years ago
- adc40e9 [PATCH] bcm43xx: sync GPHY init with the specs. by Michael Buesch · 19 years ago
- 8afceb1 [PATCH] bcm43xx: fix the remaining sparse warnings. by Michael Buesch · 19 years ago
- b5e868e [PATCH] bcm43xx: remove some compilerwarnings. by Michael Buesch · 19 years ago
- d1ca6c4 [PATCH] bcm43xx: fix "include" issues on some platforms. by Michael Buesch · 19 years ago
- 04b98f7 [PATCH] bcm43xx: get rid of "/* vim: ..." lines at the end of several files. by Michael Buesch · 19 years ago
- 72fb851 [PATCH] bcm43xx: add useless and broken statistics stuff. People seem to want it. well... by Michael Buesch · 19 years ago
- cf017e1 [PATCH] bcm43xx: fix nrssi_threshold calculation. by Michael Buesch · 19 years ago
- e382c23 [PATCH] bcm43xx: sync interference mitigation code to the specs. by Michael Buesch · 19 years ago
- 6ecb269 [PATCH] bcm43xx: set default attenuation values. by Michael Buesch · 19 years ago
- 0ac59da [PATCH] bcm43xx: some IRQ handler cleanups. by Michael Buesch · 19 years ago
- 6ab5b8e [PATCH] bcm43xx: merge all iwmode code into the set_iwmode function. by Michael Buesch · 19 years ago
- 714eece [PATCH] bcm43xx: fix some gpio register trashing (hopefully :D) by Michael Buesch · 19 years ago
- 4a1821e [PATCH] bcm43xx: remove check for mmio length, as it differs among platforms. (especially embedded) by Michael Buesch · 19 years ago
- 5808bbb [PATCH] bcm43xx: properly mask txctl1 before writing it to hardware. by Michael Buesch · 19 years ago
- b3db5e5 [PATCH] bcm43xx: Do boardflags workarounds for specific boards. by Michael Buesch · 19 years ago
- 4cf6f03 [PATCH] bcm43xx: Remove the workaround in dummy_transmission, by Michael Buesch · 19 years ago
- 49f29efa [PATCH] bcm43xx: Fix crash on ifdown, by being careful in pio/dma freeing. by Michael Buesch · 19 years ago
- e9357c0 [PATCH] bcm43xx: reduce the size of bcm43xx_private by removing unneeded members. by Michael Buesch · 19 years ago
- aae3778 [PATCH] bcm43xx: add functions bcm43xx_dma_read/write, bcm43xx_dma_tx_suspend/resume. by Michael Buesch · 19 years ago
- e1b1b58 [PATCH] bcm43xx: receive TX status on MMIO or DMA unconditionally regarding the 80211 core rev. by Michael Buesch · 19 years ago
- 7373384 [PATCH] bcm43xx: fix some stuff, add a few missing mmiowb(), remove dead code. by Michael Buesch · 19 years ago
- 7ce942d [PATCH] bcm43xx: Remove the mmio access printing facility overhead. by Michael Buesch · 19 years ago
- efccb64 [PATCH] bcm43xx: Abstract the locking mechanism. by Michael Buesch · 19 years ago
- 4d5a9e0e [PATCH] bcm43xx: Set both, the DMAmask and the coherent DMAmask. by Michael Buesch · 19 years ago
- 512a809 [PATCH] bcm43xx: fix DMA TX skb freeing in case of fragmented packets. by Pete Zaitcev · 19 years ago
- 367f899 [PATCH] bcm43xx: Add sysfs attributes for device specific tunables. by Michael Buesch · 19 years ago
- f398f02 [PATCH] bcm43xx: Move TX/RX related functions to its own file. Add basic RTS/CTS code. by Michael Buesch · 19 years ago
- 1d1a73c [PATCH] bcm43xx: add assert(bcm->initialized) to periodic_tasks_setup(). by Michael Buesch · 19 years ago
- cad2b31 [PATCH] bcm43xx: move initialized = 1 to the end of init_board. by Michael Buesch · 19 years ago
- bf7b876 [PATCH] bcm43xx: Workaround init_board vs IRQ race. by Michael Buesch · 19 years ago
- c4c3beb [PATCH] bcm43xx: Fix Kconfig typo (transfer mode default) by Michael Buesch · 19 years ago
- 26533e7 [PATCH] bcm43xx: remove old unused struct. by Michael Buesch · 19 years ago
- 10d8dd8 [PATCH] bcm43xx: split the channel helper functions, so that they can be used without a valid running core. by Michael Buesch · 19 years ago
- ad3f086 [PATCH] bcm43xx: make bcm43xx_sprom_crc() static. by Michael Buesch · 19 years ago
- ea0922b [PATCH] bcm43xx: Move sprom lowlevel reading/writing to its own functions. by Michael Buesch · 19 years ago
- 489423c [PATCH] bcm43xx: Code cleanups. This removes various "inline" statements and reduces codesize. by Michael Buesch · 19 years ago
- ab4977f [PATCH] bcm43xx: rewrite and simplify the periodic task handling. by Michael Buesch · 19 years ago
- dcfd720 [PATCH] bcm43xx: fix LED code. by Michael Buesch · 19 years ago
- f1f5662 [PATCH] Apple Airport: Add Kconfig note that the bcm43xx driver has to be used for Airport Extreme cards. by Michael Buesch · 19 years ago
- 8bcab3f [PATCH] bcm43xx: add a note that not all devices support PIO. by Michael Buesch · 19 years ago
- 77db31e [PATCH] bcm43xx: Partially fix PIO code. Add Kconfig option for PIO or DMA mode (or both). by Michael Buesch · 19 years ago
- 5c57807 [PATCH] bcm43xx: remove WX debugging. by Michael Buesch · 19 years ago
- b5488be [PATCH] bcm43xx: fix compiletime warning (phy_xmitpower) by Michael Buesch · 19 years ago
- 921e485 [PATCH] bcm43xx: heavily increase mac_suspend timeout. by Michael Buesch · 19 years ago
- 62b7f0d [PATCH] bcm43xx: enable SPROM writing. by Michael Buesch · 19 years ago
- 393344f [PATCH] bcm43xx: fix txpower reporting in WE. by Michael Buesch · 19 years ago
- 67093a6 [PATCH] Sync bcm43xx_phy_initb6() with specs by Danny van Dyk · 19 years ago
- 8fa252d [PATCH] bcm43xx: Wireless Ext update by Michael Buesch · 19 years ago
- 6465ce1 [PATCH] bcm43xx: basic ethtool support by Michael Buesch · 19 years ago
- 9e4a375 [PATCH] bcm43xx: Remove function bcm43xx_channel_is_allowed() by Michael Buesch · 19 years ago
- a4a600d [PATCH] bcm43xx: Add more initvals sanity checks and error out, if one sanity check fails. by Michael Buesch · 19 years ago
- 65f3f19 [PATCH] bcm43xx: Fix makefile. Remove all the "out-of-tree" stuff. by Michael Buesch · 19 years ago
- 6f3e204 [PATCH] bcm43xx: add DEBUG Kconfig option. Also fix indention. by Michael Buesch · 19 years ago
- dda207a [PATCH] bcm43xx: remove redundant COPYING file. by Michael Buesch · 19 years ago
- 08ccd88 [PATCH] bcm43xx: Move README file to Documentation directory. by Michael Buesch · 19 years ago
- 4a2a279 [PATCH] bcm43xx: remove linux version compatibility code. by Michael Buesch · 19 years ago
- ea72ab2 [PATCH] bcm43xx: sync with svn.berlios.de by Michael Buesch · 19 years ago
- 70e5e98 [PATCH] bcm43xx: patch Kconfig and wireless/Makefile for import by John W. Linville · 19 years ago
- f222313 [PATCH] wireless: import bcm43xx sources by John W. Linville · 19 years ago
- 868d2c1 [WIRELESS]: Fix config dependencies. by Dave Jones · 19 years ago
- 53b3531 [PATCH] s/;;/;/g by Alexey Dobriyan · 19 years ago
- 9320199 [PATCH] hostap: Fix memory leak on PCI probe error path by Jouni Malinen · 19 years ago
- 4f7ecdf [PATCH] hostap: Remove dead code (duplicated idx != 0) by Jouni Malinen · 19 years ago
- 3a1c42a [PATCH] hostap: Fix unlikely read overrun in CIS parsing by Jouni Malinen · 19 years ago
- 8abceaf [PATCH] hostap: Fix double free in prism2_config() error path by Eugene Teo · 19 years ago
- 54b85f4 [PATCH] hostap: Fix ap_add_sta() return value verification by Adrian Bunk · 19 years ago
- 971d1e6 [PATCH] hostap: Fix hw reset after CMDCODE_ACCESS_WRITE timeout by Adrian Bunk · 19 years ago
- 9e75af3 [PATCH] wireless/airo: cache wireless scans by Dan Williams · 19 years ago
- 15db276 [PATCH] wireless/airo: define default MTU by Dan Williams · 19 years ago
- 934d8bf [PATCH] wireless/airo: clean up printk usage to print device name by Dan Williams · 19 years ago
- 711e2c3 [PATCH] WE-20 for kernel 2.6.16 by Jean Tourrilhes · 19 years ago
- cc8279f [PATCH] ipw2100: Update version ipw2100 stamp to 1.2.2 by Zhu Yi · 19 years ago
- 3234eee [PATCH] ipw2100: move mutex.h include from ipw2100.c to ipw2100.h by Zhu Yi · 19 years ago
- 752e377 [PATCH] ipw2100: semaphore to mutexes conversion by Ingo Molnar · 19 years ago
- cae1629 [PATCH] ipw2100: Fix radiotap code gcc warning by Zhu Yi · 19 years ago
- 15745a7 [PATCH] ipw2100: add radiotap headers to packtes captured in monitor mode by Stefan Rompf · 19 years ago
- 171e7b2 [PATCH] ipw2x00: expend Copyright to 2006 by Zhu Yi · 19 years ago
- 71e585f [PATCH] drivers/net/wireless/ipw2200.c: fix an array overun by Adrian Bunk · 19 years ago
- 7c56789 [PATCH] ipw2200: Update ipw2200 version stamp to 1.1.1 by Zhu Yi · 19 years ago
- 9006ea7 [PATCH] ipw2200: switch to the new ipw2200-fw-3.0 image format by James Ketrenos · 19 years ago
- 651be26 [PATCH] ipw2200: wireless extension sensitivity threshold support by Olivier Hochreutiner · 19 years ago
- 71de1f3 [PATCH] ipw2200: Enables the "slow diversity" algorithm by Cahill, Ben M · 19 years ago
- 1297715 [PATCH] ipw2200: Set a meaningful silence threshold value by Cahill, Ben M · 19 years ago
- 3e1555b [PATCH] ipw2200: export `debug' module param only if CONFIG_IPW2200_DEBUG by Zhu Yi · 19 years ago
- 1d1b09e [PATCH] ipw2200: Change debug level for firmware error logging by Zhu Yi · 19 years ago
- e815de4 [PATCH] ipw2200: Filter unsupported channels out in ad-hoc mode by Zhu Yi · 19 years ago
- e8c69e2 [PATCH] ipw2200: Fix ipw_sw_reset() implementation inconsistent with comment by Zhu Yi · 19 years ago
- d6d5b5c [PATCH] ipw2200: Fix rf_kill is activated after mode change with 'disable=1' by Zhu Yi · 19 years ago
- 8da374f [PATCH] ipw2200: remove the WPA card associates to non-WPA AP checking by Zhu Yi · 19 years ago
- b191608 [PATCH] ipw2200: Add signal level to iwlist scan output by Bill Moss · 19 years ago
- 9d0be03 [PATCH] ipw2200: use generic ieee80211_get_hdrlen() to get packet length by Zhu Yi · 19 years ago
- 85149ba [PATCH] ipw2200: fix a potential NULL pointer dereference by Zhu Yi · 19 years ago
- f697014 [PATCH] ipw2200: stop netdev queue if h/w doesn't have space for new packets by James Ketrenos · 19 years ago
- 48a8477 [PATCH] ipw2200: print geography code upon module load by Henrik Brix Andersen · 19 years ago
- 53d0bcf [PATCH] drivers/net/wireless/ipw2200.c: make ipw_qos_current_mode() static by Adrian Bunk · 19 years ago
- 1867b11 [PATCH] Remove duplicated code from ipw2200.c by Larry Finger · 19 years ago
- 4615355 Merge branch 'net-const' by Jeff Garzik · 19 years ago
- 40e3cad [PATCH] pcmcia: avoid binding hostap_cs to Orinoco cards by Pavel Roskin · 19 years ago