summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rtlwifi
AgeCommit message (Expand)Author
2012-02-09rtlwifi: Modify rtl_pci_init to return 0 on successJohn W. Linville
2012-02-08rtlwifi: Return correct failure code on errorSimon Graham
2012-02-08rtlwifi: Handle previous allocation failures when freeing device memorySimon Graham
2012-02-06rtlwifi: Fix PCI probe error path orphaned memoryTim Gardner
2012-02-06rtlwifi: Remove extra debugging message accidentally left inLarry Finger
2012-02-06rtlwifi: Fix typo in dm.cMasanari Iida
2012-02-06rtlwifi: remove return in _rtl_pci_switch_clk_reqDevendra.Naga
2012-01-30rtlwifi: Convert to asynchronous firmware loadLarry Finger
2012-01-30rtlwifi: Move pr_fmt macros to a single locationLarry Finger
2012-01-27mac80211: make beacon filtering per virtual interfaceJohannes Berg
2012-01-24rtl8192se: Update copyright datesLarry Finger
2012-01-24rtl8192de: Update copyright datesLarry Finger
2012-01-24rtl8192cu: Update copyright datesLarry Finger
2012-01-24rtl8192ce: Update copyright datesLarry Finger
2012-01-24rtl8192c_common: Update copyright datesLarry Finger
2012-01-24rtlwifi: Update copyright datesLarry Finger
2012-01-24rtl8192cu: Remove dead code never selectedLarry Finger
2012-01-24rtlwifi: rtl8192c_common: rtl8192de: Check for allocation failuresLarry Finger
2012-01-24rtlwifi: Simplify chip version id loggingJoe Perches
2012-01-24rtlwifi: Remove incorrect logging message prefixesJoe Perches
2012-01-24rtlwifi: add CONFIG_RTLWIFI_DEBUG to remove all of the debug logging codeJoe Perches
2012-01-24rtlwifi: Optimize RT_TRACE macro use of KBUILD_MODNAME for sizeJoe Perches
2012-01-24rtlwifi: Remove duplicate __func__Joe Perches
2012-01-24rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__Joe Perches
2012-01-24rtlwifi: Convert RTPRINT macro to use ##__VA_ARGS__Joe Perches
2012-01-24rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__Joe Perches
2012-01-24rtlwifi: Standardize RT_PRINT_DATA macro and usesJoe Perches
2012-01-24rtlwifi: Neaten RT_ASSERT, RT_TRACE, RTPRINT, RT_PRINT_DATA macrosJoe Perches
2012-01-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2012-01-10rtl8192se: Fix BUG caused by failure to check skb allocationLarry Finger
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell
2011-12-19rtlwifi: Fix locking problem introduces with commit 6539306bLarry Finger
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-13rtlwifi: merge ips,lps spinlocks into one mutexStanislaw Gruszka
2011-12-13rtlwifi: use work for lpsStanislaw Gruszka
2011-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-07rtl8192{ce,cu,de,se}: avoid problems because of possible ERFOFF -> ERFSLEEP t...Philipp Dreimann
2011-12-06rtl8192c: Do not log firmware load message unless actually doneLarry Finger
2011-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock
2011-11-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-11-28rtlwifi: Fix incorrect return of IRQ_HANDLEDLarry Finger
2011-11-28rtlwifi: fix lps_lock deadlockStanislaw Gruszka
2011-11-22rtlwifi: squash warning in _usb_read_syncJohn W. Linville
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville