aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723au/os_dep (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+5
2015-03-30cfg80211: pass name_assign_type to rdev_add_virtual_intf()Tom Gundersen1-1/+5
2015-03-26staging: rtl8723au: Update RT_TRACE macro and usesJoe Perches6-116/+108
2015-03-26staging: rtl8723au: Remove uses of MAC_FMT and MAC_ARGJoe Perches2-14/+11
2015-03-16staging: rtl8723au: remove intialization of static intsSupriya Karanth1-1/+1
2015-02-26Staging: rtl8723au: Add blank line after declarationsMelike Yurtoglu1-0/+1
2015-02-26Staging: rtl8723au: Remove return in void functionMelike Yurtoglu1-2/+0
2015-02-15Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-140/+35
2015-01-25Staging: rtl8723au: fix space coding style issue in os_intfs.cPeter Poklop1-1/+1
2015-01-25staging: rtl8723au: os_dep: usb_intf: Remove unused functionsRickard Strandqvist1-98/+0
2015-01-17Staging: rtl8723au: os_dep: Fixed a coding style issue.Dean Michael Ancajas1-2/+1
2015-01-17staging: rtl8723au: usb_dvobj_init(): A NULL pointer check for usb_host_endpoints makes no senseJes Sorensen1-39/+33
2015-01-15Merge tag 'mac80211-next-for-davem-2015-01-15' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-5/+5
2015-01-08cfg80211: remove enum station_info_flagsJohannes Berg1-5/+4
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds4-80/+19
2014-12-02staging: rtl8723au: Fold rtl8723au_set_queue_pipe_mapping into rtl8723au_chip_configure()Jes Sorensen1-1/+2
2014-12-02staging: rtl8723au: Fold rtw_ack_tx_done23a() into rtw23a_sctx_done_err()Jes Sorensen1-2/+3
2014-11-26staging: rtl8723au: Remove sw led handlingJes Sorensen2-13/+0
2014-10-27staging: rtl8723au: os_dep: Remove uneeded return variableRoberta Dobrescu1-4/+2
2014-10-27staging: rtl8723au: delete successive assignments to the same locationJiayi Ye1-1/+0
2014-10-27Staging: rtl8723au: Use USB API functionsVaishali Thakkar1-21/+6
2014-10-23staging: rtl8723au: Remove unnecessary else ifTapasweni Pathak1-1/+0
2014-10-20cfg80211: Convert del_station() callback to use a param structJouni Malinen1-1/+3
2014-10-20staging: rtl8723au: Remove a stack of write only countersJes Sorensen1-16/+0
2014-10-20staging: rtl8723au: Fold struct wlan_phy_info into struct wlan_bssid_exJes Sorensen1-1/+2
2014-10-20staging: rtl8723au: Remove unused struct zero_bulkout_contentJes Sorensen1-7/+0
2014-10-20staging: rtl8723au: Eliminate write-once variable xmit_priv->vcs_settingJes Sorensen1-1/+0
2014-10-20staging: rtl8723au: Remove write-only struct xmit_priv->vcs_typeJes Sorensen1-1/+0
2014-10-20Staging: rtl8723au: os_dep: Removed variable that is always 0.Heena Sirwani1-11/+4
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+3
2014-09-28patch "staging: rtl8723au: os_dep: declared cfg80211_infrastructure_mode staticRahul Garg1-1/+1
2014-09-19staging: rtl8723au: fix sparse incorrect type assignment warningsKieron Browne1-2/+2
2014-08-30drivers: staging: rtl8723au: Fix "foo* bar" should be "foo *bar" errorsGreg Donald1-1/+1
2014-08-26cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg1-0/+1
2014-08-26cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev1-2/+2
2014-08-01staging: rtl8723au: usb_dvobj_init(): Remove unused variable 'pdev_desc'Jes Sorensen1-3/+0
2014-08-01staging: rtl8723au: Do not duplicate kernel provided USB macrosJes Sorensen1-35/+10
2014-07-21staging: rtl8723au: rtw_resume(): release semaphore before exit on errorJes Sorensen1-1/+3
2014-07-21staging: rtl8723au: Fold rtw_resume_process23a() into rtw_resume()Jes Sorensen1-9/+0
2014-07-21staging: rtl8723au: Reduce wrapper layers around hal_{de, }init() callsJes Sorensen2-4/+4
2014-07-21staging: rtl8723au: Remove no-op rtl8723a_deinit_dm_priv()Jes Sorensen1-2/+0
2014-07-08staging: rtl8723au: Sanitize USB read/write functionsJes Sorensen1-18/+3
2014-07-08staging: rtl8723au: Remove never set struct rtw_adapter->bNotifyChannelChangeJes Sorensen1-1/+0
2014-07-08staging: rtl8723au: pwrctrl_priv->ps_flag is never setJes Sorensen1-5/+0
2014-07-08staging: rtl8723au: pnp_bstop_trx is never setJes Sorensen1-5/+3
2014-07-08staging: rtl8723au: Remove unused pwrctrl_priv->brfoffbyhwJes Sorensen1-1/+0
2014-06-26staging: rtl8723au: Wifi_Error_Status isn't used for anythingJes Sorensen1-2/+0
2014-06-24staging: rtl8723au: Eliminate set_wep_key() and call set_group_key() directlyJes Sorensen1-39/+6
2014-06-24staging: rtl8723au: Validate keys in cfg80211_rtw_add_key()Jes Sorensen1-57/+19
2014-06-24staging: rtl8723au: rtw_cfg80211_{ap_}set_encryption(): Stop passing ieee_parms argumentJes Sorensen1-17/+2