URL: http://svn.madwifi-project.org/madwifi/branches/madwifi-0.9.4
Repository Root: http://svn.madwifi-project.org
Repository UUID: 0192ed92-7a03-0410-a25b-9323aeb14dbd
-Revision: 4180
+Revision: 4182
Last Changed Author: proski
-Last Changed Rev: 4180
-Last Changed Date: 2012-05-01 21:55:40 +0200 (Tue, 01 May 2012)
+Last Changed Rev: 4182
+Last Changed Date: 2013-03-06 16:53:15 +0100 (Wed, 06 Mar 2013)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGES.
*
- * $Id: if_ath_pci.c 4162 2011-08-03 06:25:42Z proski $
+ * $Id: if_ath_pci.c 4182 2013-03-06 15:53:15Z proski $
*/
#include "opt_ah.h"
* "new way" to do things, we may want to switch back to having
* the HAL check them by defining a probe method.
*/
-static struct pci_device_id ath_pci_id_table[] __devinitdata = {
+static struct pci_device_id ath_pci_id_table[] = {
{ 0x168c, 0x0007, PCI_ANY_ID, PCI_ANY_ID },
{ 0x168c, 0x0012, PCI_ANY_ID, PCI_ANY_ID },
{ 0x168c, 0x0013, PCI_ANY_ID, PCI_ANY_ID },
%define mykrelver %(echo %{mykversion} | tr -s '-' '_')
# Define based on the tar ball extract.
# Those two variable will be instanced during the tarball generation
-%define revision 4180
-%define snapshot 20130204
+%define revision 4182
+%define snapshot 20130307
# branch is not used yet.
%define branch trunk
Summary: A linux device driver for Atheros chipsets (ar5210, ar5211, ar5212).