summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-1810-78/+116
|\
| * rt2x00: Add suspend/resume handlers to rt2x00rfkillIvo van Doorn2008-03-134-68/+106
| * ath5k: disable irq handling in ath5k_hw_detach()Pavel Roskin2008-03-131-0/+2
| * b43: phy.c fix typo in register writeHarvey Harrison2008-03-131-1/+1
| * prism54: support for 124a:4025 - another version of IOGear GWU513 802.11gJan Slupski2008-03-131-0/+1
| * rt2x00: Add new D-Link USB IDIvo van Doorn2008-03-111-0/+1
| * rt2x00: never disable multicast because it disables broadcast tooAdam Baker2008-03-112-4/+4
| * libertas: fix the 'compare command with itself' properlySebastian Siewior2008-03-111-1/+1
* | iwlwifi: fix bug to show hidden APs during scanReinette Chatre2008-03-142-16/+26
* | iwlwifi: change rate number to a constantTomas Winkler2008-03-141-2/+3
* | iwlwifi: Fix endianity in debug printTomas Winkler2008-03-141-1/+1
* | iwlwifi: Use eeprom form iwlcoreAssaf Krauss2008-03-147-426/+30Star
* | iwlwifi: update copyright yearReinette Chatre2008-03-1423-31/+28Star
* | iwlwifi: Use sta_bcast_id variable instead of BROADCAST_ID constantTomas Winkler2008-03-142-5/+5
* | rt2x00: Only strip preamble bit in rt2400pciIvo van Doorn2008-03-142-9/+3Star
* | rt2x00: Release rt2x00 2.1.4Ivo van Doorn2008-03-141-1/+1
* | rt2x00: Fix rt2400pci signalIvo van Doorn2008-03-148-15/+43
* | rt2x00: Fix RX DMA ring initializationIvo van Doorn2008-03-142-2/+2
* | rt2x00: Fix basic rate initializationIvo van Doorn2008-03-144-37/+38
* | rt2x00: Always enable TSF tickingIvo van Doorn2008-03-145-0/+10
* | rt2x00: Make rt2x00leds_register return voidIvo van Doorn2008-03-142-7/+5Star
* | rt2x00: Rename config_preamble() to config_erp()Ivo van Doorn2008-03-1310-80/+76Star
* | rt2x00: Check IEEE80211_TXCTL_SEND_AFTER_DTIM flagIvo van Doorn2008-03-131-1/+5
* | rt2x00: Start bugging when rt2x00lib doesn't filter SW diversityIvo van Doorn2008-03-135-81/+49Star
* | rt2x00: Move firmware checksumming to driverIvo van Doorn2008-03-135-47/+50
* | rt2x00: Upgrade queue->lock to use irqsaveIvo van Doorn2008-03-132-8/+14
* | rt2x00: Fix trivial log messageLuis Correia2008-03-132-2/+4
* | rt2x00:correct rx packet length for USB devicesAdam Baker2008-03-131-0/+1
* | rt2x00: Only disable beaconing just before beacon updateIvo van Doorn2008-03-135-29/+65
* | rt2x00: Use skbdesc fields for descriptor initializationIvo van Doorn2008-03-131-2/+2
* | rt2x00: Don't use unitialized rxdesc->sizeMattias Nissler2008-03-132-8/+14
* | rt2x00: Don't use uninitialized desc_lenIvo van Doorn2008-03-131-1/+1
* | rt2x00: Use the correct size when copying the control info in txdoneMattias Nissler2008-03-131-1/+1
* | rt2x00: Initialize TX control field in data entriesMattias Nissler2008-03-132-0/+2
* | rt2x00: Align RX descriptor to 4 bytesIvo van Doorn2008-03-133-44/+49
* | b43: pull out helpers for writing noise tableHarvey Harrison2008-03-131-22/+23
* | rndis_wlan: cleanup, rename structure membersJussi Kivilinna2008-03-131-132/+126Star
* | rndis_wlan: cleanup, rename and reorder enums and structuresJussi Kivilinna2008-03-131-110/+103Star
* | drivers/net/wireless/ath5k - convert == (true|false) to simple logical testsJoe Perches2008-03-132-23/+23
* | libertas: implement SSID scanning for SIOCSIWSCANHolger Schurig2008-03-136-316/+76Star
* | the scheduled bcm43xx removalAdrian Bunk2008-03-1331-16891/+0Star
* | make b43_mac_{enable,suspend}() staticAdrian Bunk2008-03-132-5/+2Star
* | iwlwifi: fix potential lock inversion deadlockReinette Chatre2008-03-071-2/+2
* | wireless: correct warnings from using '%llx' for type 'u64'John W. Linville2008-03-072-5/+7
* | ath5k: work around wrong beacon rx timestamp in IBSS modeBruno Randolf2008-03-071-14/+45
* | ath5k: add notes about rx timestampBruno Randolf2008-03-071-0/+11
* | ath5k: move rx and tx status structures out of hardware descriptorBruno Randolf2008-03-075-130/+126Star
* | ath5k: struct ath5k_desc cleanupsBruno Randolf2008-03-074-187/+210
* | iwlwifi: grab NIC access when disabling aggregationsRon Rindjunsky2008-03-071-17/+20
* | iwlwifi: 3945 split tx_complete to command and packet functionTomas Winkler2008-03-072-157/+148Star