HomeSort by: relevance | last modified time | path
    Searched defs:malo_cmd_set_rts (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
malo.c 139 #define MALO_CMD_SET_RTS 0x0113
301 static int malo_cmd_set_rts(struct malo_softc *sc, uint32_t threshold);
913 if ((error = malo_cmd_set_rts(sc, IEEE80211_RTS_MAX))) {
1910 { MALO_CMD_SET_RTS, "SetRTS" },
2152 malo_cmd_set_rts(struct malo_softc *sc, uint32_t threshold) function in typeref:typename:int
2157 hdr->cmd = htole16(MALO_CMD_SET_RTS);
malo.c 139 #define MALO_CMD_SET_RTS 0x0113
301 static int malo_cmd_set_rts(struct malo_softc *sc, uint32_t threshold);
913 if ((error = malo_cmd_set_rts(sc, IEEE80211_RTS_MAX))) {
1910 { MALO_CMD_SET_RTS, "SetRTS" },
2152 malo_cmd_set_rts(struct malo_softc *sc, uint32_t threshold) function in typeref:typename:int
2157 hdr->cmd = htole16(MALO_CMD_SET_RTS);
malo.c 139 #define MALO_CMD_SET_RTS 0x0113
301 static int malo_cmd_set_rts(struct malo_softc *sc, uint32_t threshold);
913 if ((error = malo_cmd_set_rts(sc, IEEE80211_RTS_MAX))) {
1910 { MALO_CMD_SET_RTS, "SetRTS" },
2152 malo_cmd_set_rts(struct malo_softc *sc, uint32_t threshold) function in typeref:typename:int
2157 hdr->cmd = htole16(MALO_CMD_SET_RTS);

Completed in 35 milliseconds