commit | c8f8527d556351d5dc341d4a3be79b2c7fe2bde4 | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Wed Dec 14 12:52:59 2016 +0100 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Thu Dec 15 08:45:05 2016 +0200 |
tree | 6c167d4a0b2d65d388841f4aa2419fbae5d37762 | |
parent | 4ca8ca9b1cefcea961e978470a2bcd74c88ed232 [diff] |
net: ieee802154: ACK reply needs to set all FCF attributes. That bug never got caught because the buffer in unit test is always clean and fully initialized to 0, and that part of the code being tested is never used in real as the ACK reply is directly made by the chip. Change-Id: I88c4dd3767b4addf2250165b94f49fae29d322ea Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>