commit | 0b57664cf2393bc1eff594ff7e5ff26533843fe6 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Tue Jul 15 02:08:24 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 15 02:08:24 2008 -0700 |
tree | ec83e7290e84fe7ca70c87c8ebff935076a5568f | |
parent | d3a8eab093aab9f309d2e8d06cd718a4cb20e626 [diff] |
wireless: fix warnings from QoS patch When I removed the special "default" meaning from the QoS parameters, I forgot to update drivers and this lead to warnings because some drivers were checking for the special values and putting in defaults. This fixes that by removing the default special-casing completely. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: David S. Miller <davem@davemloft.net>