ath9k.h (e9e4e44309f866b115d08ab4a54834008c50a8a4) | ath9k.h (283dd11994cde99447a6dac203d96c0800e85e82) |
---|---|
1/* 2 * Copyright (c) 2008-2011 Atheros Communications Inc. 3 * 4 * Permission to use, copy, modify, and/or distribute this software for any 5 * purpose with or without fee is hereby granted, provided that the above 6 * copyright notice and this permission notice appear in all copies. 7 * 8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES --- 631 unchanged lines hidden (view full) --- 640 struct ieee80211_vif *primary_sta; 641}; 642 643void ath9k_calculate_iter_data(struct ath_softc *sc, 644 struct ath_chanctx *ctx, 645 struct ath9k_vif_iter_data *iter_data); 646void ath9k_calculate_summary_state(struct ath_softc *sc, 647 struct ath_chanctx *ctx); | 1/* 2 * Copyright (c) 2008-2011 Atheros Communications Inc. 3 * 4 * Permission to use, copy, modify, and/or distribute this software for any 5 * purpose with or without fee is hereby granted, provided that the above 6 * copyright notice and this permission notice appear in all copies. 7 * 8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES --- 631 unchanged lines hidden (view full) --- 640 struct ieee80211_vif *primary_sta; 641}; 642 643void ath9k_calculate_iter_data(struct ath_softc *sc, 644 struct ath_chanctx *ctx, 645 struct ath9k_vif_iter_data *iter_data); 646void ath9k_calculate_summary_state(struct ath_softc *sc, 647 struct ath_chanctx *ctx); |
648void ath9k_set_txpower(struct ath_softc *sc, struct ieee80211_vif *vif); |
|
648 649/*******************/ 650/* Beacon Handling */ 651/*******************/ 652 653/* 654 * Regardless of the number of beacons we stagger, (i.e. regardless of the 655 * number of BSSIDs) if a given beacon does not go out even after waiting this --- 448 unchanged lines hidden --- | 649 650/*******************/ 651/* Beacon Handling */ 652/*******************/ 653 654/* 655 * Regardless of the number of beacons we stagger, (i.e. regardless of the 656 * number of BSSIDs) if a given beacon does not go out even after waiting this --- 448 unchanged lines hidden --- |