| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: Fix tx power setting | Vasanthakumar Thiagarajan | 2009-01-29 | 3 | -5/+6 |
* | ath9k: fix sparse warnings | Luis R. Rodriguez | 2009-01-29 | 2 | -12/+12 |
* | ath9k: remove superfluous check on changing channel | Luis R. Rodriguez | 2009-01-29 | 1 | -46/+41 |
* | ath9k: remove ath9k_hw_check_chan() | Luis R. Rodriguez | 2009-01-29 | 1 | -25/+1 |
* | ath9k: remove ath9k_hw_chan2wmode() | Luis R. Rodriguez | 2009-01-29 | 1 | -27/+19 |
* | ath9k: remove mode specific default noise floor values | Luis R. Rodriguez | 2009-01-29 | 1 | -6/+3 |
* | ath9k: Make ANI CCK and OFDM error triggers band specific | Luis R. Rodriguez | 2009-01-29 | 1 | -8/+4 |
* | mac80211: no need for ht.enabled | Luis R. Rodriguez | 2009-01-29 | 4 | -14/+1 |
* | iwlwifi: make use of conf_is_ht*() helpers | Luis R. Rodriguez | 2009-01-29 | 2 | -6/+6 |
* | ath9k: make use of conf_is_ht*() in the rest of the driver | Luis R. Rodriguez | 2009-01-29 | 3 | -7/+6 |
* | ath9k: use ieee80211_conf on ath9k_hw_iscal_supported() | Luis R. Rodriguez | 2009-01-29 | 3 | -42/+27 |
* | ath9k: make request to get the noisefloor threshold band specific | Luis R. Rodriguez | 2009-01-29 | 3 | -14/+10 |
* | ath9k: consolidate arguments on hw reset | Luis R. Rodriguez | 2009-01-29 | 4 | -127/+74 |
* | ath9k: Rename ath_setcurmode() to ath_cache_conf_rate() | Luis R. Rodriguez | 2009-01-29 | 1 | -4/+6 |
* | ath9k: remove cache of rate preference when using 11g protection | Luis R. Rodriguez | 2009-01-29 | 3 | -14/+13 |
* | ath9k: use hw->conf on ath_setcurmode() | Luis R. Rodriguez | 2009-01-29 | 1 | -32/+40 |
* | mac80211: add HT conf helpers | Luis R. Rodriguez | 2009-01-29 | 1 | -0/+30 |
* | iwl3945: use rx queue management infrastructure from iwlcore | Winkler, Tomas | 2009-01-29 | 3 | -85/+3 |
* | iwl3945: use iwl3945_tx_cmd instead of iwl_tx_cmd | Winkler, Tomas | 2009-01-29 | 2 | -33/+35 |
* | iwl3945: switch to the iwl-core send_card_state routine | Samuel Ortiz | 2009-01-29 | 3 | -34/+6 |
* | iwl3945: sync tx queue data structure with iwlagn | Samuel Ortiz | 2009-01-29 | 7 | -90/+103 |
* | iwl3945: adding utils ops | Kolekar, Abhijeet | 2009-01-29 | 1 | -0/+18 |
* | iwl3945: rearrange 3945 tfd | Winkler, Tomas | 2009-01-29 | 6 | -57/+46 |
* | iwl3945: use iwl_rb_status | Winkler, Tomas | 2009-01-29 | 6 | -14/+4 |
* | iwl3945: use iwl_get_hw_mode | Kolekar, Abhijeet | 2009-01-29 | 1 | -8/+2 |
* | iwl3945: release resources before shutting down | Kolekar, Abhijeet | 2009-01-29 | 1 | -4/+6 |
* | iwl3945: simplify iwl3945_pci_probe | Kolekar, Abhijeet | 2009-01-29 | 1 | -67/+79 |
* | iwl3945: add set_pwr_src | Kolekar, Abhijeet | 2009-01-29 | 1 | -3/+7 |
* | iwl3945: add apm ops | Kolekar, Abhijeet | 2009-01-29 | 2 | -53/+88 |
* | iwl3945: add load ucode op | Kolekar, Abhijeet | 2009-01-29 | 2 | -151/+160 |
* | iwl3945: cleanup and remove duplicate code | Kolekar, Abhijeet | 2009-01-29 | 1 | -170/+34 |
* | iwl3945: use iwl_mod_params for 3945 | Kolekar, Abhijeet | 2009-01-29 | 3 | -31/+24 |
* | iwlwifi: use iwl_cmd instead of iwl3945_cmd | Winkler, Tomas | 2009-01-29 | 5 | -99/+44 |
* | iwlwifi: replace IWL_ERROR with IWL_ERR | Winkler, Tomas | 2009-01-29 | 21 | -272/+299 |
* | iwlwifi: replace IWL_WARNING with IWL_WARN | Winkler, Tomas | 2009-01-29 | 12 | -87/+94 |
* | iwlwifi: clean up printing | Tomas Winkler | 2009-01-29 | 8 | -70/+58 |
* | iwlwifi: add more comments to IWL_DL_xx | Zhu Yi | 2009-01-29 | 1 | -4/+6 |
* | iwl3945: use iwl-io.h and delete iwl-3945-io.h | Abhijeet Kolekar | 2009-01-29 | 4 | -601/+197 |
* | iwl3945: replaces iwl3945_priv with iwl_priv | Abhijeet Kolekar | 2009-01-29 | 8 | -595/+417 |
* | iwl3945: rename iwl3945_priv variables | Abhijeet Kolekar | 2009-01-29 | 5 | -263/+263 |
* | iwl3945: use iwl_hw_params in iwl3945_priv | Abhijeet Kolekar | 2009-01-29 | 4 | -69/+49 |
* | iwl3945: use iwl_rx_queue in iwl3945 | Abhijeet Kolekar | 2009-01-29 | 3 | -40/+13 |
* | iwl3945: use iwl_rx_mem_buffer | Abhijeet Kolekar | 2009-01-29 | 3 | -41/+35 |
* | iwlwifi: beautify code | Wu Fengguang | 2009-01-29 | 1 | -82/+85 |
* | iwl3945: replace iwl3945_broadcast_addr with iwl_bcast_addr | Kolekar, Abhijeet | 2009-01-29 | 2 | -7/+4 |
* | iwl3945: remove duplicate structures from iwl-3945.h | Kolekar, Abhijeet | 2009-01-29 | 3 | -50/+4 |
* | iwl3945: move structures from iwl-3945.h to iwl-dev.h | Kolekar, Abhijeet | 2009-01-29 | 2 | -46/+49 |
* | iwl3945: replace iwl_3945_cfg with iwl_cfg | Kolekar, Abhijeet | 2009-01-29 | 4 | -34/+4 |
* | iwl3945: include iwl-core.h | Kolekar, Abhijeet | 2009-01-29 | 4 | -156/+32 |
* | iwl3945: Change IWLWIFI_VERSION constant name | Kolekar, Abhijeet | 2009-01-29 | 1 | -2/+2 |