Home
last modified time | relevance | path

Searched refs:ampdunummpdu (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_alloc.c63 tunables->ampdunummpdu = AMPDU_NUM_MPDU; in wlc_tunables_init()
Dwlc_ampdu.c171 ASSERT(wlc->pub->tunables->ampdunummpdu <= AMPDU_MAX_MPDU); in wlc_ampdu_attach()
172 ASSERT(wlc->pub->tunables->ampdunummpdu > 0); in wlc_ampdu_attach()
266 scb_ampdu->max_pdu = (u8) ampdu->wlc->pub->tunables->ampdunummpdu; in scb_ampdu_update_config()
Dwlc_pub.h101 int ampdunummpdu; /* max number of mpdu in an ampdu */ member