index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
wlan-ng
/
p80211conv.c
Age
Commit message (
Expand
)
Author
2016-03-29
Staging: wlan-ng: no need for memcpy() since its arguments are already equal
Claudiu Beznea
2016-03-28
Staging: wlan-ng: defined oui_rfc1042[] and oui_8021h[] arrays as const arrays
Claudiu Beznea
2016-02-07
staging: wlan-ng: NULL comparisons made elegant
Pranjal Bhor
2016-02-07
staging: wlan-ng: Open parenthesis alignment style fix
Pranjal Bhor
2016-02-07
staging: wlan-ng: Coding style fix for casting operation
Pranjal Bhor
2016-02-07
staging: wlan-ng: Removed blank lines after braces
Pranjal Bhor
2016-02-07
staging: wlan-ng: Logical continuation fixes
Pranjal Bhor
2016-02-07
staging: wlan-ng: Fixed block comments coding style issue
Pranjal Bhor
2015-09-12
staging/wlan-ng : Remove duplicated defines from p80211
Anish Bhatt
2015-06-15
staging: wlan-ng: Replace hard coded values with MACRO's
Hari Prasath Gujulan Elango
2015-05-31
staging: wlan-ng: check return value of kmalloc
Gujulan Elango, Hari Prasath (H.)
2015-01-17
staging: wlan-ng: Fix typo in comments and printk
Masanari Iida
2014-10-28
staging: wlan-ng: Fix incorrect type in assignments
Ebru Akagunduz
2014-08-01
staging: wlan-ng: coding style problem fix
Modestas Stankus
2014-05-24
staging: wlan-ng: use netdev_() instead of printk()
Vitaly Osipov
2012-09-10
staging:wlan-ng: cleanup p80211skb_free and p80211skb_rxmeta_detach
Devendra Naga
2011-01-31
Staging: wlan-ng: fix 2 space coding style issues
Adam Thompson
2010-11-09
Staging: wlan-ng: fixed coding style issues in p80211conv.c
Johan Meiring
2010-08-02
Staging: wlan-ng: fix style issues in p80211conv.h
Edgardo Hames
2010-08-02
Staging: wlan-ng: fix style issues for p80211hdr.h
Edgardo Hames
2010-05-14
Staging: Use kcalloc or kzalloc
Julia Lawall
2010-05-11
Staging: wlan-ng: fix spaces coding style issue in p80211conv.c
Ruslan Pisarev
2010-03-04
Staging: Merge two branches of coding style fixes together
Greg Kroah-Hartman
2010-03-04
Staging: wlan-ng: More checkpatch.pl error cleanups
Andrew Elwell
2010-03-03
Staging: wlan-ng: multiple safe style cleanups
Svenne Krap
2009-09-15
staging: wlan-ng: scripts/checkpatch.pl error fixes.
Mithlesh Thukral
2009-06-19
Staging: wlan-ng: Lindent cleanups
Mithlesh Thukral
2009-06-19
Staging: wlan-ng: Change KERN_DEBUG or pr_debug to match orig driver
Karl Relton
2009-04-03
Staging: wlan-ng: Remove the now empty wlan_compat.h
Moritz Muehlenhoff
2009-04-03
Staging: wlan-ng: p80211conv.c: Coding style cleanups
Moritz Muehlenhoff
2009-04-03
Staging: wlan-ng: Replace WLAN_LOG_DEBUG() with printk(KERN_DEBUG
Moritz Muehlenhoff
2009-04-03
Staging: wlan-ng: Remove dead/unused code from p80211conv.c
Moritz Muehlenhoff
2009-04-03
Staging: wlan-ng: Replace WLAN_LOG_WARNING() with printk()
Moritz Muehlenhoff
2009-04-03
Staging: wlan-ng: Replace WLAN_LOG_ERROR() with printk()
Moritz Muehlenhoff
2009-04-03
Staging: wlan-ng: Use generic byteorder macros
Moritz Muehlenhoff
2009-04-03
Staging: wlan-ng: Remove DBFENTER/DBFEXIT macros
Moritz Muehlenhoff
2009-04-03
Staging: wlan-ng: Remove use of WLAN_ADDR_LEN
Moritz Muehlenhoff
2009-01-06
Staging: wlan-ng: skb_p80211_to_ether() - payload_length is unsigned, check b...
Roel Kluin
2009-01-06
Staging: wlan-ng: remove unused #include <version.h>
Huang Weiyi
2009-01-06
Staging: wlan-ng: p80211conv.c copy code from wlan-ng-devel branch to not dro...
Richard Kennedy
2009-01-06
Staging: wlan-ng: Consolidate wlan-ng into a single module.
Solomon Peachy
2009-01-06
Staging: wlan-ng: Use standard kernel integer (u32/s32/etc) types.
Solomon Peachy
2009-01-06
Staging: wlan-ng: Eliminate local 'version.h'
Solomon Peachy
2009-01-06
Staging: wlan-ng: Eliminate one more rx mtu test.
Solomon Peachy
2009-01-06
Staging: wlan-ng: Get rid of the MTU tests in the rx conversion path.
Solomon Peachy
2008-10-10
Staging: add wlan-ng prism2 usb driver
Greg Kroah-Hartman