aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
| * | ath9k: fix a buffer leak in A-MPDU completionFelix Fietkau2010-07-071-0/+5
| * | ath9k: fix a potential buffer leak in the STA teardown pathFelix Fietkau2010-07-071-26/+26
| * | wl12xx: Use MODULE_ALIAS macro at correct postion for SPI busAmeya Palande2010-07-063-1/+2
| * | Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville2010-07-0614-89/+477
| |\ \
| | * | iwlwifi: adding enhance sensitivity table entriesWey-Yi Guy2010-07-024-28/+157
| | * | iwlwifi: generic parameter define for _agn deviceWey-Yi Guy2010-07-024-10/+10
| | * | iwlwifi: debugfs file for txfifo command testingWey-Yi Guy2010-07-021-0/+27
| | * | iwlwifi: add support for device tx flush requestWey-Yi Guy2010-07-028-1/+44
| | * | iwlwifi: add mac80211 flush callback supportWey-Yi Guy2010-07-028-0/+114
| | * | iwlwifi: tx fifo queue flush commandWey-Yi Guy2010-07-022-0/+35
| | * | iwlwifi: add debug print for parsing firmware TLVWey-Yi Guy2010-07-021-38/+63
| | * | iwlwifi: fix fw_restart module parameterWey-Yi Guy2010-07-024-12/+27
| * | | ath9k: fix crash with WEP in ad-hoc modeFelix Fietkau2010-07-021-0/+4
| * | | ath9k: fix false positives in the baseband hang checkFelix Fietkau2010-07-023-2/+28
| * | | ath9k_hw: clean up the noise floor calibration code to reduce code duplicationFelix Fietkau2010-07-025-96/+31
| * | | ath9k_hw: sanitize noise floor values properly on all chipsFelix Fietkau2010-07-028-95/+120
| * | | ath9k_hw: sync initvals for ar9001 and ar9002 with AtherosFelix Fietkau2010-07-022-113/+117
| * | | ath9k_hw: reformat the ar5008, ar9001 and ar9002 initvals to match ar9003Felix Fietkau2010-07-023-6957/+6983
| * | | ath9k_hw: fix a few inconsistencies in initval array namesFelix Fietkau2010-07-023-9/+9
| |/ /
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-07-0188-7584/+3392
|\| |
| * | ath9k_htc: Add LED support for AR7010Sujith2010-06-304-4/+56
| * | ath9k: fix TSF after reset on AR913xFelix Fietkau2010-06-301-2/+14
| * | rt2x00: Fix compile warning when debug disabledIvo van Doorn2010-06-301-2/+1
| * | rt2x00: Always set BBP_CSR_CFG_BBP_RW_MODE to 1Ivo van Doorn2010-06-301-4/+2
| * | rt2x00: Fix antenna initializationIvo van Doorn2010-06-301-3/+1
| * | rt2x00: Fix IEEE80211_HT_CAP_RX_STBC assignmentIvo van Doorn2010-06-301-2/+5
| * | rt2x00: fix beacon reset on rt2800Helmut Schaa2010-06-301-18/+24
| * | rt2x00: Disable link tuning in AP modeHelmut Schaa2010-06-301-4/+4
| * | rt2x00: Fix beacon updates in rt61pciHelmut Schaa2010-06-301-0/+6
| * | rt2x00: Fix beacon updates in rt2800pciHelmut Schaa2010-06-301-0/+6
| * | rt2x00: Enable multiBSS in rt2800Ivo van Doorn2010-06-301-2/+2
| * | rt2x00: Align rt2800 EEPROM validation to Ralink vendor driver.Gertjan van Wingerde2010-06-301-1/+7
| * | rt2x00: Correctly detect 93C86 EEPROMs in rt2800pci.Gertjan van Wingerde2010-06-301-2/+12
| * | rt2x00: Split of TXWI writing to write_tx_data callback in rt2800usb.Gertjan van Wingerde2010-06-302-7/+13
| * | rt2x00: Rename driver write_tx_datadesc callback function.Gertjan van Wingerde2010-06-303-10/+8
| * | rt2x00: Move common txdone handling to rt2x00lib_txdone.Gertjan van Wingerde2010-06-308-55/+20
| * | rt2x00: Merge PCI and USB versions of write_tx_data into single function.Gertjan van Wingerde2010-06-3012-93/+41
| * | rt2x00: Move filling of TX URB to rt2x00usb_kick_tx_entry function.Gertjan van Wingerde2010-06-301-16/+17
| * | rt2x00: Fix frame dumping for USB devices.Gertjan van Wingerde2010-06-301-0/+6
| * | rt2x00: Remove unneeded variableIvo van Doorn2010-06-301-5/+2
| * | rt2x00: Write the BSSID to register when interface is addedIvo van Doorn2010-06-301-1/+2
| * | rt2x00: Implement tx mpdu aggregationHelmut Schaa2010-06-302-1/+48
| * | ath9k: make ath9k_hw_keysetmac staticJohn W. Linville2010-06-292-3/+1
| * | ath9k: remove unused function ath9k_hw_keyisvalidJohn W. Linville2010-06-292-12/+0
| * | ath9k: fix retry count for A-MPDU rate control status reportsFelix Fietkau2010-06-281-3/+8
| * | ath5k: fix antenna div gc for <= AR5K_SREV_PHY_2413Bruno Randolf2010-06-281-1/+1
| * | b43: Add SDIO_DEVICE() for EW-CG1102GCMagnus Damm2010-06-281-0/+1
| * | iwlwifi: add disable rf calibration support for 6000g2a and 6000g2bWey-Yi Guy2010-06-251-0/+16
| * | iwlagn: reduce severity of disconnected antennas warningReinette Chatre2010-06-251-4/+4
| * | iwlwifi: turn on RTS/CTS after aggregation become operationalWey-Yi Guy2010-06-253-13/+41