1. 22 May, 2018 2 commits
    • Johannes Berg's avatar
      cfg80211: add missing kernel-doc · f3a7ca64
      Johannes Berg authored
      Add the kernel-doc missed earlier.
      
      Fixes: 52539ca8 ("cfg80211: Expose TXQ stats and parameters to userspace")
      Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
      f3a7ca64
    • Denis Kenzior's avatar
      nl80211: Fix compilation · ba8f566a
      Denis Kenzior authored
      Commit 7ea3e110 seems to have
      introduced:
      
      net/wireless/nl80211.c: In function ‘nl80211_get_station’:
      net/wireless/nl80211.c:4802:34: error: incompatible type for argument 1 of ‘cfg80211_sinfo_release_content’
         cfg80211_sinfo_release_content(sinfo);
                                        ^~~~~
      In file included from net/wireless/nl80211.c:24:0:
      ./include/net/cfg80211.h:5721:20: note: expected ‘struct station_info *’ but argument is of type ‘struct station_info’
       static inline void cfg80211_sinfo_release_content(struct station_info *sinfo)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      
      Fixes: 7ea3e110 ("cfg80211: release station info tidstats where needed")
      Signed-off-by: default avatarDenis Kenzior <denkenz@gmail.com>
      Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
      ba8f566a
  2. 18 May, 2018 6 commits
  3. 08 May, 2018 3 commits
  4. 07 May, 2018 9 commits
  5. 19 Apr, 2018 20 commits