summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | wl1251: Add connection monitoring configurationJuuso Oikarinen2009-11-183-0/+45
| * | | ar9170: Add support for D-Link DWA 160 A2Thomas Klute2009-11-181-1/+3
| * | | rt2x00: more ids to rt2800usb.cXose Vazquez Perez2009-11-181-2/+37
| * | | mac80211: convert aggregation to operate on vifs/stasJohannes Berg2009-11-186-10/+13
| * | | ath9k: Fix bug in initializing chain masksSujith2009-11-181-1/+1
| * | | ath9k: Remove a few unused functionsSujith2009-11-184-169/+0
| * | | ath9k: Remove a few unused variablesSujith2009-11-182-23/+0
| * | | ath9k: Cleanup bss_info_changed callbackSujith2009-11-181-77/+37
| * | | ath9k: get rid of tx_info_privFelix Fietkau2009-11-186-97/+83
| * | | ar9170: do not discard valuable DUPOFDM framesChristian Lamparter2009-11-181-2/+2
| * | | iwlwifi: Add comments about CSR registersBen Cahill2009-11-181-27/+150
| * | | iwlwifi: handle unicast PS bufferingJohannes Berg2009-11-188-42/+113
| * | | iwlwifi: add sleep_tx_count ucode station APIJohannes Berg2009-11-182-2/+17
| * | | iwlwifi: report PS filtered statusJohannes Berg2009-11-183-8/+19
| * | | iwlwifi: make iwlwifi send beaconsDaniel C Halperin2009-11-182-0/+13
| * | | iwlwifi: fix bugs in beacon configurationDaniel C Halperin2009-11-182-21/+63
| * | | iwlagn: power up device before initializing EEPROMReinette Chatre2009-11-181-3/+6
| * | | iwlwifi: align tx/rx statistics debugfs formatWey-Yi Guy2009-11-181-6/+7
| * | | iwlwifi: eliminate the possible 1/2 dBm tx power loss in 6x00 & 6x50 seriesWey-Yi Guy2009-11-183-14/+52
| * | | iwl3945: Reset saved POWER_TABLE_CMD in "up"Ben Cahill2009-11-181-1/+1
| * | | iwlwifi: update reply_statistics_cmd with 'clear' parameterWey-Yi Guy2009-11-1810-23/+77
| * | | iwlwifi: remove external reference for non-exist data structureWey-Yi Guy2009-11-181-3/+0
| * | | iwlwifi: drop non-production PCI-IDs for 6x50 seriesWey-Yi Guy2009-11-183-36/+0
| * | | iwlwifi: remove unused parameter from iwl_channel_infoWey-Yi Guy2009-11-182-10/+0
| * | | iwlwifi: disable coex until implementation ready for 6x50Wey-Yi Guy2009-11-181-2/+0
| * | | iwlwifi: validate enhanced tx power entryWey-Yi Guy2009-11-182-2/+14
* | | | drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-192-3/+3
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-1924-1/+24
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-1815-177/+83
| |\|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-098-25/+25
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-038-10/+36
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-296-11/+11
| |\ \ \ \
| * | | | | ray_cs: Fix copy_from_user handlingAlan Cox2009-10-291-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-1617-152/+174
| |\ \ \ \ \
| * | | | | | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-1124-0/+24
* | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-1895-1913/+1837
|\ \ \ \ \ \ \
| * | | | | | | ath5k: allow setting txpower to 0Bob Copeland2009-11-161-2/+0
| * | | | | | | rndis_wlan: handle NL80211_AUTHTYPE_AUTOMATICJussi Kivilinna2009-11-161-0/+2
| * | | | | | | rt2800: do not enable tbtt unless we are in a beacon modeJosef Bacik2009-11-161-1/+2
| * | | | | | | ath9k: fix massive rx packet loss issueFelix Fietkau2009-11-161-0/+1
| * | | | | | | rt2x00: Fix BUG on rt2800usb when trying to read eFuse EEPROM.Gertjan van Wingerde2009-11-164-10/+27
| * | | | | | | rt2x00: Log RT/RF chipset information correctly.Gertjan van Wingerde2009-11-167-4/+13
| * | | | | | | rt2x00: Initialize rf302x RF values properly for rt2800pci.Gertjan van Wingerde2009-11-161-17/+12
| * | | | | | | rt2x00: Fix rt2800lib RF chip programming selection.Gertjan van Wingerde2009-11-161-3/+7
| * | | | | | | rt2800lib: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo2009-11-131-1/+1
| * | | | | | | ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value in 0x4054Vasanthakumar Thiagarajan2009-11-131-2/+2
| * | | | | | | ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on 64-bitVasanthakumar Thiagarajan2009-11-131-1/+1
| * | | | | | | rt2x00: Properly detect Ralink RT3070 devices.Gertjan van Wingerde2009-11-132-13/+16
| * | | | | | | rt2x00: Fix typo in rf programming of rt2800lib.Gertjan van Wingerde2009-11-111-1/+1
| * | | | | | | rt2x00: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo2009-11-111-18/+18