Skip to content
Commit ccbe329b authored by David Vrabel's avatar David Vrabel Committed by David Vrabel
Browse files

bitmap: add bitmap_copy_le()



bitmap_copy_le() copies a bitmap, putting the bits into little-endian
order (i.e., each unsigned long word in the bitmap is put into
little-endian order).

The UWB stack used bitmaps to manage Medium Access Slot availability,
and these bitmaps need to be written to the hardware in LE order.

Signed-off-by: default avatarDavid Vrabel <david.vrabel@csr.com>
parent 45e9c0de
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment