Age | Commit message (Expand) | Author | Files | Lines |
2015-01-09 | rtlwifi: Move macro definitions to core | Larry Finger | 1 | -3/+0 |
2015-01-09 | rtlwifi: rtl8192c-common: Convert driver to use common DM table initialization | Larry Finger | 1 | -16/+0 |
2015-01-09 | rtlwifi: rtl8188ee: Convert driver to use the common DM table init routine | Larry Finger | 1 | -33/+2 |
2015-01-09 | rtlwifi: Create new routine to initialize the DM tables | Larry Finger | 2 | -22/+1 |
2014-12-24 | rtlwifi: rtl8821ae: Switch to use common rate control routine | Larry Finger | 1 | -1/+1 |
2014-12-24 | rtlwifi: rtl8188ee: Switch to use common rate-mapping routine | Larry Finger | 1 | -160/+2 |
2014-10-02 | rtlwifi: Fix static checker warnings for various drivers | Larry Finger | 1 | -7/+0 |
2014-09-30 | rtlwifi: rtl8188ee: rtl8723ae: rtl8821ae: Initialize some variables | Larry Finger | 1 | -1/+1 |
2014-09-30 | rtlwifi: rtl8188ee: rtl8192com: rtl8192cu: rtl8192ee: rtl8723ae: rtl87323be: ... | Larry Finger | 1 | -34/+2 |
2014-09-30 | rtlwifi: rtl8188ee: rtl8821ae: Fix a queue locking problem | Larry Finger | 2 | -1/+4 |
2014-09-27 | rtlwifi: Fix problems with building an allyesconfig | Larry Finger | 8 | -350/+114 |
2014-09-27 | rtlwifi: rtl8188ee: Update driver to match Realtek release of 06282014 | Larry Finger | 23 | -4246/+4858 |
2014-09-27 | rtlwifi: Update power-save routines for 062814 driver | Larry Finger | 5 | -21/+20 |
2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 1 | -1/+1 |
2014-07-21 | rtlwifi: rtl8188ee: remove unnecessary break after return | Fabian Frederick | 1 | -1/+0 |
2014-06-25 | rtlwifi/rtl8188ee: Fix media status register mask | Rickard Strandqvist | 2 | -1/+2 |
2014-05-20 | rtlwifi: remove unused allow_all_destaddr functions | Peter Wu | 3 | -23/+0 |
2014-05-13 | rtlwifi: rtl8188ee: add msi module parameter | Adam Lee | 1 | -0/+4 |
2014-05-13 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+1 |
2014-04-30 | Revert "rtlwifi: rtl8188ee: enable MSI interrupts mode" | Adam Lee | 1 | -1/+0 |
2014-04-22 | rtlwifi: rtl8188ee: initialize packet_beacon | Colin Ian King | 1 | -1/+1 |
2014-03-31 | rtlwifi: rtl8188ee: enable MSI interrupts mode | Adam Lee | 1 | -0/+1 |
2014-03-27 | rtlwifi: Remove casts of pointer to same type | Joe Perches | 4 | -38/+32 |
2014-03-27 | rtlwifi: Remove addressof casts to same type | Joe Perches | 1 | -5/+4 |
2014-03-06 | rtlwifi: rtl8188ee: Fix too long disable of IRQs | Larry Finger | 1 | -4/+16 |
2014-03-06 | rtlwifi: Move common routines to core | Larry Finger | 5 | -82/+16 |
2014-03-06 | rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: rtl8192se: rtl8723ae: rtl8723be: rt... | Larry Finger | 2 | -8/+8 |
2014-03-04 | rtlwifi: Prepare existing drivers for new driver | Larry Finger | 3 | -13/+13 |
2014-02-25 | rtlwifi: avoid accessing RCR directly | Peter Wu | 1 | -2/+3 |
2014-02-05 | mac80211: add length check in ieee80211_is_robust_mgmt_frame() | Johannes Berg | 1 | -1/+1 |
2013-12-05 | rtlwifi: rtl8188ee: Fix typo in code | Larry Finger | 1 | -1/+1 |
2013-10-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next | David S. Miller | 5 | -37/+13 |
2013-10-04 | rtlwifi: rtl8188ee: Convert driver to use new rtl_phy_scan_operation_backup()... | Larry Finger | 3 | -31/+2 |
2013-10-04 | rtlwifi: Remove all remaining references to variable 'noise' in rtl_stats struct | Larry Finger | 1 | -1/+0 |
2013-10-04 | rtlwifi: rtl8188ee: Fix smatch warning in rtl8188ee/hw.c | Larry Finger | 1 | -0/+1 |
2013-09-25 | rtlwifi: Remove extern from function prototypes | Joe Perches | 1 | -27/+22 |
2013-09-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+2 |
2013-09-04 | drivers/net: Convert uses of compare_ether_addr to ether_addr_equal | Joe Perches | 1 | -4/+5 |
2013-08-20 | treewide: Fix typo in printk | Masanari Iida | 1 | -2/+2 |
2013-05-17 | rtlwifi: rtl8188ee: Fix warning when building on big-endian systems | Larry Finger | 1 | -2/+2 |
2013-04-10 | rtlwifi: rtl8188ee: Fix loop that ends early | Larry Finger | 1 | -1/+1 |
2013-04-10 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 1 | -2/+2 |
2013-04-08 | rtlwifi: rtl8188ee: Fix allyesconfig build failures | Larry Finger | 5 | -32/+22 |
2013-04-08 | rtlwifi: rtl8188ee: Fix linker warnings | Larry Finger | 1 | -1/+1 |
2013-04-03 | rtlwifi: rtl8188ee: Fix wrong header patch | Chen, Chien-Chia | 9 | -27/+27 |
2013-04-02 | rtlwifi: rtl8188ee: Enable build of new driver | Larry Finger | 1 | -0/+16 |
2013-04-02 | rtlwifi: rtl8188ee: Add new driver | Larry Finger | 24 | -0/+14998 |