#12720: atheros bridged client mode bug (relayd)
-------------------------+-------------------------------------------------
  Reporter:  cchhat01@…  |      Owner:  developers
      Type:  defect      |     Status:  closed
  Priority:  highest     |  Milestone:  Barrier Breaker (trunk)
 Component:  packages    |    Version:  Trunk
Resolution:  fixed       |   Keywords:  wifi, atheros, ar71xx, client,
                         |  bridge, sta
-------------------------+-------------------------------------------------

Comment (by FurryFur):

 I just read through this and used the relevant parts, it tells you where
 you should send the patch to as well as how it should be formatted in the
 email: https://dev.openwrt.org/wiki/SubmittingPatches. I recommend using
 git git-send-email to send the patch so that it doesn't get mangled.

 Your patch has a duplicate macro that might stop it from being accepted;
 HT_INFO_HT_PARAM_STA_CHNL_WIDTH is called
 HT_INFO_HT_PARAM_REC_TRANS_CHNL_WIDTH in earlier revisions so you
 shouldn't make a duplicate macro in ieee802_11_defs.h, you should just
 replace the HT_INFO_HT_PARAM_STA_CHNL_WIDTH part with
 HT_INFO_HT_PARAM_REC_TRANS_CHNL_WIDTH for your patch instead. Don't try to
 modify the patch file directly you will need to recreate it.

--
Ticket URL: <https://dev.openwrt.org/ticket/12720#comment:42>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to