summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723au/os_dep
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-27/+27
* Staging: rtl8723au: Remove print statements and debug messagesBhumika Goyal2016-03-121-3/+0Star
* Staging: rtl8723au: Use min macro instead of ternary operatorBhumika Goyal2016-03-121-7/+7
* Staging: rtl8723au: Clean up tests if NULL returned on failureBhumika Goyal2016-03-111-1/+1
* staging: rtl8723au: Remove unnecessary paranthesesBhaktipriya Shridhar2016-03-111-2/+2
* staging: rtl8723au: whitespace and blank line cleaningGeliang Tang2016-02-211-8/+0Star
* staging: rtl8723au: use list_for_each_entry*()Geliang Tang2016-02-212-13/+10Star
* Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-272-4/+2Star
|\
| * staging:rtl8723au:ioctl_cfg80211:spaces required around '>'Joglekar Tejas2015-06-141-1/+1
| * staging: rtl8723au: remove useless commentLuca Ceresoli2015-05-311-1/+0Star
| * staging: rtl8723au: remove useless return valueLuca Ceresoli2015-05-311-2/+1Star
* | cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnectJohannes Berg2015-05-261-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-151-1/+5
|\
| * cfg80211: pass name_assign_type to rdev_add_virtual_intf()Tom Gundersen2015-03-301-1/+5
* | staging: rtl8723au: Update RT_TRACE macro and usesJoe Perches2015-03-266-116/+108Star
* | staging: rtl8723au: Remove uses of MAC_FMT and MAC_ARGJoe Perches2015-03-262-14/+11Star
* | staging: rtl8723au: remove intialization of static intsSupriya Karanth2015-03-161-1/+1
* | Staging: rtl8723au: Add blank line after declarationsMelike Yurtoglu2015-02-261-0/+1
* | Staging: rtl8723au: Remove return in void functionMelike Yurtoglu2015-02-261-2/+0Star
|/
* Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-02-153-140/+35Star
|\
| * Staging: rtl8723au: fix space coding style issue in os_intfs.cPeter Poklop2015-01-251-1/+1
| * staging: rtl8723au: os_dep: usb_intf: Remove unused functionsRickard Strandqvist2015-01-251-98/+0Star
| * Staging: rtl8723au: os_dep: Fixed a coding style issue.Dean Michael Ancajas2015-01-171-2/+1Star
| * staging: rtl8723au: usb_dvobj_init(): A NULL pointer check for usb_host_endpo...Jes Sorensen2015-01-171-39/+33Star
* | Merge tag 'mac80211-next-for-davem-2015-01-15' of git://git.kernel.org/pub/sc...David S. Miller2015-01-161-5/+5
|\ \ | |/ |/|
| * cfg80211: remove enum station_info_flagsJohannes Berg2015-01-081-5/+4Star
* | Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-164-80/+19Star
|\ \ | |/ |/|
| * staging: rtl8723au: Fold rtl8723au_set_queue_pipe_mapping into rtl8723au_chip...Jes Sorensen2014-12-031-1/+2
| * staging: rtl8723au: Fold rtw_ack_tx_done23a() into rtw23a_sctx_done_err()Jes Sorensen2014-12-031-2/+3
| * staging: rtl8723au: Remove sw led handlingJes Sorensen2014-11-262-13/+0Star
| * staging: rtl8723au: os_dep: Remove uneeded return variableRoberta Dobrescu2014-10-271-4/+2Star
| * staging: rtl8723au: delete successive assignments to the same locationJiayi Ye2014-10-271-1/+0Star
| * Staging: rtl8723au: Use USB API functionsVaishali Thakkar2014-10-271-21/+6Star
| * staging: rtl8723au: Remove unnecessary else ifTapasweni Pathak2014-10-231-1/+0Star
| * staging: rtl8723au: Remove a stack of write only countersJes Sorensen2014-10-201-16/+0Star
| * staging: rtl8723au: Fold struct wlan_phy_info into struct wlan_bssid_exJes Sorensen2014-10-201-1/+2
| * staging: rtl8723au: Remove unused struct zero_bulkout_contentJes Sorensen2014-10-201-7/+0Star
| * staging: rtl8723au: Eliminate write-once variable xmit_priv->vcs_settingJes Sorensen2014-10-201-1/+0Star
| * staging: rtl8723au: Remove write-only struct xmit_priv->vcs_typeJes Sorensen2014-10-201-1/+0Star
| * Staging: rtl8723au: os_dep: Removed variable that is always 0.Heena Sirwani2014-10-201-11/+4Star
* | cfg80211: Convert del_station() callback to use a param structJouni Malinen2014-10-201-1/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-091-2/+3
|\
| * cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg2014-08-261-0/+1
| * cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev2014-08-261-2/+2
* | patch "staging: rtl8723au: os_dep: declared cfg80211_infrastructure_mode staticRahul Garg2014-09-291-1/+1
* | staging: rtl8723au: fix sparse incorrect type assignment warningsKieron Browne2014-09-201-2/+2
* | drivers: staging: rtl8723au: Fix "foo* bar" should be "foo *bar" errorsGreg Donald2014-08-301-1/+1
|/
* staging: rtl8723au: usb_dvobj_init(): Remove unused variable 'pdev_desc'Jes Sorensen2014-08-011-3/+0Star
* staging: rtl8723au: Do not duplicate kernel provided USB macrosJes Sorensen2014-08-011-35/+10Star
* staging: rtl8723au: rtw_resume(): release semaphore before exit on errorJes Sorensen2014-07-211-1/+3