Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66993
b: refs/heads/master
c: 0654ff0
h: refs/heads/master
i:
  66991: 68539c5
v: v3
  • Loading branch information
John W. Linville authored and David S. Miller committed Oct 10, 2007
1 parent 189734c commit a895661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 04799fae8ecb42b2c687fa85fe32ff79ea0e9dc9
refs/heads/master: 0654ff055c6ce5642eed88ba22915b0e56666794
2 changes: 1 addition & 1 deletion trunk/net/mac80211/ieee80211_iface.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ void ieee80211_if_set_type(struct net_device *dev, int type)
* which already has a hard_start_xmit routine assigned
* which must not be changed.
*/
if (!dev->hard_start_xmit)
if (dev != sdata->local->mdev)
dev->hard_start_xmit = ieee80211_subif_start_xmit;

/*
Expand Down

0 comments on commit a895661

Please sign in to comment.