aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller20-138/+145
2011-09-20Merge branch 'master' of ssh://infradead/~/public_git/wireless into for-davemJohn W. Linville5-42/+73
2011-09-19Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-davemJohn W. Linville95-4328/+9298
2011-09-19b43: Fix beacon problem in ad-hoc modeManual Munz1-1/+2
2011-09-16ath9k: do not insert padding into tx buffers on AR9380+Felix Fietkau1-19/+37
2011-09-16ath9k: optimize ath_tx_rc_status usageFelix Fietkau1-16/+13
2011-09-16ath9k: remove a redundant check in ath_tx_form_aggrFelix Fietkau1-2/+1
2011-09-16ath9k: optimize ath9k_ps_restoreFelix Fietkau1-6/+11
2011-09-16ath9k_hw: remove the old tx descriptor APIFelix Fietkau6-472/+0
2011-09-16ath9k: use the new API for setting tx descriptorsFelix Fietkau3-160/+122
2011-09-16ath9k_hw: add a new API for setting tx descriptorsFelix Fietkau5-1/+275
2011-09-16ath9k_hw: do not recalculate the descriptor checksum in ar9003_hw_fill_txdescFelix Fietkau1-2/+1
2011-09-16ath9k: call ath9k_hw_set_desc_link for beacon descriptorsFelix Fietkau1-0/+1
2011-09-16ath9k: move ath_buf_set_rate to remove a forward declarationFelix Fietkau1-142/+141
2011-09-16ath9k: reduce the number of functions that access the tx descriptorFelix Fietkau2-35/+57
2011-09-16ath9k: remove ATH_TX_XRETRY and BUF_XRETRY flagsFelix Fietkau4-29/+13
2011-09-16ath9k: ensure that rx is not enabled during a resetFelix Fietkau2-4/+5
2011-09-16ath9k: make beacon timer initialization more reliableFelix Fietkau1-0/+1
2011-09-16ath9k: fix enabling interrupts after a hardware error interruptFelix Fietkau1-4/+5
2011-09-16ath9k: Fix PS wrappers and enabling LEDMohammed Shafi Shajakhan1-2/+2
2011-09-16ath9k: enable LED pin for AR946/8x chipsetsMohammed Shafi Shajakhan2-0/+3
2011-09-16ath9k_hw: Do full chip reset on 11A channels for AR9003Rajkumar Manoharan1-3/+5
2011-09-16ath9k_hw: move register definitions to header filesSenthil Balasubramanian2-26/+25
2011-09-16ath9k_hw: Add support for AR946/8x chipsets.Senthil Balasubramanian7-36/+362
2011-09-16ath9k_hw: Split tx/rx gain table initval handlingSenthil Balasubramanian1-180/+210
2011-09-16ath9k_hw: Add initvals and register definitions for AR946/8x chipsets.Senthil Balasubramanian6-18/+3883
2011-09-16Merge branch 'for-linville' of git://github.com/lucacoelho/wl12xxJohn W. Linville6-29/+103
2011-09-16iwlagn: workaround bug crashing some APsDon Fry1-0/+5
2011-09-16rtl2800usb: Fix incorrect storage of MAC address on big-endian platformsLarry Finger1-8/+9
2011-09-16rt2800pci: Fix compiler error on PowerPCLarry Finger1-13/+17
2011-09-16ipw2x00: fix rtnl mutex deadlockStanislaw Gruszka2-20/+40
2011-09-15Merge branch 'master' of git://git.infradead.org/users/linville/wireless into for-davemJohn W. Linville8-13/+34
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
2011-09-14rt2x00: Add WCID to HT TX descriptorHelmut Schaa2-1/+7
2011-09-14rt2x00: Add WCID to crypto structHelmut Schaa2-2/+7
2011-09-14rt2x00: Introduce sta_add/remove callbacksHelmut Schaa3-0/+60
2011-09-14rt2x00: Move bssidx calculation into its own functionHelmut Schaa3-9/+23
2011-09-14rt2x00: Avoid unnecessary uncachedHelmut Schaa1-4/+4
2011-09-14rt2x00: Update some TX descriptorHelmut Schaa1-2/+2
2011-09-14rt2x00: Remove incorrect led blinkHelmut Schaa1-16/+0
2011-09-14rt2x00: Add LED_CFG register descriptionHelmut Schaa1-0/+3
2011-09-14rt2x00: Minor optimizazion in txdone pathHelmut Schaa4-6/+5
2011-09-14iwlagn: fix compilation when debug flags is unsetEmmanuel Grumbach3-132/+132
2011-09-14iwlagn: remove lines from the wrong placeWey-Yi Guy1-3/+0
2011-09-14iwlagn: enable 11n support for "_d" skuWey-Yi Guy1-0/+1
2011-09-14iwlagn: disply queue read/write pointer when stuckWey-Yi Guy1-0/+2
2011-09-14iwlagn: iwl-trans.c can't dereference iwl_priv any moreEmmanuel Grumbach10-52/+58