aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ssb: Add SPROM/invariants support for PCMCIA devicesMichael Buesch2008-03-138-167/+648
* include/net/ieee80211.h - remove duplicate includeJoe Perches2008-03-131-1/+0
* rt2x00: Only strip preamble bit in rt2400pciIvo van Doorn2008-03-132-9/+3
* rt2x00: Release rt2x00 2.1.4Ivo van Doorn2008-03-131-1/+1
* rt2x00: Fix rt2400pci signalIvo van Doorn2008-03-138-15/+43
* rt2x00: Fix RX DMA ring initializationIvo van Doorn2008-03-132-2/+2
* rt2x00: Fix basic rate initializationIvo van Doorn2008-03-134-37/+38
* rt2x00: Always enable TSF tickingIvo van Doorn2008-03-135-0/+10
* rt2x00: Make rt2x00leds_register return voidIvo van Doorn2008-03-132-7/+5
* rt2x00: Rename config_preamble() to config_erp()Ivo van Doorn2008-03-1310-80/+76
* 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/+49
* 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/+126
* rndis_wlan: cleanup, rename and reorder enums and structuresJussi Kivilinna2008-03-131-110/+103
* 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/+76
* the scheduled rc80211-simple.c removalAdrian Bunk2008-03-136-448/+1
* the scheduled ieee80211 softmac removalAdrian Bunk2008-03-1316-3662/+0
* the scheduled bcm43xx removalAdrian Bunk2008-03-1335-16999/+1
* make b43_mac_{enable,suspend}() staticAdrian Bunk2008-03-132-5/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-03-11104-3552/+10988
|\
| * 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/+126
| * 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/+148
| * iwlwifi: Fix 3945 rate scalingTomas Winkler2008-03-072-25/+22
| * iwlwifi: queue functions cleanupTomas Winkler2008-03-074-60/+45
| * iwlwifi: Moving EEPROM handling in iwlcore moduleAssaf Krauss2008-03-072-0/+604
| * iwlwifi: add iwl-core moduleTomas Winkler2008-03-075-7/+59
| * iwlwifi: fix locking unbalance in 4965 rate scaleTomas Winkler2008-03-071-13/+12
| * mac80211: document IEEE80211_TXCTL_OFDM_HTRon Rindjunsky2008-03-071-1/+5
| * iwlwifi: Cancel scanning upon associationEmmanuel Grumbach2008-03-072-22/+12
| * iwlwifi: Take the fw file name from the iwl_cfg.Tomas Winkler2008-03-076-12/+18
| * iwlwifi: add struct iwl_cfgTomas Winkler2008-03-078-37/+203