Skip to content
Extraits de code Groupes Projets
Valider 024c552e rédigé par eddietwo's avatar eddietwo
Parcourir les fichiers

define ARPHRD_80211 with the other ARPHRDs

parent bed0c73d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -36,6 +36,7 @@ struct click_arp { /* Offsets relative to ARP (Ethernet) header */
#define ARPHRD_FRELAY 15 /* frame relay */
#define ARPHRD_STRIP 23 /* Ricochet Starmode Radio */
#define ARPHRD_IEEE1394 24 /* IEEE 1394 (FireWire) */
#define ARPHRD_80211 801 /* IEEE 802.11 (wifi) */
uint16_t ar_pro; /* 2-3 (16-17) protocol address format */
uint8_t ar_hln; /* 4 (18) hardware address length */
uint8_t ar_pln; /* 5 (19) protocol address length */
......
......@@ -11,8 +11,6 @@
#define _CLICKNET_WIFI_H_
#define ARPHRD_80211 801 /* wifi */
#define WIFI_EXTRA_MAGIC 0x7492001
enum {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter