aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2006-06-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+3
2006-06-17[NET]: Add netif_tx_lockHerbert Xu1-1/+3
2006-06-05[PATCH] wireless: move zd1201 where it belongsPavel Machek4-0/+2096
2006-06-05[PATCH] bcm43xx: quiet down log spam from set_securityJason Lunz1-6/+7
2006-06-05Merge branch 'upstream-fixes' into upstreamJohn W. Linville1-9/+22
2006-06-05[PATCH] bcm43xx: add DMA rx poll workaround to DMA4Michael Buesch1-9/+22
2006-05-26Merge branch 'upstream-fixes' into upstreamJohn W. Linville2-3/+3
2006-05-26[PATCH] arlan: fix section mismatch warningsRandy Dunlap1-2/+2
2006-05-26[PATCH] wavelan: fix section mismatchRandy Dunlap1-1/+1
2006-05-23[PATCH] orinoco: possible null pointer dereference in orinoco_rx_monitor()Florin Malita1-3/+1
2006-05-22[PATCH] hostap: new pcmcia IDsMarcin Juszkiewicz1-0/+6
2006-05-22Merge branch 'upstream-fixes' into upstreamJohn W. Linville1-3/+1
2006-05-22[PATCH] orinoco: possible null pointer dereference in orinoco_rx_monitor()Florin Malita1-3/+1
2006-05-17[PATCH] unused exports in wireless driversArjan van de Ven3-14/+0
2006-05-17Merge branch 'upstream-fixes' into upstreamJohn W. Linville1-3/+3
2006-05-17[PATCH] bcm43xx: associate on 'ifconfig up'David Woodhouse1-3/+3
2006-05-05[PATCH] bcm43xx: add PCI ID for bcm4319Stefano Brivio1-0/+2
2006-05-05[PATCH] bcm43xx: fix whitespaceStefano Brivio1-3/+3
2006-05-05[PATCH] orinoco: don't put PCI resource data to the network devicePavel Roskin5-34/+12
2006-05-05[PATCH] orinoco: eliminate the suspend/resume functions if CONFIG_PM is unsetPavel Roskin1-0/+5
2006-05-05[PATCH] orinoco: simplify locking, fix error handling in PCMCIA resumePavel Roskin2-8/+6
2006-05-05[PATCH] orinoco: report more relevant data on startupPavel Roskin2-26/+8
2006-05-05[PATCH] orinoco: unregister network device before releasing PCMCIA resourcesPavel Roskin2-12/+6
2006-05-05[PATCH] wireless/airo: minimal WPA awarenessMichal Schmidt1-1/+1
2006-05-05Merge branch 'upstream-fixes' into upstreamJohn W. Linville4-23/+37
2006-05-05[PATCH] bcm43xx: Fix access to non-existent PHY registersDavid Woodhouse1-1/+1
2006-05-05[PATCH] bcm43xx: Fix array overrun in bcm43xx_geo_initMichael Buesch2-19/+30
2006-05-05[PATCH] bcm43xx: check for valid MAC address in SPROMStefano Brivio1-1/+1
2006-05-05[PATCH] bcm43xx: fix iwmode crash when downMichael Buesch1-2/+5
2006-04-24[PATCH] wireless/airo: minimal WPA awarenessDan Williams1-77/+194
2006-04-24[PATCH] ipw2200: Fix wpa_supplicant association problemZhu Yi1-2/+1
2006-04-24[PATCH] ipw2200: remove priv->last_noise referenceZhu Yi1-3/+0
2006-04-24[PATCH] ipw2200: rename CONFIG_IEEE80211_RADIOTAP to CONFIG_IPW2200_RADIOTAPZhu Yi2-7/+7
2006-04-24[PATCH] wireless Kconfig add IPW2200_RADIOTAPZhu Yi1-24/+28
2006-04-24[PATCH] ipw2200: rename CONFIG_IPW_QOS to CONFIG_IPW2200_QOSZhu Yi2-22/+22
2006-04-24[PATCH] ipw2200: update version stamp to 1.1.2Zhu Yi1-1/+1
2006-04-24[PATCH] ipw2200: version string reworkZhu Yi1-1/+38
2006-04-24[PATCH] ipw2200: Enable rtap interface for RF promiscuous mode while associatedZhu Yi3-27/+673
2006-04-24[PATCH] ipw2200: Fix endian issues with v3.0 fw image formatZhu Yi1-11/+12
2006-04-24[PATCH] ipw2200: Set the 'fixed' flags in wext get_rateZhu Yi1-0/+1
2006-04-24[PATCH] ipw2200: turn off signal debug logZhu Yi1-1/+1
2006-04-24[PATCH] ipw2200: Do not continue loading the firmware if kmalloc failsZhu Yi1-0/+1
2006-04-24[PATCH] ipw2200: fix compile warning when !CONFIG_IPW2200_DEBUGZhu Yi1-0/+2
2006-04-24[PATCH] ipw2200: add module_param support for antenna selectionZhu Yi1-1/+7
2006-04-24[PATCH] ipw2200: generates a scan event after a scan has completedZhu Yi1-1/+20
2006-04-24[PATCH] ipw2200: Fix TX QoS enabled frames problemZhu Yi1-38/+33
2006-04-24[PATCH] ipw2200: Exponential averaging for signal and noise LevelZhu Yi2-18/+22
2006-04-24[PATCH] bcm43xx: use pci_iomap() for convenience.Michael Buesch3-23/+7
2006-04-24[PATCH] orinoco: bump version to 0.15Pavel Roskin1-1/+1
2006-04-24[PATCH] orinoco: further comment cleanup in the PCI driversPavel Roskin4-112/+22
2006-04-24[PATCH] orinoco: reduce differences between PCI drivers, create orinoco_pci.hPavel Roskin5-565/+368
2006-04-24[PATCH] orinoco: support PCI suspend/resume for Nortel, PLX and TMD adaptorsPavel Roskin3-4/+241
2006-04-24[PATCH] orinoco_pci: use pci_iomap() for resourcesPavel Roskin1-9/+6
2006-04-24[PATCH] orinoco_pci: disable device and free IRQ when suspendingPavel Roskin1-0/+11
2006-04-24[PATCH] orinoco: delay FID allocation after firmware initializationPavel Roskin1-6/+22
2006-04-24[PATCH] orinoco: fix BAP0 offset error after several days of operationJiri Benc1-0/+2
2006-04-24[PATCH] orinoco: simplify 802.3 encapsulation codePavel Roskin2-38/+20
2006-04-24[PATCH] orinoco: refactor and clean up Tx error handlingPavel Roskin1-16/+13
2006-04-24[PATCH] orinoco: don't use any padding for Tx framesPavel Roskin3-58/+7
2006-04-24[PATCH] orinoco replace hermes_write_words() with hermes_write_bytes()Pavel Roskin3-15/+16
2006-04-24[PATCH] orinoco: orinoco_xmit() should only return valid symbolic constantsPavel Roskin1-6/+6
2006-04-24[PATCH] orinoco: optimize Tx exception handling in orinocoPavel Roskin1-36/+6
2006-04-24[PATCH] orinoco: Symbol card supported by spectrum_cs is LA4137, not LA4100Pavel Roskin1-2/+2
2006-04-24[PATCH] orinoco: remove debug buffer code and userspace include supportPavel Roskin2-53/+0
2006-04-24[PATCH] orinoco: remove tracing code, it's unusedPavel Roskin2-86/+0
2006-04-24[PATCH] orinoco: remove underscores from little-endian field namesPavel Roskin1-14/+14
2006-04-24[PATCH] orinoco: remove PCMCIA audio support, it's useless for wireless cardsPavel Roskin2-12/+0
2006-04-24[PATCH] orinoco: Remove useless CIS validationPavel Roskin2-6/+0
2006-04-24[PATCH] bcm43xx: make PIO mode usableMichael Buesch3-32/+84
2006-04-24[PATCH] Fix crash on big-endian systems during scanPavel Roskin1-2/+2
2006-04-19[PATCH] bcm43xx: iw_priv_args names should be <16 charactersErik Mouw1-4/+4
2006-04-19[PATCH] bcm43xx: sysfs code cleanupMichael Buesch4-67/+82
2006-04-19[PATCH] bcm43xx: fix pctl slowclock limit calculationMichael Buesch2-47/+77
2006-04-19[PATCH] bcm43xx: fix dyn tssi2dbm memleakAdrian Bunk1-0/+1
2006-04-19[PATCH] bcm43xx: fix config menu alignmentRandy Dunlap1-0/+3
2006-04-19[PATCH] bcm43xx wireless: fix printk format warningsRandy Dunlap2-10/+11
2006-04-19[PATCH] bcm43xx: set trans_start on TX to prevent bogus timeoutsMichael Buesch1-0/+1
2006-04-19[PATCH] orinoco: fix truncating commsquality RID with the latest Symbol firmwarePavel Roskin1-1/+1
2006-04-19[PATCH] Revert NET_RADIO Kconfig title changeJean Tourrilhes1-1/+1
2006-04-19[PATCH] wireless/atmel: send WEXT scan completion eventsDan Williams1-0/+11
2006-04-19[PATCH] wireless/airo: clean up WEXT association and scan eventsDan Williams1-29/+17
2006-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-6/+3
2006-04-02Merge master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds12-1045/+615
2006-04-02BUG_ON() Conversion in drivers/net/Eric Sesterhenn1-6/+3
2006-03-31[PATCH] uml: kconfigsAl Viro1-1/+1
2006-03-31[PATCH] pcmcia: convert DEV_OK to pcmcia_dev_presentDominik Brodowski5-10/+9
2006-03-31[PATCH] pcmcia: use bitfield instead of p_state and stateDominik Brodowski9-195/+117
2006-03-31[PATCH] pcmcia: remove unused p_dev->state flagsDominik Brodowski3-3/+2
2006-03-31[PATCH] pcmcia: add return value to _config() functionsDominik Brodowski9-72/+75
2006-03-31[PATCH] pcmcia: remove dev_link_t and client_handle_t indirectionDominik Brodowski11-338/+292
2006-03-31[PATCH] pcmcia: embed dev_link_t into struct pcmcia_deviceDominik Brodowski10-246/+108
2006-03-31[PATCH] pcmcia: remove unneeded Vcc pseudo settingDominik Brodowski9-56/+30
2006-03-31[PATCH] pcmcia: default suspend and resume handlingDominik Brodowski9-94/+25
2006-03-31[PATCH] pcmcia: convert remaining users of pcmcia_release_io and _irqDominik Brodowski3-11/+3
2006-03-31[PATCH] pcmcia: add pcmcia_disable_deviceDominik Brodowski8-90/+24
2006-03-29Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik33-8/+15546
2006-03-28[PATCH] Typo fixesAlexey Dobriyan2-2/+2
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre1-1/+2
2006-03-27[PATCH] hostap: Fix EAPOL frame encryptionJouni Malinen1-1/+1
2006-03-27[PATCH] hostap: Make hostap_tx_encrypt() staticJouni Malinen2-6/+3
2006-03-27[PATCH] PCMCIA_SPECTRUM must select FW_LOADERAdrian Bunk1-0/+1
2006-03-27[PATCH] bcm43xx: don't set the channel on a device, which is down.Michael Buesch1-3/+9
2006-03-27[PATCH] bcm43xx: sync GPHY init with the specs.Michael Buesch3-29/+255
2006-03-27[PATCH] bcm43xx: fix the remaining sparse warnings.Michael Buesch2-5/+10
2006-03-27[PATCH] bcm43xx: remove some compilerwarnings.Michael Buesch4-60/+13
2006-03-27[PATCH] bcm43xx: fix "include" issues on some platforms.Michael Buesch2-2/+2
2006-03-27[PATCH] bcm43xx: get rid of "/* vim: ..." lines at the end of several files.Michael Buesch8-16/+0
2006-03-27[PATCH] bcm43xx: add useless and broken statistics stuff. People seem to want...Michael Buesch3-4/+53
2006-03-27[PATCH] bcm43xx: fix nrssi_threshold calculation.Michael Buesch1-39/+33
2006-03-27[PATCH] bcm43xx: sync interference mitigation code to the specs.Michael Buesch2-150/+309
2006-03-27[PATCH] bcm43xx: set default attenuation values.Michael Buesch5-38/+158
2006-03-27[PATCH] bcm43xx: some IRQ handler cleanups.Michael Buesch1-35/+30
2006-03-27[PATCH] bcm43xx: merge all iwmode code into the set_iwmode function.Michael Buesch1-36/+29
2006-03-27[PATCH] bcm43xx: fix some gpio register trashing (hopefully :D)Michael Buesch3-43/+46
2006-03-27[PATCH] bcm43xx: remove check for mmio length, as it differs among platforms....Michael Buesch1-26/+4
2006-03-27[PATCH] bcm43xx: properly mask txctl1 before writing it to hardware.Michael Buesch1-2/+2
2006-03-27[PATCH] bcm43xx: Do boardflags workarounds for specific boards.Michael Buesch2-0/+13
2006-03-27[PATCH] bcm43xx: Remove the workaround in dummy_transmission,Michael Buesch1-7/+0
2006-03-27[PATCH] bcm43xx: Fix crash on ifdown, by being careful in pio/dma freeing.Michael Buesch2-2/+10
2006-03-27[PATCH] bcm43xx: reduce the size of bcm43xx_private by removing unneeded memb...Michael Buesch13-301/+320
2006-03-27[PATCH] bcm43xx: add functions bcm43xx_dma_read/write, bcm43xx_dma_tx_suspend...Michael Buesch2-28/+51
2006-03-27[PATCH] bcm43xx: receive TX status on MMIO or DMA unconditionally regarding t...Michael Buesch1-12/+7
2006-03-27[PATCH] bcm43xx: fix some stuff, add a few missing mmiowb(), remove dead code.Michael Buesch6-187/+167
2006-03-27[PATCH] bcm43xx: Remove the mmio access printing facility overhead.Michael Buesch2-130/+6
2006-03-27[PATCH] bcm43xx: Abstract the locking mechanism.Michael Buesch7-124/+142
2006-03-27[PATCH] bcm43xx: Set both, the DMAmask and the coherent DMAmask.Michael Buesch1-3/+6
2006-03-27[PATCH] bcm43xx: fix DMA TX skb freeing in case of fragmented packets.Pete Zaitcev2-40/+8
2006-03-27[PATCH] bcm43xx: Add sysfs attributes for device specific tunables.Michael Buesch5-1/+356
2006-03-27[PATCH] bcm43xx: Move TX/RX related functions to its own file. Add basic RTS/...Michael Buesch9-577/+746
2006-03-27[PATCH] bcm43xx: add assert(bcm->initialized) to periodic_tasks_setup().Michael Buesch1-0/+1
2006-03-27[PATCH] bcm43xx: move initialized = 1 to the end of init_board.Michael Buesch1-4/+6
2006-03-27[PATCH] bcm43xx: Workaround init_board vs IRQ race.Michael Buesch1-6/+13
2006-03-27[PATCH] bcm43xx: Fix Kconfig typo (transfer mode default)Michael Buesch1-1/+1
2006-03-27[PATCH] bcm43xx: remove old unused struct.Michael Buesch1-5/+0
2006-03-27[PATCH] bcm43xx: split the channel helper functions, so that they can be used...Michael Buesch3-37/+59
2006-03-27[PATCH] bcm43xx: make bcm43xx_sprom_crc() static.Michael Buesch2-3/+1
2006-03-27[PATCH] bcm43xx: Move sprom lowlevel reading/writing to its own functions.Michael Buesch3-76/+86
2006-03-27[PATCH] bcm43xx: Code cleanups. This removes various "inline" statements and ...Michael Buesch3-181/+127
2006-03-27[PATCH] bcm43xx: rewrite and simplify the periodic task handling.Michael Buesch2-134/+73
2006-03-27[PATCH] bcm43xx: fix LED code.Michael Buesch3-33/+68
2006-03-27[PATCH] Apple Airport: Add Kconfig note that the bcm43xx driver has to be use...Michael Buesch1-1/+4
2006-03-27[PATCH] bcm43xx: add a note that not all devices support PIO.Michael Buesch1-0/+5
2006-03-27[PATCH] bcm43xx: Partially fix PIO code. Add Kconfig option for PIO or DMA mo...Michael Buesch8-248/+438
2006-03-27[PATCH] bcm43xx: remove WX debugging.Michael Buesch1-68/+0
2006-03-27[PATCH] bcm43xx: fix compiletime warning (phy_xmitpower)Michael Buesch1-0/+1
2006-03-27[PATCH] bcm43xx: heavily increase mac_suspend timeout.Michael Buesch1-7/+4
2006-03-27[PATCH] bcm43xx: enable SPROM writing.Michael Buesch1-1/+1
2006-03-27[PATCH] bcm43xx: fix txpower reporting in WE.Michael Buesch4-15/+44
2006-03-27[PATCH] Sync bcm43xx_phy_initb6() with specsDanny van Dyk3-6/+12
2006-03-27[PATCH] bcm43xx: Wireless Ext updateMichael Buesch1-1/+11
2006-03-27[PATCH] bcm43xx: basic ethtool supportMichael Buesch4-1/+62
2006-03-27[PATCH] bcm43xx: Remove function bcm43xx_channel_is_allowed()Michael Buesch1-165/+1
2006-03-27[PATCH] bcm43xx: Add more initvals sanity checks and error out, if one sanity...Michael Buesch1-19/+43
2006-03-27[PATCH] bcm43xx: Fix makefile. Remove all the "out-of-tree" stuff.Michael Buesch4-98/+14
2006-03-27[PATCH] bcm43xx: add DEBUG Kconfig option. Also fix indention.Michael Buesch1-5/+14
2006-03-27[PATCH] bcm43xx: remove redundant COPYING file.Michael Buesch1-340/+0
2006-03-27[PATCH] bcm43xx: Move README file to Documentation directory.Michael Buesch1-36/+0
2006-03-27[PATCH] bcm43xx: remove linux version compatibility code.Michael Buesch1-23/+0
2006-03-27[PATCH] bcm43xx: sync with svn.berlios.deMichael Buesch5-124/+102
2006-03-27[PATCH] bcm43xx: patch Kconfig and wireless/Makefile for importJohn W. Linville2-0/+9
2006-03-27[PATCH] wireless: import bcm43xx sourcesJohn W. Linville24-0/+15093
2006-03-24[WIRELESS]: Fix config dependencies.Dave Jones1-0/+1
2006-03-24[PATCH] s/;;/;/gAlexey Dobriyan2-3/+3
2006-03-23[PATCH] hostap: Fix memory leak on PCI probe error pathJouni Malinen2-5/+8
2006-03-23[PATCH] hostap: Remove dead code (duplicated idx != 0)Jouni Malinen1-4/+0
2006-03-23[PATCH] hostap: Fix unlikely read overrun in CIS parsingJouni Malinen1-2/+2
2006-03-23[PATCH] hostap: Fix double free in prism2_config() error pathEugene Teo1-2/+0
2006-03-23[PATCH] hostap: Fix ap_add_sta() return value verificationAdrian Bunk1-1/+1
2006-03-23[PATCH] hostap: Fix hw reset after CMDCODE_ACCESS_WRITE timeoutAdrian Bunk1-4/+4
2006-03-23[PATCH] wireless/airo: cache wireless scansDan Williams1-59/+172
2006-03-23[PATCH] wireless/airo: define default MTUDan Williams1-16/+17
2006-03-23[PATCH] wireless/airo: clean up printk usage to print device nameDan Williams1-86/+105
2006-03-23[PATCH] WE-20 for kernel 2.6.16Jean Tourrilhes1-0/+9
2006-03-17[PATCH] ipw2100: Update version ipw2100 stamp to 1.2.2Zhu Yi1-1/+1
2006-03-17[PATCH] ipw2100: move mutex.h include from ipw2100.c to ipw2100.hZhu Yi2-1/+1
2006-03-17[PATCH] ipw2100: semaphore to mutexes conversionIngo Molnar2-61/+62
2006-03-17[PATCH] ipw2100: Fix radiotap code gcc warningZhu Yi1-7/+8
2006-03-17[PATCH] ipw2100: add radiotap headers to packtes captured in monitor modeStefan Rompf2-11/+88
2006-03-17[PATCH] ipw2x00: expend Copyright to 2006Zhu Yi4-6/+6
2006-03-17[PATCH] drivers/net/wireless/ipw2200.c: fix an array overunAdrian Bunk1-3/+2
2006-03-17[PATCH] ipw2200: Update ipw2200 version stamp to 1.1.1Zhu Yi1-1/+1
2006-03-17[PATCH] ipw2200: switch to the new ipw2200-fw-3.0 image formatJames Ketrenos1-101/+64
2006-03-17[PATCH] ipw2200: wireless extension sensitivity threshold supportOlivier Hochreutiner2-1/+51
2006-03-17[PATCH] ipw2200: Enables the "slow diversity" algorithmCahill, Ben M2-1/+2
2006-03-17[PATCH] ipw2200: Set a meaningful silence threshold valueCahill, Ben M2-7/+10
2006-03-17[PATCH] ipw2200: export `debug' module param only if CONFIG_IPW2200_DEBUGZhu Yi1-0/+2
2006-03-17[PATCH] ipw2200: Change debug level for firmware error loggingZhu Yi1-5/+5
2006-03-17[PATCH] ipw2200: Filter unsupported channels out in ad-hoc modeZhu Yi1-4/+12
2006-03-17[PATCH] ipw2200: Fix ipw_sw_reset() implementation inconsistent with commentZhu Yi1-2/+2
2006-03-17[PATCH] ipw2200: Fix rf_kill is activated after mode change with 'disable=1'Zhu Yi1-5/+12
2006-03-17[PATCH] ipw2200: remove the WPA card associates to non-WPA AP checkingZhu Yi1-9/+0
2006-03-17[PATCH] ipw2200: Add signal level to iwlist scan outputBill Moss1-3/+4
2006-03-17[PATCH] ipw2200: use generic ieee80211_get_hdrlen() to get packet lengthZhu Yi2-24/+2
2006-03-17[PATCH] ipw2200: fix a potential NULL pointer dereferenceZhu Yi1-2/+0
2006-03-17[PATCH] ipw2200: stop netdev queue if h/w doesn't have space for new packetsJames Ketrenos1-5/+3
2006-03-17[PATCH] ipw2200: print geography code upon module loadHenrik Brix Andersen1-3/+9
2006-03-17[PATCH] drivers/net/wireless/ipw2200.c: make ipw_qos_current_mode() staticAdrian Bunk1-1/+1
2006-03-17[PATCH] Remove duplicated code from ipw2200.cLarry Finger1-112/+16
2006-03-03Merge branch 'net-const'Jeff Garzik1-1/+4
2006-03-01[PATCH] pcmcia: avoid binding hostap_cs to Orinoco cardsPavel Roskin1-1/+4