commit | 11f09d4b7521554613d61b61a0202a535c081bb8 | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Thu Jun 04 22:11:07 2015 +0200 |
committer | Kalle Valo <kvalo@codeaurora.org> | Mon Jun 08 14:31:11 2015 +0300 |
tree | 94bc92d2bdc397438459d2447746bc04dac842d1 | |
parent | 2dea58f62964f80883c8de80c0b5df8dbce0b278 [diff] |
brcmfmac: use direct data pointer in NVRAM parser struct As we plan to add support for platform NVRAM we should store direct data pointer without the extra struct firmware layer. This will allow us to support other sources with the only requirement being u8 buffer. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Acked-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>