ath9k.h (3f2da95517029d88365a074ef81a928a99871964) | ath9k.h (047dc3ac884f3285bc123461e5e3c38f44fb32a6) |
---|---|
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 --- 614 unchanged lines hidden (view full) --- 623 /* 624 * Card-specific config values. 625 */ 626 int low_rssi_thresh; 627 int fast_div_bias; 628}; 629 630void ath_ant_comb_scan(struct ath_softc *sc, struct ath_rx_status *rs); | 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 --- 614 unchanged lines hidden (view full) --- 623 /* 624 * Card-specific config values. 625 */ 626 int low_rssi_thresh; 627 int fast_div_bias; 628}; 629 630void ath_ant_comb_scan(struct ath_softc *sc, struct ath_rx_status *rs); |
631void ath_ant_comb_update(struct ath_softc *sc); | |
632 633/********************/ 634/* Main driver core */ 635/********************/ 636 637#define ATH9K_PCI_CUS198 0x0001 638#define ATH9K_PCI_CUS230 0x0002 639#define ATH9K_PCI_CUS217 0x0004 --- 327 unchanged lines hidden --- | 631 632/********************/ 633/* Main driver core */ 634/********************/ 635 636#define ATH9K_PCI_CUS198 0x0001 637#define ATH9K_PCI_CUS230 0x0002 638#define ATH9K_PCI_CUS217 0x0004 --- 327 unchanged lines hidden --- |