diff options
| author | Stanislav Fomichev <kernel@fomichev.me> | 2011-02-20 21:43:32 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-23 14:06:59 -0800 |
| commit | 628f10ba81ed26e61c25cd6b79a3edb9041610ef (patch) | |
| tree | 48c84c9d7dcb471d7620e51660302ec5bd109d96 /include/linux/workqueue.h | |
| parent | 1005f085743362129396d5c5e68d7c385392dafb (diff) | |
staging: brcm80211: replace broadcom specific byte swapping routines
HTON16/hton16 -> cpu_to_be16 (htons for networking code)
HTON32/hton32 -> cpu_to_be32 (htonl for networking code)
NTOH16/ntoh32 -> be16_to_cpu (ntohs for networking code)
NTOH32/ntoh32 -> be32_to_cpu (ntohl for networking code)
LTOH16/ltoh16 -> le16_to_cpu
LTOH32/ltoh32 -> le32_to_cpu
HTOL16/htol16 -> cpu_to_le16
HTOL32/htol32 -> cpu_to_le32
Signed-off-by: Stanislav Fomichev <kernel@fomichev.me>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/workqueue.h')
0 files changed, 0 insertions, 0 deletions
