Update dev->trans_start in ieee80211_hardstart. This helps with bonding and ARP monitoring.

Signed-Off-By: Jiri Fojtasek <jiri.fojtasek@hlohovec.net>
Ticket: http://madwifi.org/ticket/1700


git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3073 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mentor 2007-12-23 02:57:45 +00:00
parent 972e313a8e
commit 2de63dd9d2

View File

@ -278,10 +278,11 @@ ieee80211_hardstart(struct sk_buff *skb, struct net_device *dev)
return 0;
}
dev->trans_start = jiffies;
#ifdef ATH_SUPERG_XR
/* Broadcast/multicast packets need to be sent on XR vap in addition to
* normal vap. */
if (vap->iv_xrvap && (ni == vap->iv_bss) &&
vap->iv_xrvap->iv_sta_assoc) {
struct sk_buff *skb1 = skb_clone(skb, GFP_ATOMIC);