|
@@ -55,7 +55,9 @@ int lbs_process_rxed_packet(struct lbs_private *priv, struct sk_buff *skb)
|
|
|
struct rxpd *p_rx_pd;
|
|
|
int hdrchop;
|
|
|
struct ethhdr *p_ethhdr;
|
|
|
- const u8 rfc1042_eth_hdr[] = { 0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00 };
|
|
|
+ static const u8 rfc1042_eth_hdr[] = {
|
|
|
+ 0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00
|
|
|
+ };
|
|
|
|
|
|
lbs_deb_enter(LBS_DEB_RX);
|
|
|
|