commit | 9a886586c82aa02cb49f8c85e961595716884545 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Feb 15 19:25:00 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Mar 06 16:35:44 2013 +0100 |
tree | 915cc9035a0172d93a421025ba1e8bdf871a1502 | |
parent | b56cf720833c4a9d7e6ed96cc9f5c1a1091ff3bc [diff] |
wireless: move sequence number arithmetic to ieee80211.h Move the sequence number arithmetic code from mac80211 to ieee80211.h so others can use it. Also rename the functions from _seq to _sn, they operate on the sequence number, not the sequence_control field. Also move macros to convert the sequence control to/from the sequence number value from various drivers. Signed-off-by: Johannes Berg <johannes.berg@intel.com>