index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
vt6655
/
bssdb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-15
staging: vt6655: fix checkpatch bracing issues
Guido Martínez
1
-4
/
+2
2013-11-11
staging: vt6655: delete explicit comparison to bool
Teodora Baluta
1
-26
/
+24
2013-11-11
staging: vt6655: delete unnecessary whitespace before a quoted newline
Teodora Baluta
1
-3
/
+3
2013-11-11
staging: vt6655: use netdev_* instead of printk
Teodora Baluta
1
-13
/
+12
2013-11-10
staging: vt6655: remove unneeded semicolon
Teodora Baluta
1
-1
/
+1
2013-11-10
staging: vt6655: put brace on previous line
Teodora Baluta
1
-10
/
+5
2013-11-10
staging: vt6655: put trailing statements on next line
Teodora Baluta
1
-5
/
+10
2013-11-10
staging: vt6655: remove braces for single statement blocks
Teodora Baluta
1
-42
/
+25
2013-11-10
staging: vt6655: replace C99 comments wtih C89 comments
Teodora Baluta
1
-114
/
+68
2013-09-17
Staging: Convert uses of compare_ether_addr to ether_addr_equal
Joe Perches
1
-4
/
+7
2013-03-25
staging: vt6655: Remove unnecessary blank lines
Joe Perches
1
-78
/
+0
2013-03-25
staging: vt6655: Remove commented out if()s
Joe Perches
1
-12
/
+0
2013-03-25
staging: vt6655: Remove unnecessary parentheses from returns
Joe Perches
1
-4
/
+4
2013-03-25
staging: vt6655: Convert to kernel brace style
Joe Perches
1
-45
/
+30
2013-03-25
staging: vt6655: Remove commented out printks
Joe Perches
1
-8
/
+0
2013-03-18
staging:vt6655:bssdb: Whitespace cleanups
Joe Perches
1
-1324
/
+1324
2012-09-04
staging: "vt6655" Fix typos in comments.
Justin P. Mattock
1
-2
/
+2
2012-07-09
staging: vt6655: Remove all commented macros
Marcos Paulo de Souza
1
-1
/
+0
2012-07-06
staging: vt6655: use %pM for BSSID
Andy Shevchenko
1
-3
/
+2
2012-02-24
staging: Fix typo in bssdb.c
Masanari Iida
1
-2
/
+2
2011-04-25
staging: Remove unnecessary semicolons when if (foo) {...};
Joe Perches
1
-4
/
+4
2010-08-02
Staging: vt6655: replace BOOL with in kernel bool
Charles Clément
1
-9
/
+9
2010-08-02
Staging: vt6655: replace FALSE with in kernel false
Charles Clément
1
-32
/
+32
2010-08-02
Staging: vt6655: replace TRUE with in kernel true
Charles Clément
1
-49
/
+49
2010-06-25
Staging: vt6655: remove PUINT typedef
Charles Clément
1
-9
/
+3
2010-06-24
Staging: vt6655: remove BYTE typedef
Charles Clément
1
-12
/
+12
2010-06-24
Staging: vt6655: remove WORD typedef
Charles Clément
1
-8
/
+8
2010-06-22
Staging: vt6655: remove ULONG_PTR typedef
Charles Clément
1
-4
/
+4
2010-06-22
Staging: vt6655: move channel mapping code from card.c to channel.c
Charles Clément
1
-4
/
+3
2010-06-18
Staging: vt6655: remove PWORD typedef
Charles Clément
1
-9
/
+9
2010-06-18
Staging: vt6655: remove PBYTE typedef
Charles Clément
1
-13
/
+13
2010-06-18
Staging: vt6655: remove custom ULONG typedef
Charles Clément
1
-3
/
+3
2010-06-18
Staging: vt6655: remove custom UINT typedef
Charles Clément
1
-33
/
+33
2010-06-18
Staging: vt6655: remove custom LONG typedef
Charles Clément
1
-3
/
+3
2010-06-18
Staging: vt6655: use compare_ether_addr instead of custom macro
Charles Clément
1
-4
/
+4
2010-06-18
Staging: vt6655: use is_broadcast_ether_addr instead of custom macro
Charles Clément
1
-1
/
+1
2010-05-14
Staging: vt6655: remove OUT definition
Charles Clément
1
-2
/
+2
2010-05-14
Staging: vt6655: remove IN definition
Charles Clément
1
-69
/
+69
2010-05-14
Staging: vt6655: remove HANDLE definition and use
Charles Clément
1
-36
/
+36
2010-05-11
Staging: vt6655: remove PVOID definition and use
Charles Clément
1
-7
/
+7
2010-05-11
Staging: vt6655: remove VOID definition and use
Charles Clément
1
-15
/
+15
2009-09-15
Staging: vt665x: remove tbit.h part 2
Jim Lieb
1
-10
/
+9
2009-09-15
Staging: vt665x: Remove umem.h Part 1
Jim Lieb
1
-7
/
+6
2009-09-15
Staging: vt665x: Clean up include files, Part 2
Jim Lieb
1
-40
/
+0
2009-09-15
Staging: vt665x: Typedef and macro cleanup Part 2
Jim Lieb
1
-2
/
+0
2009-09-15
Staging: vt665x: Text janitor in prep for driver merge, part 2
Jim Lieb
1
-23
/
+25
2009-09-15
Staging: vt6655 textual cleanup in prep for driver merge
Jim Lieb
1
-20
/
+20
2009-09-15
Staging: vt665x: 64bit compile fixes Part 1
Jim Lieb
1
-1
/
+1
2009-06-19
Staging: vt6655: Remove LINUX_VERSION_CODE preprocessor conditionals.
Forest Bond
1
-5
/
+0
2009-06-19
Staging: Add pristine upstream vt6655 driver sources
Forest Bond
1
-0
/
+1791