Page MenuHomeFreeBSD

rum(4): attach rum_update_slot to ic_updateslot
ClosedPublic

Authored by avos on Sep 10 2015, 10:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 26 2024, 10:02 PM
Unknown Object (File)
Feb 26 2024, 9:30 PM
Unknown Object (File)
Dec 22 2023, 10:10 PM
Unknown Object (File)
Dec 20 2023, 7:54 AM
Unknown Object (File)
Sep 9 2023, 7:21 AM
Unknown Object (File)
Aug 11 2023, 4:24 AM
Unknown Object (File)
Apr 24 2023, 1:35 AM
Unknown Object (File)
Feb 9 2023, 6:38 PM
Subscribers

Details

Test Plan

Tested on WUSB54GC, STA/HOSTAP mode.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

avos retitled this revision from to rum(4): attach rum_update_slot to ic_updateslot.
avos updated this object.
avos edited the test plan for this revision. (Show Details)
avos set the repository for this revision to rS FreeBSD src repository - subversion.

this bit fails on -HEAD so far:

@@ -207,7 +207,9 @@
static void rum_enable_tsf(struct rum_softc *);
static void rum_abort_tsf_sync(struct rum_softc *);
static void rum_get_tsf(struct rum_softc *, uint64_t *);
-static void rum_update_slot(struct rum_softc *);
+static void rum_update_slot_cb(struct rum_softc *,
+ union sec_param *, uint8_t, uint8_t);
+static void rum_update_slot(struct ieee80211com *);
static void rum_set_bssid(struct rum_softc *, const uint8_t *);
static void rum_set_macaddr(struct rum_softc *, const uint8_t *);
static void rum_update_mcast(struct ieee80211com *);

Am I missing a prereq patch?

In D3631#78163, @adrian wrote:

this bit fails on -HEAD so far:

@@ -207,7 +207,9 @@
<<<skipped>>>

Am I missing a prereq patch?

Sorry, cannot reproduce:
G sys/dev/usb/wlan/if_rum.c

avos added a reviewer: adrian.
avos removed a subscriber: adrian.

Rebase.

This revision was automatically updated to reflect the committed changes.