mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
fix the order of the prototypes from the previosu commit
This commit is contained in:
parent
89a84499e4
commit
f6bb3360b6
1 changed files with 1 additions and 1 deletions
|
|
@ -222,8 +222,8 @@ static void iwn5000_ampdu_tx_stop(struct iwn_softc *, uint8_t, uint16_t);
|
|||
static int iwn5000_query_calibration(struct iwn_softc *);
|
||||
static int iwn5000_send_calibration(struct iwn_softc *);
|
||||
static int iwn5000_send_wimax_coex(struct iwn_softc *);
|
||||
static int iwn5000_temp_offset_calib(struct iwn_softc *);
|
||||
static int iwn5000_crystal_calib(struct iwn_softc *);
|
||||
static int iwn5000_temp_offset_calib(struct iwn_softc *);
|
||||
static int iwn4965_post_alive(struct iwn_softc *);
|
||||
static int iwn5000_post_alive(struct iwn_softc *);
|
||||
static int iwn4965_load_bootcode(struct iwn_softc *, const uint8_t *,
|
||||
|
|
|
|||
Loading…
Reference in a new issue