mirror of
https://github.com/proski/madwifi
synced 2024-11-22 06:21:47 +03:00
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:
parent
972e313a8e
commit
2de63dd9d2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user