]> Pileus Git - ~andy/linux/blobdiff - drivers/net/wireless/rtlwifi/base.c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[~andy/linux] / drivers / net / wireless / rtlwifi / base.c
index 58e1f7bb4df1076cf936f1781833463dce91434b..942e56b77b6030856ee6c6c19055512c8c3552de 100644 (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];
 }