[Implement RDK-B WiFi HAL]

[Description]
Specify hal-wifi-cfg80211 package to fetch from the master branch of hal-wifi-cfg80211
project. In other words, it always fetch the latest code from the open source
project https://github.com/rdkcentral/hal-wifi-cfg80211.

[Release-log]
N/A

Change-Id: Idf34fdb8c1f273df425ebcff9c6c4ef30b03ab79
diff --git a/recipes-ccsp/hal/hal-wifi-cfg80211_git.bbappend b/recipes-ccsp/hal/hal-wifi-cfg80211_git.bbappend
index d53e9f8..c9cdcbe 100644
--- a/recipes-ccsp/hal/hal-wifi-cfg80211_git.bbappend
+++ b/recipes-ccsp/hal/hal-wifi-cfg80211_git.bbappend
@@ -1,5 +1,5 @@
 
-BRANCH_MTK_IMPL= "nightly/20220329-dunfell"
+BRANCH_MTK_IMPL= "master"
 
 SRC_URI = "${CMF_GITHUB_ROOT}/hal-wifi-cfg80211;protocol=${CMF_GIT_PROTOCOL};branch=${BRANCH_MTK_IMPL};name=wifihal"