aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-13Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds20-3105/+3198
2016-12-06Staging: wlan-ng: hfa384x_usb.c Fixed too long code line warnings.Yan Laijun1-1/+2
2016-11-19Staging: wlan-ng: prism2mgmt: Fixed operators spacing style issuesShiva Kerdel1-7/+7
2016-11-14staging: wlan-ng: use GENMASK macro in different defines of hfa384x.hSergio Paracuellos1-21/+8
2016-11-14staging: wlan-ng: use GENMASK macro in different defines of p80211hdr.hSergio Paracuellos1-3/+2
2016-11-14staging: wlan-ng: use GENMASK macro in define of p80211netdev.hSergio Paracuellos1-1/+1
2016-11-14staging: wlan-ng: use GENMASK macro in two bitwise operations in prism2sta.cSergio Paracuellos1-2/+2
2016-11-10staging: wlan-ng: remove unnecessary parenthesis in prism2fw.cSergio Paracuellos1-4/+4
2016-11-10staging: wlan-ng: remove unnecessary blank lines in prism2fw.cSergio Paracuellos1-6/+0
2016-11-10staging: wlan-ng: fix parenthesis alignment in prism2fw.cSergio Paracuellos1-23/+26
2016-11-10staging: wlan-ng: remove unnecessary blank lines in p80211wep.cSergio Paracuellos1-4/+0
2016-11-10staging: wlan-ng: change comparison to NULL to preferred style.Sergio Paracuellos1-1/+1
2016-11-10staging: wlan-ng: match open parenthesis alignment in p80211req.cSergio Paracuellos1-5/+5
2016-11-10staging: wlan-ng: match open parenthesis alignment in hfa384x_usb.cSergio Paracuellos1-9/+9
2016-11-10staging: wlan-ng: replace BUG_ON() into WARN_ON() on hfa384x_usbin_callbackSergio Paracuellos1-1/+4
2016-11-10staging: wlan-ng: remove unnecessary parenthesis in hfa384x_usb.cSergio Paracuellos1-12/+12
2016-11-10staging: wlan-ng: remove unnecessary out of memory message in p80211conv.cSergio Paracuellos1-2/+0
2016-11-10staging: wlan-ng: fix line style issue in macro WLAN_GET_FC_FSTYPESergio Paracuellos1-1/+2
2016-11-07staging: wlan-ng: remove unnecessary blank lineSergio Paracuellos1-1/+0
2016-11-07staging: wlan-ng: remove unnecessary parenthesesSergio Paracuellos1-2/+2
2016-11-07staging: wlan-ng: change comparison to NULL to preferred style.Sergio Paracuellos1-1/+1
2016-11-07staging: wlan-ng: remove two unnecessary blank linesSergio Paracuellos1-2/+0
2016-11-07staging: wlan-ng: add spaces around or operator : HOSTWEP_DEFAULTKEY_MASKSergio Paracuellos1-1/+1
2016-10-25staging: wlan-ng: Replace data type declaration with variable of same type in prism2mgmt.cSergio Paracuellos1-1/+1
2016-10-25staging: wlan-ng: avoid CamelCase: hfa384x_KeyIDChangedSergio Paracuellos1-2/+2
2016-10-25staging: wlan-ng: avoid CamelCase: hfa384x_PSUserCountSergio Paracuellos1-2/+2
2016-10-25staging: wlan-ng: avoid CamelCase: hfa384x_AuthRequestSergio Paracuellos1-2/+2
2016-10-25staging: wlan-ng: avoid CamelCase: hfa384x_LinkStatusSergio Paracuellos1-2/+2
2016-10-25staging: wlan-ng: avoid CamelCase: hfa384x_HScanResultSergio Paracuellos1-2/+2
2016-10-25staging: wlan-ng: avoid CamelCase: hfa384x_HScanResultSubSergio Paracuellos2-3/+3
2016-10-25staging: wlan-ng: avoid CamelCase: hfa384x_ChInfoResultSergio Paracuellos1-3/+3
2016-10-25staging: wlan-ng: avoid CamelCase: hfa384x_CommTallies16Sergio Paracuellos1-2/+2
2016-10-25staging: wlan-ng: avoid CamelCase in fields of struct hfa384x_dbmcommsqualitySergio Paracuellos1-3/+3
2016-10-25staging: wlan-ng: avoid CamelCase: hfa384x_WPADataSergio Paracuellos2-2/+2
2016-10-25staging: wlan-ng: avoid CamelCase: hfa384x_HostScanRequest_dataSergio Paracuellos2-7/+7
2016-10-25staging: wlan-ng: avoid CamelCase: HFA384x_RID_CNFAPBCNintSergio Paracuellos2-2/+2
2016-10-20net: use core MTU range checking in wireless driversJarod Wilson1-13/+5
2016-10-16staging: wlan-ng: cfg80211: Remove unnecessary parentheses around variablessayli karnik1-2/+2
2016-10-16staging: wlan-ng: Replace data type declaration with variable of same type in prism2sta.cSergio Paracuellos1-4/+3
2016-10-16staging: wlan-ng: Replace data type declaration with variable of same type in p80211netdev.cSergio Paracuellos1-6/+6
2016-10-16staging: wlan-ng: Replace data type declaration with variable of same type in p80211conv.cSergio Paracuellos1-1/+1
2016-10-16staging: wlan-ng: Replace data type declaration with variable of same type in hfa384x_usb.cSergio Paracuellos1-1/+1
2016-10-16staging: wlan-ng: Replace data type declaration with variable of same type in cfg80211.cSergio Paracuellos1-1/+1
2016-10-16staging: wlan-ng: fix block comments style in prism2mgmt.hSergio Paracuellos1-60/+62
2016-10-16staging: wlan-ng: fix block comments style in p80211req.hSergio Paracuellos1-45/+45
2016-10-16staging: wlan-ng: fix block comments style in p80211netdev.hSergio Paracuellos1-50/+50
2016-10-16staging: wlan-ng: fix block comments style in p80211msg.hSergio Paracuellos1-45/+45
2016-10-16staging: wlan-ng: fix block comments style in p80211mgmt.hSergio Paracuellos1-97/+97
2016-10-16staging: wlan-ng: fix block comments style in p80211metadef.hSergio Paracuellos1-44/+44
2016-10-16staging: wlan-ng: fix block comments style in p80211ioctl.hSergio Paracuellos1-60/+60