#ifndef OUI_H #define OUI_H extern const char *lookup_vendor(unsigned int id); extern void dissector_init_oui(void); extern void dissector_cleanup_oui(void); static inline const char *lookup_vendor_str(unsigned int id) { return lookup_vendor(id) ? : "Unknown"; } #endif /* OUI_H */ href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Sharon <sara.sharon@intel.com>2016-10-27 17:58:27 +0300
committerLuca Coelho <luciano.coelho@intel.com>2017-01-26 09:38:56 +0200
commit850fe9af62b2ec28b4c1fc5d02924cd469452283 (patch)
treefa7d2847e51db6d0da2c48b621f8d1d534d595fb
parent08d785fd809cdaf34d289d917bcb1733a77d9787 (diff)
iwlwifi: mvm: replace the number of blocks calculation
The logic in the paging calculations is a bit hard to follow. Replace it with a kernel define. Signed-off-by: Sara Sharon <sara.sharon@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>