if_urtwn.c | 1956 uint8_t sifs_time, msr; local in function:urtwn_newstate_cb 2204 sifs_time = 10; 2205 urtwn_write_1(sc, R92C_SIFS_CCK + 1, sifs_time); 2206 urtwn_write_1(sc, R92C_SIFS_OFDM + 1, sifs_time); 2207 urtwn_write_1(sc, R92C_SPEC_SIFS + 1, sifs_time); 2208 urtwn_write_1(sc, R92C_MAC_SPEC_SIFS + 1, sifs_time); 2209 urtwn_write_1(sc, R92C_R2T_SIFS + 1, sifs_time); 2210 urtwn_write_1(sc, R92C_T2T_SIFS + 1, sifs_time);
|