summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-09-19iwlagn: replace beacon_time_fsf_bits variable with #defineDon Fry6-23/+10
2011-09-19iwlagn: simplify chain_noise_num_beacons indirectionFry, Donald H6-22/+7
2011-09-19iwlagn: fix modinfo display for 135 ucode.Fry, Donald H1-1/+1
2011-09-19iwlagn: New SKU for 6005 SFFWey-Yi Guy1-0/+1
2011-09-19iwlagn: Convert kzalloc to kcallocJoe Perches1-4/+2
2011-09-19iwlagn: add documentation to the transport layerEmmanuel Grumbach3-32/+91
2011-09-19iwlagn: document the bus layer APIEmmanuel Grumbach1-5/+57
2011-09-19iwlagn: use enum iwl_rxon_context_id instead of u8Emmanuel Grumbach4-9/+17
2011-09-19iwlagn: move iwl_stop / wake_queue to the upper layerEmmanuel Grumbach6-21/+23
2011-09-19iwlagn: free the Tx cmd when a non empty Tx queue is freedEmmanuel Grumbach4-4/+17
2011-09-19iwlagn: unmap cmd queue's tfds as BIDIEmmanuel Grumbach3-6/+20
2011-09-19iwlagn: warn about buggy fw that doesn't set SEQ_RX_FRAMEEmmanuel Grumbach1-0/+12
2011-09-19ath9k: Reset caldata on radio enableRajkumar Manoharan1-0/+1
2011-09-19ath9k: load noise floor from history after the full chip resetRajkumar Manoharan2-0/+2
2011-09-19ath9k_hw: Fix magnitude/phase coeff correctionRajkumar Manoharan1-1/+2
2011-09-19ath9k_hw: remove ar9100_hw_compute_pll_controlFelix Fietkau1-11/+1
2011-09-19ath9k_hw: fix setting the hardware diversity flagFelix Fietkau5-29/+6
2011-09-19ath9k_hw: remove dead code in the eeprom opsFelix Fietkau3-30/+2
2011-09-19ath9k_hw: clean up hardware revision checksFelix Fietkau8-94/+63
2011-09-19ath9k: sync the dma buffer after changing the retry flagFelix Fietkau1-0/+3
2011-09-19ath9k: fix setting the IEEE80211_TX_CTL_CLEAR_PS_FILT flagFelix Fietkau1-0/+1
2011-09-19Revert "ath9k: do not insert padding into tx buffers on AR9380+"John W. Linville1-37/+19
2011-09-19Merge branch 'for-linville' of git://github.com/lucacoelho/wl12xxJohn W. Linville16-158/+358
2011-09-17ath9k: do not insert padding into tx buffers on AR9380+Felix Fietkau1-19/+37
2011-09-17ath9k: optimize ath_tx_rc_status usageFelix Fietkau1-16/+13
2011-09-17ath9k: remove a redundant check in ath_tx_form_aggrFelix Fietkau1-2/+1
2011-09-17ath9k: optimize ath9k_ps_restoreFelix Fietkau1-6/+11
2011-09-17ath9k_hw: remove the old tx descriptor APIFelix Fietkau6-472/+0
2011-09-17ath9k: use the new API for setting tx descriptorsFelix Fietkau3-160/+122
2011-09-17ath9k_hw: add a new API for setting tx descriptorsFelix Fietkau5-1/+275
2011-09-17ath9k_hw: do not recalculate the descriptor checksum in ar9003_hw_fill_txdescFelix Fietkau1-2/+1
2011-09-17ath9k: call ath9k_hw_set_desc_link for beacon descriptorsFelix Fietkau1-0/+1
2011-09-17ath9k: move ath_buf_set_rate to remove a forward declarationFelix Fietkau1-142/+141
2011-09-17ath9k: reduce the number of functions that access the tx descriptorFelix Fietkau2-35/+57
2011-09-17ath9k: remove ATH_TX_XRETRY and BUF_XRETRY flagsFelix Fietkau4-29/+13
2011-09-17ath9k: ensure that rx is not enabled during a resetFelix Fietkau2-4/+5
2011-09-17ath9k: make beacon timer initialization more reliableFelix Fietkau1-0/+1
2011-09-17ath9k: fix enabling interrupts after a hardware error interruptFelix Fietkau1-4/+5
2011-09-17ath9k: Fix PS wrappers and enabling LEDMohammed Shafi Shajakhan1-2/+2
2011-09-17ath9k: enable LED pin for AR946/8x chipsetsMohammed Shafi Shajakhan2-0/+3
2011-09-17ath9k_hw: Do full chip reset on 11A channels for AR9003Rajkumar Manoharan1-3/+5
2011-09-17ath9k_hw: move register definitions to header filesSenthil Balasubramanian2-26/+25
2011-09-17ath9k_hw: Add support for AR946/8x chipsets.Senthil Balasubramanian7-36/+362
2011-09-17ath9k_hw: Split tx/rx gain table initval handlingSenthil Balasubramanian1-180/+210
2011-09-17ath9k_hw: Add initvals and register definitions for AR946/8x chipsets.Senthil Balasubramanian6-18/+3883
2011-09-17Merge branch 'for-linville' of git://github.com/lucacoelho/wl12xxJohn W. Linville6-29/+103
2011-09-14libertas: prioritize usb8388_olpc.bin firmware on OLPC machinesAndres Salomon1-0/+21
2011-09-14rt2x00: Use the available helper functions to initialize the WCID tableHelmut Schaa1-5/+2
2011-09-14rt2x00: Forbid aggregation for STAs not programmed into the hwHelmut Schaa1-0/+11
2011-09-14rt2x00: Make use of sta_add/remove callbacks in rt2800Helmut Schaa4-30/+134