summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2011-04-05mwifiex: remove MWIFIEX_BSS_MODE_ macrosBing Zhao12-165/+74
2011-04-05rt2x00: Add an error message when trying to send on a full queueHelmut Schaa1-1/+4
2011-04-05rt2x00: Fix tx aggregation problems with some clientsHelmut Schaa3-1/+9
2011-04-05rt2x00: Add support for the ZyXEL NWD-211AN USBIvo van Doorn1-0/+1
2011-04-05rt2x00: Fix STBC transmissions to STAs with Rx STBC > 1Helmut Schaa1-2/+5
2011-04-05rt2x00: Implement tx power temperature compensationHelmut Schaa9-5/+296
2011-04-05rt2x00: Remove obsolete rt2x00queue_align_payloadHelmut Schaa3-25/+0
2011-04-05rt2x00: Indention cleanup in rt2800libHelmut Schaa1-14/+11
2011-04-05rt2x00: Don't recalculate HT40 compensation for each rateHelmut Schaa1-14/+18
2011-04-05rt2x00: Restructure bw_comp calculationHelmut Schaa1-5/+8
2011-04-05rt2x00: Remove DRIVER_SUPPORT_WATCHDOG flagHelmut Schaa5-10/+5
2011-04-05rt2x00: Calculate tx status fifo size instead of hardcoding itHelmut Schaa1-6/+12
2011-04-05rt2x00: Limit rt2800pci txdone processing to 16 entries at onceHelmut Schaa1-2/+10
2011-04-05rt2x00: Limit rt2x00pci rxdone processing to 16 entries at onceHelmut Schaa6-11/+25
2011-04-05rtlwifi: Remove unused/unneeded variablesLarry Finger8-137/+98
2011-04-05mwifiex: use IEEE80211_HT_CAP_ macros for 11n cap_infoMarc Yang7-129/+63
2011-04-05mwifiex: remove macro SHORT_SLOT_TIME_DISABLEDBing Zhao2-6/+3
2011-04-05mwifiex: remove unnecessary _set_auth functionsMarc Yang5-77/+19
2011-04-05mwifiex: remove helper functions for displaying 11n capabilitiesYogesh Ashok Powar4-116/+0
2011-04-05ath9k_hw: remove ath9k_get_channel_edgesMohammed Shafi Shajakhan2-28/+0
2011-04-05ath9k: remove set11n_virtualmorefragMohammed Shafi Shajakhan4-32/+0
2011-04-05ath9k: cleanup few redundant macrosMohammed Shafi Shajakhan3-7/+1
2011-04-05Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville16-433/+126
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-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-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 Fietkau3-8/+16
2011-03-30ath9k: add support for overriding the MAC address through platform dataFelix Fietkau1-1/+6
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