ieee80211_ht.c (1582f2562d272317d2c73d8c73353cdec6e770db) | ieee80211_ht.c (9c62b7d4eddc069fb55eb6ddbd3b4da031436488) |
---|---|
1/*- 2 * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 815 unchanged lines hidden (view full) --- 824 tap->txa_flags &= 825 ~(IEEE80211_AGGR_SETUP | IEEE80211_AGGR_NAK); 826 } 827 } 828 for (i = 0; i < WME_NUM_TID; i++) 829 ampdu_rx_stop(&ni->ni_rx_ampdu[i]); 830 831 ni->ni_htcap = 0; | 1/*- 2 * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 815 unchanged lines hidden (view full) --- 824 tap->txa_flags &= 825 ~(IEEE80211_AGGR_SETUP | IEEE80211_AGGR_NAK); 826 } 827 } 828 for (i = 0; i < WME_NUM_TID; i++) 829 ampdu_rx_stop(&ni->ni_rx_ampdu[i]); 830 831 ni->ni_htcap = 0; |
832 ni->ni_flags &= ~(IEEE80211_NODE_HT | IEEE80211_NODE_HTCOMPAT | 833 IEEE80211_NODE_AMPDU); | 832 ni->ni_flags &= ~IEEE80211_NODE_HT_ALL; |
834} 835 836/* 837 * Age out HT resources for a station. 838 */ 839void 840ieee80211_ht_node_age(struct ieee80211_node *ni) 841{ --- 1313 unchanged lines hidden --- | 833} 834 835/* 836 * Age out HT resources for a station. 837 */ 838void 839ieee80211_ht_node_age(struct ieee80211_node *ni) 840{ --- 1313 unchanged lines hidden --- |