aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)AuthorFilesLines
2016-03-10rtl8xxxu: Fix incorrect test for auto LLT failureJes Sorensen1-4/+1
2016-03-10rtl8xxxu: Init the LLT after we start the firmwareJes Sorensen1-9/+9
2016-03-10rtl8xxxu: Init page boundaries before starting the firmwareJes Sorensen1-34/+34
2016-03-10rtl8xxxu: Add rtl8xxxu_auto_llt_table()Jes Sorensen3-1/+36
2016-03-10rtl8xxxu: Implment rtl8192eu_power_on()Jes Sorensen2-6/+133
2016-03-10rtl8xxxu: Add rtl8192eu_nic.bin to the MODULE_FIRMWARE listJes Sorensen1-0/+1
2016-03-10rtl8xxxu: Use 1024 byte block loads for 8192eu firmwareJes Sorensen1-1/+1
2016-03-10rtl8xxxu: Identify chip vendors correctlyJes Sorensen3-15/+64
2016-03-10rtl8xxxu: Add initial code to parse rtl8192eu efuseJes Sorensen2-6/+124
2016-03-08rtlwifi: Fix size of wireless mode variableLarry Finger3-8/+7
2016-03-07rtlwifi: pass struct rtl_stats by reference as it is more efficientColin Ian King12-16/+16
2016-03-07rtlwifi: Change long delays to sleepsLarry Finger1-32/+12
2016-03-07rtlwifi: rtl8821ae: Silence useless log outputLarry Finger1-1/+1
2016-03-06Merge 'net-next/master'Kalle Valo3-6/+13
2016-03-01Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller2-6/+8
2016-02-25rtlwifi: rtl8821ae: Convert driver to use common 5G channel tableLarry Finger3-40/+7
2016-02-25rtlwifi: rtl8192ee: Convert driver to use new 5G channel tablesLarry Finger1-12/+0
2016-02-25rtlwifi: rtl8192de: Convert driver to use common 5G channelsLarry Finger1-19/+4
2016-02-25rtlwifi: Prepare for reworking 5G channelsLarry Finger2-5/+20
2016-02-25rtlwifi: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen1-1/+0
2016-02-25rtl8xxxu: Add missing bit define for REG_APS_FSMCOJes Sorensen1-0/+1
2016-02-25rtl8xxxu: Make device_init kludge 8723au onlyJes Sorensen1-8/+11
2016-02-25rtl8xxxu: Do not mask RF registers to 6 bitsJes Sorensen1-2/+0
2016-02-25rtl8xxxu: Remove unused len/cnt variables from rtl8xxxu_rx_complete()Jes Sorensen1-3/+1
2016-02-25rtl8xxxu: Remove unused mgmt variable from rtl8xxxu_rx_complete()Jes Sorensen1-3/+0
2016-02-25rtl8xxxu: Set correct bit to reset MCU IO wrapperJes Sorensen1-2/+2
2016-02-25rtl8xxxu: rtl8xxxu_set_linktype(): Be consistent aboutregister size REG_MSRJes Sorensen1-2/+2
2016-02-25rtl8xxxu: Enable data frame reception in rtl8xxxu_startBruno Randolf1-10/+2
2016-02-25rtl8xxxu: Fix 80 character per line issueJes Sorensen1-2/+3
2016-02-25rtl8xxxu: Remove duplicate USB IDJes Sorensen1-2/+0
2016-02-25rtl8xxxu: Document REG_RXFLTMAP registersBruno Randolf1-6/+20
2016-02-25rtl8xxxu: Enable monitor mode by handling filtersBruno Randolf1-11/+45
2016-02-25rtl8xxxu: Fix cosmetics to quiet down checkpatch policeJes Sorensen1-1/+1
2016-02-25rtl8xxxu: Use REG_EFUSE_TEST register only on multifunctional devicesJakub Sitnicki2-3/+7
2016-02-25rtl8xxxu: Remove unused clutter for handling recursive calls to rtl8xxxu_init_device()Jes Sorensen2-12/+1
2016-02-25rtl8xxxu: Add REG_OFDM0_RX_D_SYNC_PATH definitionsJes Sorensen1-0/+3
2016-02-25rtl8xxxu: Add mbox extension register definitions for 8723BJes Sorensen1-0/+5
2016-02-25rtl8xxxu: Add definitions for antenna selection registers for 8723BUJes Sorensen1-0/+4
2016-02-25rtl8xxxu: Implement rtl8xxxu_reset_8051()Jes Sorensen1-12/+26
2016-02-25rtl8xxxu: Check return value of kmemdup()Tobias Klauser1-0/+4
2016-02-25rtl8xxxu: Fix typo in Kconfig help textTobias Klauser1-1/+1
2016-02-25rtl8xxxu: Add more RCR bitsJes Sorensen1-1/+10
2016-02-25rtl8xxxu: Add REG_TX_REPORT_* definesJes Sorensen1-0/+2
2016-02-25rtl8xxxu: Define SYS_CFG_SW_OFFLOAD_ENJes Sorensen1-0/+1
2016-02-25rtl8xxxu: Add RQPN_[NE]PQ_SHIFT valuesJes Sorensen1-0/+2
2016-02-25rtl8xxxu: If fw running in RAM, reset the 8051 before trying to download a new oneJes Sorensen1-1/+18
2016-02-25rtl8xxxu: rtl8xxxu_download_firmware(): Cosmetic cleanupsJes Sorensen1-7/+12
2016-02-25rtl8xxxu: Minor cleanup to rtl8xxxu_download_firmware()Jes Sorensen1-1/+2
2016-02-15treewide: Fix typo in printkMasanari Iida1-1/+1
2016-02-06rtlwifi: fix broken VHT supportLarry Finger1-0/+5