summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Bluetooth: Rename cmd to param in pending_cmdSzymon Janc1-7/+7
2011-03-31Bluetooth: Fix checkpatch error in cmtp.hSzymon Janc1-1/+1
2011-03-31Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>Szymon Janc1-1/+1
2011-03-31Bluetooth: Do not use assignments in IF conditionsSzymon Janc1-3/+6
2011-03-31Bluetooth: Fix checkpatch errors, code style issues and typos in hidpSzymon Janc3-22/+26
2011-03-31Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>Szymon Janc1-1/+1
2011-03-31Bluetooth: Fix checkpatch errors and some code style issues in bnepSzymon Janc2-89/+94
2011-03-31Bluetooth: Opencode macros in bnep/core.cSzymon Janc1-5/+8
2011-03-31Bluetooth: Improve error message on wrong link typeGustavo F. Padovan1-1/+2
2011-03-31Bluetooth: Remove unused struct itemGustavo F. Padovan1-1/+0
2011-03-31Bluetooth: mgmt: Add support for setting the local nameJohan Hedberg4-3/+92
2011-03-31Bluetooth: mgmt: Add local name information to read_info replyJohan Hedberg2-0/+9
2011-03-31Bluetooth: Add define for the maximum name length on HCI levelJohan Hedberg4-9/+11
2011-03-31Bluetooth: remove unnecessary function declarationGustavo F. Padovan1-1/+0
2011-03-30ath9k_hw: remove pCap->tx_triglevel_maxFelix Fietkau3-7/+1
2011-03-30ath9k_hw: remove ATH9K_HW_CAP_ENHANCEDPMFelix Fietkau2-3/+0
2011-03-30ath9k_hw: remove pCap->keycache_sizeFelix Fietkau4-21/+2
2011-03-30ath9k_hw: remove pCap->reg_capFelix Fietkau2-18/+0
2011-03-30ath9k_hw: remove ah->config.ht_enableFelix Fietkau2-7/+1
2011-03-30ath9k_hw: remove pCap->total_queuesFelix Fietkau3-41/+6
2011-03-30ath9k_hw: turn a few big macros into functionsFelix Fietkau4-31/+51
2011-03-30ath9k_hw: replace REG_READ+REG_WRITE with REG_RMWFelix Fietkau2-83/+56
2011-03-30ath9k_hw: add a new register op for read-mask-writeFelix Fietkau4-6/+42
2011-03-30ath9k_hw: embed the ath_ops callbacks in the ath_hw structFelix Fietkau3-22/+18
2011-03-30cfg80211: Add nl80211 event for deletion of a station entryJouni Malinen5-0/+57
2011-03-30ath9k: Support RSN IBSSJouni Malinen2-0/+16
2011-03-30ath9k: fix stuck beacon detectionFelix Fietkau2-9/+9
2011-03-30ath9k: trigger nfcal only after multiple missed beacons in AP modeFelix Fietkau1-1/+2
2011-03-30ath9k: fix beacon timer handling issuesFelix Fietkau5-79/+49
2011-03-30libertas_spi: Add support for suspend/resumeVasily Khoruzhick1-0/+65
2011-03-30wireless: mwifiex: initial commit for Marvell mwifiex driverBing Zhao37-0/+25465
2011-03-30ath9k_hw: remove AR9485 1.0 supportLuis R. Rodriguez2-1015/+0
2011-03-30mac80211: Minor optimization in tx status handlingHelmut Schaa1-4/+7
2011-03-30ath9k: remove the pending frames ath_txq_schedule workaroundFelix Fietkau1-27/+0
2011-03-30ath9k_hw: force rx chainmask to 7 on AR9100Felix Fietkau1-0/+2
2011-03-30ath9k_hw: enable a BlockAck related fixup specific to AR9100Felix Fietkau2-0/+3
2011-03-30ath9k: add support for overriding LED pin and GPIO settings from platform dataFelix Fietkau4-8/+20
2011-03-30ath9k: add support for overriding the MAC address through platform dataFelix Fietkau2-1/+7
2011-03-30ath9k: add an interface for overriding the value of specific GPIO pinsFelix Fietkau3-0/+24
2011-03-30ath9k: remove unnecessary debugfs return code checksFelix Fietkau1-59/+29
2011-03-30rtlwifi: rtl8192c{e,u}: Remove some extraneous casts on memcpy commandsLarry Finger2-3/+3
2011-03-30mwl8k: Queue ADDBA requests in respective data queuesNishant Sarmukadam1-0/+46
2011-03-30mwl8k: Check outgoing rate for a station to decide if ampdu can be createdNishant Sarmukadam1-3/+57
2011-03-30mwl8k: Handle the watchdog event from the firmwareNishant Sarmukadam1-2/+75
2011-03-30mwl8k: Initiate BA sessionsNishant Sarmukadam1-7/+187
2011-03-30mwl8k: add internal API for managing AMPDU streamsBrian Cavagnolo1-0/+81
2011-03-30mwl8k: differentiate between WMM queues and AMPDU queuesBrian Cavagnolo1-25/+27
2011-03-30mwl8k: add support for block ack commandsNishant Sarmukadam1-0/+156
2011-03-30mwl8k: update to ap firmware API version 2Brian Cavagnolo1-7/+34
2011-03-30mwl8k: refactor in preparation for APIv2 updateBrian Cavagnolo1-13/+38