{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":712098962,"defaultBranch":"main","name":"wireless","ownerLogin":"freebsd","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-10-30T19:37:53.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/811839?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1711986304.0","currentOid":""},"activityList":{"items":[{"before":"75eda0096bf83b9b88996d9903b5d4e504047eba","after":"f3eeeb959c9b00c89a2e1ff009c78162eb398656","ref":"refs/heads/main","pushedAt":"2024-05-14T23:04:44.000Z","pushType":"push","commitsCount":685,"pusher":{"login":"bzfbd","name":null,"path":"/bzfbd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24442726?s=80&v=4"},"commit":{"message":"expand: Fix markup for the `-t` option.\n\nPR:\t\t274897\nFixes:\t\t8993d785a261\nMFC after:\t3 days\nReviewed by:\tgbe\nDifferential Revision:\thttps://reviews.freebsd.org/D45167","shortMessageHtmlLink":"expand: Fix markup for the -t option."}},{"before":"74eaf4f478ece8dd31b8e474ba3ec8942cf1a705","after":"aa03599103d7f7843ce1f0d0b38eadb4fbd29384","ref":"refs/heads/bz_wifi_drv_update","pushedAt":"2024-04-28T21:15:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bzfbd","name":null,"path":"/bzfbd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24442726?s=80&v=4"},"commit":{"message":"LinuxKPI based WiFi drivers: scripts to extract fwget(8) and port details\n\nAdd a \"zzz_fw_ports_fwget.sh\" script to each LinuxKPI based wireless\ndriver which in essential are all the same and in detail all different.\nThe scripts do the full job compared to `single-line-scripts` I tried to\nuse before to ease maintainance life. Some use hacks like calling cpp\nand extracting bits from the output to piece them together over multiple\nfiles. It will be left as an exercise for the future to see if what was\ndone (a longer while ago) for iwlwifi(4) would be a good idea for some\nother drivers too, to have a FreeBSD-specific sysctl to export some of\nthe accumulated data.\nThe scripts are written in the \"perl spirit\" -- \"to get the job done\"\nand not to be nice and neat and efficient. For that we do not need them\noften enough or in any critical path. Patches of improvements will\nalways be welcome.\n\nFor the most the scripts extract 2 parts: PCI IDs and firmware name;\nthen they add \"flavor\"s to both and put the information together.\n\nThat output is then separated into fwget(8) lines of PCI ID to\nport/package wifi-firmware-${name}-kmod-${flavor} mappings and\ndistfiles per flavor for the ports.\nFor iwlwififw(4) we also generate the tables for the man page (and the\nwiki).\n\nDepending on driver various other checks are done, e.g.,\n- does the PCI ID have one or more firmware files/flavors associated,\n- does the referenced firmware exist in the linux-firmware.git repo,\n- are there duplicates,\n- find the newest version of the firmware API.\n\nSponsored by:\tThe FreeBSD Foundation\nSuggested by:\timp (to have automation in D44918)\nMFC after:\t3 days","shortMessageHtmlLink":"LinuxKPI based WiFi drivers: scripts to extract fwget(8) and port det…"}},{"before":"36ad7bbcd67cabbc6d657edb1742cea74536a911","after":"74eaf4f478ece8dd31b8e474ba3ec8942cf1a705","ref":"refs/heads/bz_wifi_drv_update","pushedAt":"2024-04-18T00:22:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bzfbd","name":null,"path":"/bzfbd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24442726?s=80&v=4"},"commit":{"message":"iwlwifi: enable CONFIG_PM and CONFIG_PM_SLEEP incl. d3.c\n\nEnable the two CONFIG options for power management which also includes\ncompiling d3.c in the module Makefile for people to test out the PCIe\nresume path at least.\n\nWe will likely need support for the mac80211 suspend/resume bits\nto actually see results but they are not easily hooked up in FreeBSD.\n\nSponsored by:\tThe FreeBSD Foundation\nMFC after:\t3 days","shortMessageHtmlLink":"iwlwifi: enable CONFIG_PM and CONFIG_PM_SLEEP incl. d3.c"}},{"before":"d46a6a77e8e14177d07e3a53f68b428e5d1cb416","after":"75eda0096bf83b9b88996d9903b5d4e504047eba","ref":"refs/heads/main","pushedAt":"2024-04-17T20:52:01.000Z","pushType":"push","commitsCount":535,"pusher":{"login":"bzfbd","name":null,"path":"/bzfbd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24442726?s=80&v=4"},"commit":{"message":"networking.7 : create network quickstart guide\n\nNow that the handbook has been moved to ports, I think it's very nice to\nhave a network quickstart guide in-band, in base, in the system manual.\nIf the user uses any of the following terms \"man -k\n{network,networking,wifi,quickstart}\" this page will come up, which is I\nthink a very common use case for new users.\n\nCurrently, this document explains connecting to a basic Ethernet\nnetwork, a basic wifi network, scanning for wifi networks, and airplane\nmode, as well as linking to other sections, including the handbook\n\nCo-authored-by: Graham Perrin \nReviewed by: imp, bcr, freebsd@igalic.co\nPull Request: https://github.com/freebsd/freebsd-src/pull/833","shortMessageHtmlLink":"networking.7 : create network quickstart guide"}},{"before":"b2a2743a1e43b8868852dc13c2f69306482b2f87","after":"36ad7bbcd67cabbc6d657edb1742cea74536a911","ref":"refs/heads/bz_wifi_drv_update","pushedAt":"2024-04-17T20:50:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bzfbd","name":null,"path":"/bzfbd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24442726?s=80&v=4"},"commit":{"message":"LOCAL modules: enable rtw89 and ath1[012]k, add iwn and iwm to arm64 too\n\nIt seems there is a chance iwn and iwm just work on arm64 so enable\nit there. It certainly helps me to do more testing. I've had partial\nsuccess with them and it is unclear if the problem remaining is my\nsetup. If committed I would likely not enable iwm(4) on arm64 anymore.\n\nrtw89 does compile and scan but not yet pass packet but in order for\npeople to try and test and possibly debug a bit, enable it here.\n\nEnable athk_common, ath10k, ath11k, ath12k modules.\nSo far the drivers do not properly attach (or are missing code for\nath11k and ath12k) but make sure we keep compiling them at least until\ntime is found to debug and make them work.\n\nSponsored by:\tThe FreeBSD Foundation\nMFC after:\t3 days","shortMessageHtmlLink":"LOCAL modules: enable rtw89 and ath1[012]k, add iwn and iwm to arm64 too"}},{"before":null,"after":"b2a2743a1e43b8868852dc13c2f69306482b2f87","ref":"refs/heads/bz_wifi_drv_update","pushedAt":"2024-04-01T15:45:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bzfbd","name":null,"path":"/bzfbd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24442726?s=80&v=4"},"commit":{"message":"rtw88: import driver based on Linux 6.8\n\nUpdate the driver (some new LinuxKPI dependencies comitted independently)\nbased on torvalds/linux.git e8f897f4afef0031fe618a8e94127a0934896aba\n(tag: v6.8).\n\nSponsored by:\tThe FreeBSD Foundation\nMFC after:\t3 days","shortMessageHtmlLink":"rtw88: import driver based on Linux 6.8"}},{"before":"81d4c786209bfa3752c25b2564eb363027f5d914","after":"d46a6a77e8e14177d07e3a53f68b428e5d1cb416","ref":"refs/heads/main","pushedAt":"2024-03-29T18:24:43.000Z","pushType":"push","commitsCount":2911,"pusher":{"login":"bzfbd","name":null,"path":"/bzfbd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24442726?s=80&v=4"},"commit":{"message":"pcm.4: Showcase default device change using mixer(8)\n\nSponsored by:\tThe FreeBSD Foundation\nMFC after:\t1 week\nReviewed by:\tmarkj\nDifferential Revision:\thttps://reviews.freebsd.org/D44556","shortMessageHtmlLink":"pcm.4: Showcase default device change using mixer(8)"}},{"before":null,"after":"83dbbe8295ff0bb06a8f6b621c25d8224b026b77","ref":"refs/heads/stable/13","pushedAt":"2023-11-10T23:48:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bzfbd","name":null,"path":"/bzfbd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24442726?s=80&v=4"},"commit":{"message":"libpfctl: fix label setting\n\nA mismerge caused the labels list to be added to the wrong nvlist,\nbreaking label configuration.\n\nIf you compare the change from from main and stable/13 you\ncan see that main uses \"nvl\" and stable/13 has \"nlvr\" for\nnvlist_append_string_array() but the backport changes it to \"nlv\".\n\nThis code was supposed to apply to pfctl_add_eth_rule() but instead\napplied to pfctl_add_rule() for otherwise interesting reasons. Since\npfctl_add_eth_rule() uses \"nvl\" and pfctl_add_rule() uses \"nvlr\" but\nalso has \"nvl\" this compiled fine but still broke the label set.\n\nDirect commit to stable/13.\n\nPR:\t\t275006","shortMessageHtmlLink":"libpfctl: fix label setting"}},{"before":null,"after":"bd7dceb27c085c0014f5a09b5d92c6a060d16f23","ref":"refs/heads/stable/14","pushedAt":"2023-11-10T23:48:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bzfbd","name":null,"path":"/bzfbd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24442726?s=80&v=4"},"commit":{"message":"ping6(8): Add ping6(8) as MLINK to ping(8)\n\nReviewed by:\tchuck\nMFC after:\t3 days\nDifferential Revision:\thttps://reviews.freebsd.org/D42203\n\n(cherry picked from commit d6e457328d0e57176b66ba5f5c614becca680fea)","shortMessageHtmlLink":"ping6(8): Add ping6(8) as MLINK to ping(8)"}},{"before":null,"after":"81d4c786209bfa3752c25b2564eb363027f5d914","ref":"refs/heads/main","pushedAt":"2023-11-10T23:34:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bzfbd","name":null,"path":"/bzfbd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24442726?s=80&v=4"},"commit":{"message":"pfsync: Document the transport over IPv6 feature\n\nOn D40102 we implemented support for transport over IPv6 but the\ndocumentation was not updated to reflect the new feature.\n\nClarify what is available and how it can be used.\n\nMFC after:\t1 week\nSponsored by:\tInnoGames GmbH\nDifferential Revision:\thttps://reviews.freebsd.org/D42505","shortMessageHtmlLink":"pfsync: Document the transport over IPv6 feature"}},{"before":null,"after":"81d4c786209bfa3752c25b2564eb363027f5d914","ref":"refs/heads/main","pushedAt":"2023-11-10T23:34:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bzfbd","name":null,"path":"/bzfbd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24442726?s=80&v=4"},"commit":{"message":"pfsync: Document the transport over IPv6 feature\n\nOn D40102 we implemented support for transport over IPv6 but the\ndocumentation was not updated to reflect the new feature.\n\nClarify what is available and how it can be used.\n\nMFC after:\t1 week\nSponsored by:\tInnoGames GmbH\nDifferential Revision:\thttps://reviews.freebsd.org/D42505","shortMessageHtmlLink":"pfsync: Document the transport over IPv6 feature"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAESflUiwA","startCursor":null,"endCursor":null}},"title":"Activity · freebsd/wireless"}