Activity for kalagani

  • kalagani kalagani modified a comment on discussion Open Discussion

    Hello Florian, I put your patches on kernel 3.4 and 4.4, so builds are OK and PCI boards embedding ACX100 and ACX111 are running. But with kernel 4.9, new error occurs: ‘IEEE80211_BAND_2GHZ’ undeclared (first use in this function) on main.c and cardsetting.c In fact, API cfg80211 changes from kernel 4.7. So, in these 2 files I introduce patch #if (LINUX_VERSION_CODE > KERNEL_VERSION(4, 7, 0)) #define IEEE80211_BAND_2GHZ NL80211_BAND_2GHZ #endif So after build is OK with my 4.9 kernel

  • kalagani kalagani posted a comment on discussion Open Discussion

    Hello Florian, I put your patches on kernel 3.4 and 4.4, so builds are OK and PCI boards embedding ACX100 and ACX111 are running. But with kernel 4.9, new error occurs: ‘IEEE80211_BAND_2GHZ’ undeclared (first use in this function) on main.c and cardsetting.c In fact, API cfg80211 changes from kernel 4.7. So, in these 2 files I introduce patch #if (LINUX_VERSION_CODE > KERNEL_VERSION(4, 7, 0)) #define IEEE80211_BAND_2GHZ NL80211_BAND_2GHZ #endif

  • kalagani kalagani posted a comment on discussion Open Discussion

    Thanks Florian, like I wrote to Simon in https://sourceforge.net/p/acx100/discussion/257272/thread/7540813f/#042f on ACX_GIT_VERSION=\"v20130127-4-gb6fc314, till kernel 4.4.92 and using gcc-4.9.2-4.1 to avoid errors because change in API mac80211 from kernel > 4.2 I made a work around like you in main.c. Now with kernel 4.9.56, and gcc-5.4.0-5 build go on errors in pci.c where previously it was warnings (ex: line 677, 1827...). I want to use your "build against 3.19 and newer" but I do not known...

  • kalagani kalagani modified a comment on discussion Open Discussion

    Hi Simon, on ACX_GIT_VERSION=\"v20130127-4-gb6fc314, to avoid errors because change in API mac80211 from kernel > 4.2 I make work around in main.c (last hidden part at end) https://www.mageialinux-online.org/forum/topic-22269-2+acx-mac80211-non-construit-apres-upgrade-kernel.php#m215160 Replace your old with this new in the acx-mac80211-git directory Build is OK with Mageia5 kernel 4.4.92 compiled with gcc-4.9.2-4.1 and my Netgear wg311v2 card is running! PS: on Mageia6 (kernel 4.9.56), the build...

  • kalagani kalagani modified a comment on discussion Open Discussion

    Hi Simon, on ACX_GIT_VERSION=\"v20130127-4-gb6fc314, to avoid errors because change in API mac80211 from kernel > 4.2 I make work around in main.c (last hidden part at end) https://www.mageialinux-online.org/forum/topic-22269-2+acx-mac80211-non-construit-apres-upgrade-kernel.php#m215160 Replace your old with this new in the acx-mac80211-git directory Build is OK with Mageia5 kernel 4.4.92 compiled with gcc-4.9.2-4.1 and my Netgear wg311v2 card is running! PS: on Mageia6 (kernel 4.9.56), this new...

  • kalagani kalagani posted a comment on discussion Open Discussion

    Hi Simon, to avoid errors because change in API mac80211 from kernel > 4.2, I make work around in main.c (last hidden part at end) https://www.mageialinux-online.org/forum/topic-22269-2+acx-mac80211-non-construit-apres-upgrade-kernel.php#m215160 Replace your old with this new in the acx-mac80211-git directory Build is OK with Mageia5 kernel 4.4.92 compiled with gcc-4.9.2-4.1 and my Netgear wg311v2 card is running! PS: on Mageia6, this new main.c go on errors where previously it was warnings (ex:...

  • kalagani kalagani posted a comment on discussion Open Discussion

    Hi dependances for module acx_mac80211 changed in API mac80211 from kernel > 4.1...

1