1. 30 1月, 2009 13 次提交
  2. 13 1月, 2009 1 次提交
  3. 26 12月, 2008 1 次提交
    • H
      drivers/net/wireless/b43: fix sparse warnings: make symbols static · 11ab72a7
      Hannes Eder 提交于
      Fix this sparse warnings:
      
        drivers/net/wireless/b43/phy_a.c:80:6: warning: symbol 'b43_radio_set_tx_iq' was not declared. Should it be static?
        drivers/net/wireless/b43/phy_a.c:150:6: warning: symbol 'b43_radio_init2060' was not declared. Should it be static?
        drivers/net/wireless/b43/phy_g.c:57:10: warning: symbol 'b43_radio_channel_codes_bg' was not declared. Should it be static?
        drivers/net/wireless/b43/phy_g.c:218:6: warning: symbol 'b43_set_txpower_g' was not declared. Should it be static?
        drivers/net/wireless/b43/phy_g.c:386:6: warning: symbol 'b43_nrssi_hw_write' was not declared. Should it be static?
        drivers/net/wireless/b43/phy_g.c:393:5: warning: symbol 'b43_nrssi_hw_read' was not declared. Should it be static?
        drivers/net/wireless/b43/phy_g.c:404:6: warning: symbol 'b43_nrssi_hw_update' was not declared. Should it be static?
        drivers/net/wireless/b43/phy_g.c:418:6: warning: symbol 'b43_nrssi_mem_update' was not declared. Should it be static?
        drivers/net/wireless/b43/phy_g.c:592:6: warning: symbol 'b43_calc_nrssi_slope' was not declared. Should it be static?
        drivers/net/wireless/b43/phy_g.c:1357:5: warning: symbol 'b43_radio_init2050' was not declared. Should it be static?
      Signed-off-by: NHannes Eder <hannes@hanneseder.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      11ab72a7
  4. 20 12月, 2008 3 次提交
  5. 22 11月, 2008 1 次提交
    • J
      b43: remove rate index warning · 1e87d680
      Johannes Berg 提交于
      I frequently run into this warning, and added some
      debugging to see why, and got this:
      
      b43 bad rx: 00000000: 2f d2 e2 63 cf a7 14 04 28 18 c8 5f 88 4a a2 00
                            bogus junk       | plcp            | fctl| dur
      
      b43 bad rx: 00000010: 00 11 24 91 07 4d 00 06 25 ff 8f 78 00 06 25 ff
                            my MAC address   | BSSID           | AP MAC
      b43 bad rx: 00000020: 8f 76 20 74 00 00 42 07 00 20 00 00 00 00 aa aa
                                 | seq | QoS | CCMP IV               | data
                            ...
      
      As you can see, there are 6 bogus bytes (sometimes only five) and then
      the frame. I don't know why, and I don't see how to recover, so let's
      just drop these frames.
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NMichael Buesch <mb@bu3sch.de>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      1e87d680
  6. 11 11月, 2008 2 次提交
  7. 01 11月, 2008 4 次提交
  8. 28 10月, 2008 1 次提交
  9. 07 10月, 2008 2 次提交
  10. 01 10月, 2008 3 次提交
  11. 25 9月, 2008 1 次提交
  12. 17 9月, 2008 1 次提交
  13. 16 9月, 2008 3 次提交
  14. 12 9月, 2008 3 次提交
  15. 09 9月, 2008 1 次提交