summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rtlwifi
AgeCommit message (Expand)AuthorFilesLines
2011-09-20rtlwifi: Combine instances of RTL_HAL_IS_CCK_RATE macros.Larry Finger6-20/+8
2011-09-20rtlwifi: rtl8192de: Change modinfo messagesLarry Finger1-4/+8
2011-09-20rtlwifi: rtl8192se: Change modinfo messagesLarry Finger1-5/+9
2011-09-20rtlwifi: rtl8192ce: Change modinfo messagesLarry Finger1-4/+8
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville3-8/+22
2011-09-13rtlwifi: Fix problem when switching connectionsGeorge1-0/+8
2011-09-13rtlwifi: rtl8192su: Fix problem connecting to HT-enabled APGeorge1-5/+6
2011-08-24rtlwifi: rtl8192de: Convert to use the new rate-mapping routine in rtlwifiLarry Finger4-161/+33
2011-08-24rtlwifi: rtl8192se: Convert to use the new rate-mapping routine in rtlwifiLarry Finger3-161/+32
2011-08-24rtlwifi: rtl8192cu: Convert to use the new rate-mapping routine in rtlwifiLarry Finger6-172/+32
2011-08-24rtlwifi: rtl8192ce: Convert to use the new rate-mapping routine in rtlwifiLarry Finger3-127/+27
2011-08-24rtlwifi: Install updated rate-mapping routineLarry Finger3-0/+198
2011-08-22rtlwifi: add module parameter to set global debug levelStefan Assmann1-1/+5
2011-08-10rtlwifi: rtl892cu: New USB IDsLarry Finger1-3/+8
2011-08-09rtlwifi: Remove raw read/write routines from headerLarry Finger1-26/+0
2011-08-09rtlwifi: Eliminate raw reads and writes from PCIe portionLarry Finger1-27/+10
2011-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next in...John W. Linville1-9/+11
2011-08-01rtlwifi: Fix kernel oops on ARM SOCLarry Finger1-9/+11
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2011-07-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville15-90/+85
2011-07-21rtlwifi: Convert printks to pr_<level>Joe Perches11-71/+72
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody1-2/+2
2011-07-20wireless: rtlwifi: throw away MAC_FMT and use %pM insteadAndy Shevchenko7-19/+13
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2011-07-11rtlwifi: rtl8192cu: Fix duplicate if testLarry Finger1-1/+1
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville10-57/+35
2011-07-05rtlwifi: rtl8192de: Fix error exit from hw_initLarry Finger1-1/+6
2011-07-05rtlwifi: rtl8192de: Replace loops calling udelay with single mdelayLarry Finger1-13/+7
2011-07-05rtlwifi: rtl8192de: Remove comparison of boolean with trueLarry Finger4-17/+17
2011-07-05rtlwifi: rtl8192{ce,cu,se} Remove irq_enabledMike McCormack5-19/+0
2011-07-05rtlwifi: rtl8192de: Remove irq_enabled booleanLarry Finger1-2/+0
2011-07-05drivers/net/wireless/rtlwifi/rtl8192de/phy.c: fix udelay() usageAndrew Morton1-5/+5
2011-07-05rtlwifi: rtl8192cu: Add new USB ID for Netgear WNA1000MYoann DI-RUZZA1-0/+1
2011-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville28-22/+15359
2011-06-29rtlwifi: potential forever loop in rtl92de_hw_init()Dan Carpenter1-1/+2
2011-06-29rtlwifi: rtl8192de: Fix build errors when using allyes configurationLarry Finger6-101/+101
2011-06-29rtlwifi: use PCI_VENDOR_ID_*Jon Mason2-10/+4
2011-06-29rtlwifi: remove unnecessary read of PCI_CAP_ID_EXPJon Mason2-6/+1
2011-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-1/+32
2011-06-27rtlwifi: rtl8192de: Modify Kconfig and Makefile routines for new driverChaoming Li3-2/+28
2011-06-27rtlwifi: Fix build problems introduced by merging rtl8192deLarry Finger2-3/+2
2011-06-27rtlwifi: rtl8192de: Merge TX and RX routinesChaoming Li2-0/+1715
2011-06-27rtlwifi: rtl8192de: Merge table routinesChaoming Li2-0/+1747
2011-06-27rtlwifi: rtl8192de: Merge main (sw) routinesChaoming Li2-0/+460
2011-06-27rtlwifi: rtl8192de: Merge rf routinesChaoming Li2-0/+672
2011-06-27rtlwifi: rtl8192de: Merge register definitionsChaoming Li1-0/+1313
2011-06-27rtlwifi: rtl8192de: Merge phy routinesChaoming Li2-0/+4015
2011-06-27rtlwifi: rtl8192de: Merge led routinesChaoming Li2-0/+197