X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/3e17a8ab66175a4750bffd1691b9d134dd82383a..31a40f97ef54e10e2b3dc3cacb9cff436657c586:/package/madwifi/patches/440-wme_cleanup.patch diff --git a/package/madwifi/patches/440-wme_cleanup.patch b/package/madwifi/patches/440-wme_cleanup.patch index d6c1b2683..bb81ac7f8 100644 --- a/package/madwifi/patches/440-wme_cleanup.patch +++ b/package/madwifi/patches/440-wme_cleanup.patch @@ -36,13 +36,13 @@ struct ieee80211vap *vap = ni->ni_vap; - struct ether_header *eh = (struct ether_header *) skb->data; - int v_wme_ac = 0, d_wme_ac = 0; -- + - /* default priority */ - skb->priority = WME_AC_BE; - - if (!(ni->ni_flags & IEEE80211_NODE_QOS)) - return 0; - +- - /* - * If node has a vlan tag then all traffic - * to it must have a matching vlan id.