rtl92d_llt_write
EXPORT_SYMBOL_GPL(rtl92d_llt_write);
bool rtl92d_llt_write(struct ieee80211_hw *hw, u32 address, u32 data);
status = rtl92d_llt_write(hw, i, i + 1);
status = rtl92d_llt_write(hw, (txpktbuf_bndy - 1), 0xFF);
status = rtl92d_llt_write(hw, i, (i + 1));
status = rtl92d_llt_write(hw, maxpage, txpktbuf_bndy);
status = rtl92d_llt_write(hw, i, i + 1);
status = rtl92d_llt_write(hw, txpktbuf_bndy - 1, 0xFF);
status = rtl92d_llt_write(hw, i, i + 1);
status = rtl92d_llt_write(hw, maxpage, txpktbuf_bndy);