rtl8821ce icon indicating copy to clipboard operation
rtl8821ce copied to clipboard

Compiler warnings

Open VioletDarkKitty opened this issue 5 years ago • 1 comments

  1. IEEE80211_MAX_AMPDU_BUF is declared in both include/wifi.h and include/linux/ieee80211.h (in the kernel headers?) Is it safe to remove this duplicate?
  2. Each occurrence of char input[wrqu->length + 1]; should be modified to use malloc since variable length arrays are forbidden in C90.

VioletDarkKitty avatar Sep 17 '19 14:09 VioletDarkKitty

Pull requests are more than welcome! 😄

tomaspinho avatar Nov 06 '19 11:11 tomaspinho