summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-12/+1
|\ \ \ | |_|/ |/| |
| * | Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-12/+1
| |\ \
| | * | USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-12/+1
| | |/
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-094-4/+4
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-301-8/+9
| |\ \ \ | | |_|/ | |/| |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-033-2/+5
|\ \ \ \
| * | | | rtlwifi: Fix locking problem introduces with commit 6539306bLarry Finger2011-12-193-2/+5
* | | | | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-191-1/+1
* | | | | net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-197-13/+13
|/ / / /
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-144-4/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | rtl8192{ce,cu,de,se}: avoid problems because of possible ERFOFF -> ERFSLEEP t...Philipp Dreimann2011-12-074-4/+4
| | |/ | |/|
* | | rtlwifi: merge ips,lps spinlocks into one mutexStanislaw Gruszka2011-12-133-15/+12
* | | rtlwifi: use work for lpsStanislaw Gruszka2011-12-132-13/+16
* | | rtl8192c: Do not log firmware load message unless actually doneLarry Finger2011-12-061-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-021-8/+9
|\ \ \ | |/ /
| * | rtlwifi: fix lps_lock deadlockStanislaw Gruszka2011-11-281-8/+9
* | | rtlwifi: Fix incorrect return of IRQ_HANDLEDLarry Finger2011-11-281-2/+5
* | | rtlwifi: squash warning in _usb_read_syncJohn W. Linville2011-11-221-2/+3
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-2215-2/+16
|\ \ \ | | |/ | |/|
| * | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0614-0/+14
| |\ \
| | * | drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-318-0/+8
| | * | drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker2011-10-316-0/+6
| | |/
| * | Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds2011-11-021-2/+2
| |\ \ | | |/ | |/|
| | * um: a couple of missing dependencies...Al Viro2011-11-021-2/+2
* | | rtlwifi: Remove redundant code from PCI interruptLarry Finger2011-11-211-3/+0
* | | rtlwifi: rtl8192cu: Fix endianian issuesLarry Finger2011-11-217-36/+43
* | | rtlwifi: rtl8192cu: Change firmware upload to use block writesLarry Finger2011-11-215-3/+64
* | | rtlwifi: rtl8192cu: Allow retries for USB I/OGeorge2011-11-212-4/+16
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-091-3/+3
|\ \ \ | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-2528-872/+588
| |\ \
| * \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-251-3/+3
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch 'master' into for-nextJiri Kosina2011-09-152-12/+19
| | |\ \
| | * | | treewide: typo 'interrrupt' word corrections.Vitaliy Ivanov2011-09-151-3/+3
* | | | | rtl8192cu: Add new device IDsLarry Finger2011-11-081-4/+32
| |_|_|/ |/| | |
* | | | rtlwifi: rtl8192de: Updates from latest Reaktek driver - Part IIIChaoming Li2011-10-142-56/+94
* | | | rtlwifi: rtl8192se: Updates from latest Realtek driver version - Part IIChaoming Li2011-10-145-33/+48
* | | | rtlwifi: rtl8192ce: Add new chip revisionsChaoming Li2011-10-143-6/+26
* | | | rtlwifi: Update to new Realtek version - Part IChaoming Li2011-10-141-2/+4
* | | | rtlwifi: Change PCI drivers to use the new PM frameworkLarry Finger2011-10-145-35/+36
* | | | rtlwifi: Change debug parameter to apply to individual driversLarry Finger2011-10-116-6/+25
* | | | mac80211: pass vif param to conf_tx() callbackEliad Peller2011-10-031-1/+2
* | | | rtlwifi: Remove unused _usb_nbytes_read_write and _usb_writeN_syncLarry Finger2011-09-302-34/+2
* | | | rtlwifi: Remove unused routine _usb_readN_syncLarry Finger2011-09-302-12/+0
* | | | Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville2011-09-281-0/+1
|\ \ \ \ | |/ / /
| * | | rtlwifi: rtl8192cu: Fix unitialized structLarry Finger2011-09-261-0/+1
* | | | mac80211: add ieee80211_vif param to tsf functionsEliad Peller2011-09-271-3/+5
* | | | rtlwifi: Combine instances of RTL_HAL_IS_CCK_RATE macros.Larry Finger2011-09-206-20/+8
* | | | rtlwifi: rtl8192de: Change modinfo messagesLarry Finger2011-09-201-4/+8
* | | | rtlwifi: rtl8192se: Change modinfo messagesLarry Finger2011-09-201-5/+9
* | | | rtlwifi: rtl8192ce: Change modinfo messagesLarry Finger2011-09-201-4/+8
OpenPOWER on IntegriCloud