Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem

This commit is contained in:
John W. Linville
2012-07-20 12:30:48 -04:00
163 changed files with 5139 additions and 2915 deletions

View File

@@ -167,7 +167,7 @@ static const u8 tid_to_ac[] = {
0, /* IEEE80211_AC_VO */
};
u8 rtl_tid_to_ac(struct ieee80211_hw *hw, u8 tid)
u8 rtl_tid_to_ac(u8 tid)
{
return tid_to_ac[tid];
}