aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* ath9k_htc: Configure credit size for AR7010Sujith2010-06-042-5/+28
* ath9k_htc: Setup 5GHz channelsSujith2010-06-042-2/+56
* ath9k_htc: Configure dual stream ratesSujith2010-06-041-2/+7
* ath9k_htc: Setup HT capabilites for 2-stream devicesSujith2010-06-041-1/+22
* ath9k_common: Move count_streams to common moduleSujith2010-06-043-14/+16
* ath9k_htc: Add support for AR7010Sujith2010-06-042-1/+15
* ath9k_hw: Configure byte swap for non AR9271 chipsSujith2010-06-041-3/+7
* ath9k: Determine Firmware on probeSujith2010-06-042-13/+27
* p54spi: replace internal "cx3110x" name with "p54spi"Luke-Jr2010-06-041-3/+2
* ath9k_htc: Use proper station add/remove callbacksSujith2010-06-041-17/+24
* ath9k: fix dma sync in rx pathMing Lei2010-06-041-3/+7
* ath9k: fix queue stop/start based on the number of pending framesFelix Fietkau2010-06-033-37/+25
* ath9k_htc: Fix fair beacon distributionSujith2010-06-033-1/+31
* ath9k_htc: Handle host RX disableSujith2010-06-032-0/+11
* ath9k_htc: Handle monitor interface removalSujith2010-06-031-6/+6
* ath9k_htc: Fix locking for ps_idleSujith2010-06-031-5/+13
* ath9k_htc: Remove useless cancel_work_syncSujith2010-06-031-1/+0
* ath9k_htc: Fix bug in handling CONF_IDLESujith2010-06-031-1/+1
* ath9k_htc: Add PS wrappersSujith2010-06-031-5/+18
* ath9k_htc: Revamp CONF_IDLE handlingSujith2010-06-031-36/+93
* ath9k_hw: Fix async fifo for AR9287Sujith2010-06-035-44/+55
* ath9k_hw: Update the PCI WAR registerSujith2010-06-032-28/+60
* ath9k_hw: Cleanup TX power calculation for AR9287Sujith2010-06-033-141/+168
* ath9k_hw: Optimize ath9k_hw_ar9287_set_board_valuesSujith2010-06-033-37/+41
* ath9k_hw: Cleanup eeprom_9287.cSujith2010-06-031-137/+136
* drivers/net/wireless/ipw2x00/ipw2100.c: Remove unnecessary kmalloc castsJoe Perches2010-06-031-11/+7
* mac80211: clean up ieee80211_stop_tx_ba_sessionJohannes Berg2010-06-031-2/+1
* mac80211: remove tx status ampdu_ack_mapJohannes Berg2010-06-031-1/+0
* ath9k: use the key handling code from ath9k_common instead of duplicating itFelix Fietkau2010-06-031-230/+2
* ath9k_common: use allocated key cache entries for multi BSS crypto supportFelix Fietkau2010-06-031-10/+27
* ath9k_hw: add multicast key search supportFelix Fietkau2010-06-031-1/+12
* Revert "iwlwifi: move _agn statistics related structure"John W. Linville2010-06-037-84/+82
* rt2x00: Remove suspicious register writeHelmut Schaa2010-06-031-1/+0
* rt2x00: fix use of mcs ratesHelmut Schaa2010-06-031-3/+12
* rt2x00: Update TX_SW_CFG initvals for 305x SoCHelmut Schaa2010-06-031-0/+4
* rt2x00: Use IEEE80211_TX_CTL_STBC flagIvo van Doorn2010-06-031-1/+3
* rt2x00: rt2800: disable TX STBC for 1 stream devicesHelmut Schaa2010-06-031-1/+4
* rt2x00: Fix HT40 operation in rt2800.Gertjan van Wingerde2010-06-034-8/+46
* rt2x00: Sync rt2800 MCU boot signal with Ralink driver.Gertjan van Wingerde2010-06-032-2/+2
* rt2x00: Move PCI/USB specific register initializations to rt2800{pci,usb}.Gertjan van Wingerde2010-06-034-57/+87
* rt2x00: Simplify check for external LNA in rt2800_init_rfcsr.Gertjan van Wingerde2010-06-031-2/+1
* rt2x00: Introduce separate interface type for PCI-express.Gertjan van Wingerde2010-06-032-2/+12
* rt2x00: Move all register definitions for rt2800 to rt2800.h.Gertjan van Wingerde2010-06-034-59/+51
* rt2x00: Remove RT2870 chipset identification.Gertjan van Wingerde2010-06-033-7/+2
* rt2x00: Centralize rt2800 beacon writing.Gertjan van Wingerde2010-06-034-124/+65
* rt2x00: Clean up USB vendor request buffer functions.Gertjan van Wingerde2010-06-035-87/+14
* rt2x00: Fix rt2800usb TX descriptor writing.Gertjan van Wingerde2010-06-031-1/+1
* rt2x00: Properly reserve room for descriptors in skbs.Gertjan van Wingerde2010-06-0316-79/+109
* rt2x00: Reverse calling order of bus write_tx_desc and driver write_tx_desc.Gertjan van Wingerde2010-06-034-11/+18
* rt2x00: Push beacon TX descriptor writing to drivers.Gertjan van Wingerde2010-06-038-21/+81