summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-2/+2
|\
| * cfg80211: constify more pointers in the cfg80211 APIJohannes Berg2014-05-191-1/+1
| * cfg80211: constify MAC addresses in cfg80211 opsJohannes Berg2014-05-191-1/+1
* | drivers/staging: Remove useless return variablesPeter Senna Tschudin2014-05-262-4/+2
* | staging: wlan-ng: use netdev_() instead of printk()Vitaly Osipov2014-05-246-139/+147
* | staging/wlan-ng: log with netdev_xxx and dev_xxxDenis Pithon2014-05-241-23/+22
* | staging/wlan-ng: rearrange commentsDenis Pithon2014-05-241-3/+3
* | staging/wlan-ng: multicast address checkingDenis Pithon2014-05-241-1/+1
* | staging/wlan-ng: compare using ether_addr_equal_unalignedDenis Pithon2014-05-241-1/+2
* | staging/wlan-ng: add prefix to function nameDenis Pithon2014-05-241-3/+3
* | staging/wlan-ng: code refactoringDenis Pithon2014-05-151-31/+43
* | staging/wlan-ng: remove function declarationDenis Pithon2014-05-151-3/+0
* | staging/wlan-ng: update function header commentDenis Pithon2014-05-151-13/+5
* | staging: wlan-ng: fix bad symbol declarationNeil Armstrong2014-05-152-4/+5
* | driver: staging: wlan-ng: Removed unnecessary spaces after cast from hfa384x_...Sherif Shehab Aldin2014-05-151-10/+10
* | driver: staging: wlan-ng: Removed #if 0 lines from hfa384x_usb.cSherif Shehab Aldin2014-05-151-6/+0
* | driver: staging: wlan-ng: Removed multiple assignmentsSherif Shehab Aldin2014-05-151-1/+2
* | driver: staging: wlan-ng: Fixed white spaces issuesSherif Shehab Aldin2014-05-151-8/+4
* | driver: staging: wlan-ng: Fixed Alignment to match open parenthesisSherif Shehab Aldin2014-05-151-58/+63
* | driver: staging: wlan-ng: Removed Unnecessary space after function pointer nameSherif Shehab Aldin2014-05-151-1/+1
* | driver: staging: wlan-ng: Setting character pointers as constSherif Shehab Aldin2014-05-151-1/+1
* | driver: staging: wlan-ng: switched to pr_warnSherif Shehab Aldin2014-05-151-4/+3
* | driver: staging: wlan-ng: Removed unnecessary typedefs from hfa384x_usb.cSherif Shehab Aldin2014-05-151-8/+6
* | driver: staging: wlan-ng: Fixed Breaking long lines and strings style ruleSherif Shehab Aldin2014-05-151-24/+23
* | staging/wlan-ng: fix small coding style issuesDenis Pithon2014-04-251-2/+4
* | staging/wlan-ng: remove obsolete commentsDenis Pithon2014-04-251-40/+0
* | staging/wlan-ng: improve readability of usb_prism_tbl[]Denis Pithon2014-04-251-71/+47
|/
* Staging: wlan-ng: Fix smatch warning potential null referenceTugce Sirin2014-03-191-1/+1
* Staging: wlan-ng: Fix quoted string split across linesTugce Sirin2014-03-181-8/+4
* Staging: wlan-ng: Fix prefer netdev_info to printkTugce Sirin2014-03-181-21/+21
* Staging: wlan-ng: Fix prefer netdev_err to printkTugce Sirin2014-03-181-23/+23
* Staging: wlan-ng: Fix sparse non-static symbol warningTugce Sirin2014-03-161-2/+2
* staging:wlan-ng:Fix sparse warningHimangi Saraogi2014-03-131-3/+1
* Staging: wlan-ng: Fix do not add new typedefs in p80211mgmt.hEbru Akagunduz2014-03-101-85/+85
* Staging:wlan-ng: no space before tabs in p80211mgmt.hEbru Akagunduz2014-03-071-1/+1
* staging:wlan-ng:Fix sparse warning cast to restricted __le16Himangi Saraogi2014-03-071-2/+2
* Staging: wlan-ng: Fix Sparse warning should it be static?Tugce Sirin2014-03-071-1/+1
* staging: wlan-ng: replace function ieee80211_dsss_chan_to_freq()Zhao, Gang2014-02-181-2/+5
* staging: wlan-ng: fix leaks on failure paths in prism2sta_probe_usb()Alexey Khoroshilov2014-01-111-4/+6
* staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-171-1/+0
* staging:wlan-ng:hfa384x.h: remove typedef struct hfa384x_bytestr __packed hfa...Himangi Saraogi2013-11-105-11/+15
* staging:wlan-ng:cfg80211.c: Shorten lines to 80 charactersHimangi Saraogi2013-11-101-6/+12
* Staging: wlan-ng: changing "* dev" to "*dev"Ashvini Varatharaj2013-10-171-1/+1
* Staging: wlan-ng: fix sparse warnings for static functionsTeodora Baluta2013-10-111-29/+30
* Staging: wlan-ng: fix printk(KERN_DEBUG in p80211wep.cEbru Akagunduz2013-10-111-3/+3
* staging: wlan-ng: cfg80211.c: replaced printk() with netdev_warn()Avinash Kumar2013-09-171-3/+3
* staging: wlan-ng: hfa384x_usb.c: replaced printk() debugs with netdev_warn()/...Avinash Kumar2013-09-171-45/+45
* wlan-ng: replace calls to kmalloc and memcpy with kmemdupXenia Ragiadakou2013-05-131-2/+1
* staging: wlan-ng: prism2usb.c: fix printk(KERN_ERR... to dev_err(dev, ...Nick Østergaard2013-03-261-7/+5
* wlan-ng: add a bounds checkDan Carpenter2013-03-111-0/+3
OpenPOWER on IntegriCloud