load module lib80211_crypt_tkip to fix problems with some ap [release 6.30.223.248-2mamba;Wed Jan 14 2015]

This commit is contained in:
Silvan Calarco 2024-01-05 21:00:35 +01:00
parent 9be9cc891c
commit f0b62b04ab

View File

@ -2,7 +2,7 @@
Name: broadcom-sta
Version: 6.30.223.248
Epoch: 1
Release: 1mamba
Release: 2mamba
Summary: Broadcom STA driver for BCM4311-,BCM4312-,BCM4313-,BCM4321-,BCM4322-,BCM43224-,BCM43225-,BCM43227-,BCM43228- based hardware
Group: System/Kernel and Hardware/Drivers
Vendor: openmamba
@ -80,6 +80,11 @@ blacklist bcma
blacklist brcmsmac
__EOF
mkdir -p %{buildroot}%{_prefix}/lib/modules-load.d/
cat > %{buildroot}%{_prefix}/lib/modules-load.d/wl.conf << __EOF
lib80211_crypt_tkip
__EOF
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -99,11 +104,15 @@ fi
%files
%defattr(-,root,root)
%{_sysconfdir}/modprobe.d/wl.conf
%{_prefix}/lib/modules-load.d/wl.conf
%dir %{_prefix}/src/%{name}-%{version}
%{_prefix}/src/%{name}-%{version}/*
%{_docdir}/broadcom-sta-%{broadcom_sta_ver}/LICENSE.txt
%changelog
* Wed Jan 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 6.30.223.248-2mamba
- load module lib80211_crypt_tkip to fix problems with some ap
* Thu Oct 30 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 6.30.223.248-1mamba
- update to 6.30.223.248