summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2011-02-28net: use pci_dev->revision, againSergei Shtylyov3-7/+3
2011-02-25rtlwifi: Need to include vmalloc.hDavid S. Miller1-0/+1
2011-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville107-4845/+17951
2011-02-21ath9k_hw: Fix power on resetSujith Manoharan1-1/+0
2011-02-21rt2x00: Add support for RT5390 chipRA-Shiang Tu5-55/+440
2011-02-21rt2x00: Add/Modify the GPIO register definitionShiang Tu2-3/+9
2011-02-21rt2x00: Add/Modify protection related register definitionsShiang Tu2-14/+20
2011-02-21rt2x00: Remove superfluos empty lineHelmut Schaa1-1/+0
2011-02-21Revert "rt2x00 : avoid timestamp for monitor injected frame."Helmut Schaa1-6/+3
2011-02-21rt2x00: Minor optimization for devices with RTS/CTS offloadHelmut Schaa1-3/+3
2011-02-21rt2x00: Fix rt2800 txpower setting to correct valueRA-Jay Hung3-77/+199
2011-02-21rt2x00: Add antenna setting for RT3070/RT3090/RT3390 with RX antenna diversit...RA-Jay Hung3-9/+70
2011-02-21rtlwifi: Remove obsolete/unused macrosLarry Finger2-102/+33
2011-02-21rtlwifi: rtl8192ce: Fix endian warningsLarry Finger10-291/+313
2011-02-21rtlwifi: Modify build system for rtl8192cuLarry Finger5-3/+35
2011-02-21rtlwifi: rtl8192cu: Add routine trxGeorge1-0/+684
2011-02-21rtlwifi: rtl8192cu: Add routine tableGeorge1-0/+1888
2011-02-21rtlwifi: rtl8192cu: Add routine rfGeorge1-0/+493
2011-02-21rtlwifi: rtl8192cu: Add routine phyGeorge1-0/+611
2011-02-21rtlwifi: rtl8192cu: Add routine macGeorge1-0/+1144
2011-02-21rtlwifi: rtl8192cu: Add routine hwGeorge1-0/+2505
2011-02-21rtlwifi: rtl8192cu: Add routines dm, fw, led and swGeorge4-0/+615
2011-02-21rtlwifi: Move common parts of rtl8192ce/phy.cLarry Finger2-2018/+2050
2011-02-21rtlwifi: Modify wifi.h for rtl8192cuLarry Finger2-50/+239
2011-02-21rtlwifi: Add headers for rtl8187cuGeorge13-4/+1212
2011-02-21rtlwifi: Modify some rtl8192ce routines for merging rtl8192cuLarry Finger15-321/+321
2011-02-21rtlwifi: Make changes in rtlwifi/rtl8192ce/def.h to support rtl8192cuLarry Finger2-13/+144
2011-02-21rtlwifi: Make changes in rtlwifi/rtl8192ce/reg.h to support rtl8192cuLarry Finger2-4/+69
2011-02-21ath9k: Implement op_flush()Vasanthakumar Thiagarajan3-11/+88
2011-02-21wl12xx: fix sdio_test kconfig/build errorsRandy Dunlap1-1/+1
2011-02-21ath5k: Enable AR2315 chipset recognitionWojciech Dubowik1-1/+2
2011-02-21ar9170usb: mark the old driver as obsoleteChristian Lamparter1-1/+3
2011-02-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-67/+0
2011-02-19Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville11-28/+22
2011-02-19ath9k_hw: Updates for AR9485 1.1 chipsets.Vivek Natarajan3-11/+1246
2011-02-19ath9k_htc: Fix a compilation warning.Vivek Natarajan1-1/+1
2011-02-19p54: implement flush callbackChristian Lamparter1-0/+43
2011-02-19p54: Fix compile warningLarry Finger1-1/+1
2011-02-19ath5k: move external function definitions to a header fileBob Copeland2-17/+20
2011-02-19ath5k: Correct channel setting for AR2317 chipNikolay Ledovskikh1-0/+1
2011-02-19wireless: rt2x00: rt2800pci.c: add two idsXose Vazquez Perez1-0/+2
2011-02-15ath9k: Fix ath9k prevents CPU to enter C3 statesMohammed Shafi Shajakhan3-22/+0
2011-02-15iwlwifi: Delete iwl3945_good_plcp_health.David S. Miller1-66/+0
2011-02-14p54spi: update sample eepromChristian Lamparter1-4/+5
2011-02-14p54: enhance rssi->dBm database importChristian Lamparter7-41/+176
2011-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+0
2011-02-14p54: p54_generate_band cleanupChristian Lamparter1-10/+11
2011-02-14p54: sort channel list by frequency instead of channel indexChristian Lamparter1-2/+2
2011-02-14zd1211rw: add unlikely to ZD_ASSERTJussi Kivilinna1-1/+1
2011-02-14zd1211rw: move async iowrite16v up to callersJussi Kivilinna3-13/+37