aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-142-0/+2
|\
| * iwlwifi: fix suspend/resume and its usage of pci saved stateReinette Chatre2009-02-112-4/+26
| * zd1211rw: treat MAXIM_NEW_RF(0x08) as UW2453_RF(0x09) for TP-Link WN322/422GHin-Tak Leung2009-02-111-0/+1
| * zd1211rw: adding 0ace:0xa211 as a ZD1211 deviceHin-Tak Leung2009-02-111-0/+1
| * ath5k: fix bf->skb==NULL panic in ath5k_tasklet_rxBob Copeland2009-02-111-32/+53
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-02-1479-14971/+16176
|\ \
| * | ath9k: add udelay() for AR5416 on ath9k_hw_configpcipowersave()Luis R. Rodriguez2009-02-131-2/+2
| * | ath9k: add comments for ath9k_hw_configpcipowersave()Luis R. Rodriguez2009-02-131-0/+35
| * | iwlwifi: fix FAT channel config for 5000 seriesReinette Chatre2009-02-133-6/+8
| * | iwlwifi: drop PCIe workaround applicable for development boardsTomas Winkler2009-02-131-10/+0
| * | iwlwifi: use pci registers defined in pci_regs.hTomas Winkler2009-02-138-48/+40
| * | mac80211: use cfg80211s BSS infrastructureJohannes Berg2009-02-131-3/+3
| * | cfg80211/nl80211: scanning (and mac80211 update to use it)Johannes Berg2009-02-134-7/+25
| * | zd1211rw: honour enable_beacon confJohannes Berg2009-02-131-3/+13
| * | zd1211rw: do not ratelimit no-opsJohannes Berg2009-02-132-4/+8
| * | orinoco: Storage class should be before const qualifierTobias Klauser2009-02-131-1/+1
| * | ath5k: Storage class should be before const qualifierTobias Klauser2009-02-131-2/+2
| * | ath9k: Remove all the useless ah_ variable prefixesSujith2009-02-1318-845/+841
| * | ath9k: Cleanup EEPROM operationsSujith2009-02-136-1492/+1453
| * | ath9k: Add callbacks hooks for EEPROM operationsSujith2009-02-131-0/+17
| * | ath9k: Merge ath_hal and ath_hal_5416 structuresSujith2009-02-1322-1109/+956
| * | ath9k: Remove duplicate variablesSujith2009-02-135-76/+38
| * | ath9k: Move regulatory information to a separate structureSujith2009-02-136-61/+66
| * | ath9k: Store HW version information in a separate structureSujith2009-02-136-73/+84
| * | ath9k: Remove all the sc_ prefixesSujith2009-02-137-342/+330
| * | ath9k: Convert ANI channel to a pointerSujith2009-02-133-31/+31
| * | ath9k: Header file cleanupSujith2009-02-1326-2754/+2733
| * | ath5k: Don't call reset on config_interfaceNick Kossifidis2009-02-131-3/+1
| * | ath5k: Disable BMISS interruptsNick Kossifidis2009-02-131-7/+2
| * | ath5k: Update reset codeNick Kossifidis2009-02-136-296/+732
| * | ath5k: Update initvalsNick Kossifidis2009-02-133-947/+687
| * | ath5k: Update RF Buffer handlingNick Kossifidis2009-02-135-317/+379
| * | ath5k: Update gain_F calibration code and add documentationNick Kossifidis2009-02-137-187/+319
| * | ath5k: PHY code cleanupNick Kossifidis2009-02-133-1133/+1636
| * | orinoco: hermes doesn't need to be a separate moduleDavid Kilroy2009-02-132-20/+2
| * | orinoco: hermes_dld does not need to be a moduleDavid Kilroy2009-02-132-33/+4
| * | orinoco: Move WEXT handlers into a separate fileDavid Kilroy2009-02-135-2350/+2408
| * | orinoco: Move hardware functions into separate fileDavid Kilroy2009-02-134-583/+635
| * | orinoco: Add hardware function to set multicast modeDavid Kilroy2009-02-131-20/+31
| * | orinoco: Use accessor functions for bitrate tablesDavid Kilroy2009-02-131-59/+81
| * | orinoco: Move firmware handling into a separate fileDavid Kilroy2009-02-134-335/+358
| * | orinoco: Move MIC helpers into new fileDavid Kilroy2009-02-134-74/+105
| * | orinoco: Move scan helpers to a separate fileDavid Kilroy2009-02-114-219/+265
| * | orinoco: use orinoco_private instead of net_device in scan helperDavid Kilroy2009-02-111-5/+5
| * | orinoco: Rename orinoco.cDavid Kilroy2009-02-117-7/+8
| * | orinoco: Fix interesting checkpatch errorsDavid Kilroy2009-02-111-30/+22
| * | orinoco: keep line length below 80 charactersDavid Kilroy2009-02-111-45/+68
| * | orinoco: remove unnecessary bracesDavid Kilroy2009-02-111-11/+7
| * | orinoco: spaces in parenthesised expressionsDavid Kilroy2009-02-111-55/+55
| * | orinoco: address leading and trailing whitespaceDavid Kilroy2009-02-111-53/+53