Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Update firmware version for brcmfmac driver
Browse files Browse the repository at this point in the history
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
  • Loading branch information
DieterReuter committed Sep 23, 2017
1 parent abb1594 commit 8cd8d1f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

describe command('ethtool -i wlan0') do
its(:stdout) { should contain /driver: brcmfmac/ }
its(:stdout) { should contain /version: 7.45.41.26/ }
its(:stdout) { should contain /firmware-version: 01-df77e4a7/ }
its(:stdout) { should contain /version: 7.45.41.46/ }
its(:stdout) { should contain /firmware-version: 01-f8a78378/ }
end
end
end

0 comments on commit 8cd8d1f

Please sign in to comment.