Changeset 2187

Show
Ignore:
Timestamp:
03/08/07 13:19:13 (5 years ago)
Author:
mrenzmann
Message:

Fix compilation issues introduced in r2180. Closes #1181.

Thanks to Matthias Wermann for his report.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/net80211/ieee80211_linux.h

    r2180 r2187  
    493493#endif 
    494494 
    495 #ifndef VLAN_GROUP_ARRAY_LEN 
     495#ifndef VLAN_GROUP_ARRAY_PART_LEN 
    496496#define vlan_group_set_device(group, vid, dev) do { \ 
    497497        group->vlan_devices[vid] = dev; \ 
    498 while (0); 
     498} while (0); 
    499499#endif 
    500500