drivers/net/wireless/iwlegacy: use strlcpy instead of strncpy
authorChen Gang <gang.chen@asianux.com>
Mon, 7 Jan 2013 04:42:46 +0000 (12:42 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 7 Jan 2013 19:34:45 +0000 (14:34 -0500)
  The fields must be null-terminated, or simple_strtoul will cause issue.

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found