summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-10rt2x00: Clean up rt2800usb.h.Gertjan van Wingerde1-40/+0
2010-05-10rt2x00: Fix setting of txdesc->length field.Gertjan van Wingerde1-0/+1
2010-05-10ath5k: several off by one range checksDan Carpenter1-3/+3
2010-05-10ath9k/htc_drv_main: off by one errorDan Carpenter1-1/+1
2010-05-10ath9k/htc_drv_main: null dereference typoDan Carpenter1-1/+1
2010-05-10iwlwifi: remove stray mutex_unlock()Dan Carpenter1-1/+0
2010-05-10ath9k_hw: enable PCIe low power mode for AR9003Luis R. Rodriguez1-0/+20
2010-05-10rtl8180: change PCI DMA mask to DMA_BIT_MASK(32)John W. Linville1-2/+2
2010-05-07rt2x00: rt2800: use correct txop value in tx descriptorHelmut Schaa5-2/+31
2010-05-07wl1271: Reduce PSM entry hang over period from 128 => 1 msJuuso Oikarinen1-1/+1
2010-05-07wl1271: Increase timeout for command event waitingTeemu Paasikivi1-1/+1
2010-05-07wl1271: Fix to join and channel number handlingJuuso Oikarinen1-6/+23
2010-05-07wl1271: Fix 32 bit register read related endiannes bugJuuso Oikarinen2-3/+3
2010-05-07wl1271: Add sysfs file to retrieve HW PG-version and ROM-versionJuuso Oikarinen4-0/+51
2010-05-07ath9k_htc: Handle IDLE LED properlySujith1-7/+19
2010-05-07ath9k_hw: Update initvals for AR9003 for xb113Luis R. Rodriguez1-102/+102
2010-05-07ath9k_common: drop incomming frames with an invalid hardware rateLuis R. Rodriguez1-2/+1
2010-05-07ath9k_common: move the rate status setting into ath9k_process_rate()Luis R. Rodriguez1-13/+27
2010-05-07rtl8180: add software-based support for IBSS modeJohn W. Linville2-10/+80
2010-05-07rtl8180: assign sequence numbers in the driverJohn W. Linville2-0/+13
2010-05-07mac80211: set IEEE80211_TX_CTL_FIRST_FRAGMENT for beaconsJohn W. Linville1-2/+3
2010-05-07rt2x00: Fix RF3052 channel initializationIvo van Doorn1-9/+58
2010-05-07rt2x00: rt2800: don't overwrite SIFS values on erp changesHelmut Schaa1-2/+0
2010-05-07rt2x00: rt2800: update initial SIFS valuesHelmut Schaa1-2/+9
2010-05-07ath9k_htc: Fix beaconing in IBSS modeSujith4-45/+13
2010-05-07mac80211: improve HT channel handlingJohannes Berg8-40/+132
2010-05-07cfg80211/mac80211: better channel handlingJohannes Berg16-108/+300
2010-05-07mac80211: fix BSS info reconfigurationJohannes Berg2-5/+22
2010-05-07orinoco: refactor xmit pathDavid Kilroy3-111/+155
2010-05-07ath9k: fix another source of corrupt framesFelix Fietkau1-2/+8
2010-05-07ar9170usb: remove deprecated aggregation codeChristian Lamparter2-598/+12
2010-05-07mac80211: remove association work when processing deauth requestReinette Chatre1-1/+2
2010-05-07ar9170: wait for asynchronous firmware loadingChristian Lamparter2-0/+12
2010-05-05mac80211: use fixed channel in ibss join when appropriateJohannes Berg1-0/+6
2010-05-05rtl8187: use SET_IEEE80211_PERM_ADDRJohn W. Linville1-4/+6
2010-05-04rtl8180: use SET_IEEE80211_PERM_ADDRJohn W. Linville1-4/+6
2010-05-04rt2x00: Register frame length in TX entry descriptor instead of L2PAD.Gertjan van Wingerde9-15/+14
2010-05-04rt2x00: Fix HT40+/HT40- setting in rt2800.Gertjan van Wingerde2-4/+4
2010-05-04rt2x00: Enable RT30xx by default.Gertjan van Wingerde1-2/+2
2010-05-04rt2x00: Remove rt2x00pci.h include from rt2800lib.Gertjan van Wingerde1-3/+0
2010-05-04iwlwifi: recalculate average tpt if not currentReinette Chatre1-4/+6
2010-05-04iwmc3200wifi: fix busted iwm_debugfs_init definitionJohn W. Linville1-4/+1
2010-05-03Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville20-92/+799
2010-05-03wireless: rt2x00: rt2800usb: be in sync with latest windows drivers.Xose Vazquez Perez1-1/+6
2010-05-03mac80211_hwsim: fix double-scan detectionJohannes Berg1-1/+1
2010-05-03mac80211: improve IBSS scanningJohannes Berg4-21/+36
2010-05-03mac80211: allow controlling aggregation manuallyJohannes Berg2-2/+66
2010-05-03orinoco_usb: implement fw downloadDavid Kilroy6-238/+349
2010-05-03orinoco_usb: avoid in_atomicDavid Kilroy1-1/+1
2010-05-03orinoco: add orinoco_usb driverDavid Kilroy6-2/+1696