aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-19Staging: wlan-ng: Fix smatch warning potential null referenceTugce Sirin1-1/+1
2014-03-18Staging: wlan-ng: Fix quoted string split across linesTugce Sirin1-8/+4
2014-03-18Staging: wlan-ng: Fix prefer netdev_info to printkTugce Sirin1-21/+21
2014-03-18Staging: wlan-ng: Fix prefer netdev_err to printkTugce Sirin1-23/+23
2014-03-16Staging: wlan-ng: Fix sparse non-static symbol warningTugce Sirin1-2/+2
2014-03-13staging:wlan-ng:Fix sparse warningHimangi Saraogi1-3/+1
2014-03-10Staging: wlan-ng: Fix do not add new typedefs in p80211mgmt.hEbru Akagunduz1-85/+85
2014-03-07Staging:wlan-ng: no space before tabs in p80211mgmt.hEbru Akagunduz1-1/+1
2014-03-07staging:wlan-ng:Fix sparse warning cast to restricted __le16Himangi Saraogi1-2/+2
2014-03-07Staging: wlan-ng: Fix Sparse warning should it be static?Tugce Sirin1-1/+1
2014-02-18staging: wlan-ng: replace function ieee80211_dsss_chan_to_freq()Zhao, Gang1-2/+5
2014-01-11staging: wlan-ng: fix leaks on failure paths in prism2sta_probe_usb()Alexey Khoroshilov1-4/+6
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-10staging:wlan-ng:hfa384x.h: remove typedef struct hfa384x_bytestr __packed hfa384x_bytestr_tHimangi Saraogi5-11/+15
2013-11-10staging:wlan-ng:cfg80211.c: Shorten lines to 80 charactersHimangi Saraogi1-6/+12
2013-10-17Staging: wlan-ng: changing "* dev" to "*dev"Ashvini Varatharaj1-1/+1
2013-10-11Staging: wlan-ng: fix sparse warnings for static functionsTeodora Baluta1-29/+30
2013-10-11Staging: wlan-ng: fix printk(KERN_DEBUG in p80211wep.cEbru Akagunduz1-3/+3
2013-09-17staging: wlan-ng: cfg80211.c: replaced printk() with netdev_warn()Avinash Kumar1-3/+3
2013-09-17staging: wlan-ng: hfa384x_usb.c: replaced printk() debugs with netdev_warn()/netdev_err()Avinash Kumar1-45/+45
2013-05-13wlan-ng: replace calls to kmalloc and memcpy with kmemdupXenia Ragiadakou1-2/+1
2013-03-26staging: wlan-ng: prism2usb.c: fix printk(KERN_ERR... to dev_err(dev, ...Nick Østergaard1-7/+5
2013-03-11wlan-ng: add a bounds checkDan Carpenter1-0/+3
2013-03-11wlan-ng: clean up prism2sta_inf_chinforesults()Dan Carpenter1-24/+24
2013-02-21Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-34/+39
2013-02-18staging: wlan-ng: hfa384x.h: fix for error reported by smatchKumar Amit Mehta1-0/+1
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1/+1
2013-02-14staging/wlan-ng: Fix 'Branch condition evaluates to a garbage value' in p80211netdev.cPeter Huewe1-0/+2
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg1-1/+1
2013-02-03Staging: wlan-ng: Fix tab coding style issue in hfa384x.hGarrick He1-15/+15
2013-01-25Merge 3.8-rc5 into staging-nextGreg Kroah-Hartman1-1/+1
2013-01-20wlan-ng/prism2mgmt.c: formated too long linesSebastian Wankerl1-9/+6
2013-01-20wlan-ng/prism2mgmt.c: added parantheses to macroSebastian Wankerl1-10/+15
2013-01-17staging: wlan-ng: Fix clamping of returned SSID lengthTormod Volden1-1/+1
2013-01-07Staging: wlan-ng: Add missing argumentEmil Goode1-3/+4
2012-11-02staging: wlan-ng: hfa384x_usb.c: fixed a coding style issueKumar Amit Mehta1-3/+3
2012-09-26staging "wlan-ng" Fix typos.Justin P. Mattock4-5/+5
2012-09-19staging: wlan-ng: Fix dereference before NULL checkEmil Goode1-2/+5
2012-09-16Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman1-2/+2
2012-09-13staging:wlan-ng: remove the remaining return at the end of void functionDevendra Naga1-11/+7
2012-09-13staging:wlan-ng: remove all the return statements at the end of functionsDevendra Naga1-20/+0
2012-09-13staging:wlan-ng: clean hfa384x_usbctlx_submitDevendra Naga1-10/+7
2012-09-13staging:wlan-ng: make wlan_unsetup voidDevendra Naga2-6/+2
2012-09-10staging:wlan-ng: clean some more functionsDevendra Naga1-4/+1
2012-09-10staging:wlan-ng: clean register_wlandev functionDevendra Naga1-7/+1
2012-09-10staging:wlan-ng: cleanup prism2sta_commsqual_defer and hfa384x_drvr_getconfigDevendra Naga2-14/+7
2012-09-10staging:wlan-ng: cleanup p80211skb_free and p80211skb_rxmeta_detachDevendra Naga1-6/+3
2012-09-10staging:wlan-ng: clean coding style problems in p80211req_mibset_mibgetDevendra Naga1-57/+50
2012-09-10staging:wlan-ng: p80211req_mibset_mibget should be voidDevendra Naga1-6/+2
2012-09-10staging:wlan-ng: clean p80211req_handlemsgDevendra Naga1-15/+16