aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-3945-rs.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-2/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-151-2/+2
|\
| * iwlwifi: fix compile warnings when compiling without debugReinette Chatre2010-04-091-1/+1
| * iwlwifi: remove trailing space in messagesFrans Pop2010-04-021-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\ \ | |/ |/|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | iwlwifi: implement new mac80211 station add/remove callsReinette Chatre2010-03-191-31/+52
* | iwlagn: remove write-only variablesJohannes Berg2010-03-091-1/+1
* | iwlwifi: move 3945 specific data into unionJohannes Berg2010-03-091-2/+2
|/
* iwlwifi: update copyright year to 2010Reinette Chatre2010-01-191-1/+1
* drivers/net/wireless/iwlwifi: remove exceptional & on function nameJulia Lawall2009-11-181-1/+1
* mac80211: make ieee80211_find_sta per virtual interfaceJohannes Berg2009-11-041-1/+2
* iwl3945: store station rate scale information in mac80211 station structureReinette Chatre2009-11-021-73/+26
* iwlwifi: use %pM for formatted MAC addressesBjorn Helgaas2009-10-071-1/+1
* mac80211: add helper for management / no-ack frame rate decisionLuis R. Rodriguez2009-07-241-10/+3
* iwlwifi: use ieee80211_is_data(fc)Luis R. Rodriguez2009-07-241-4/+3
* iwlwifi: remove rs_get_rate workaroundLuis R. Rodriguez2009-07-241-10/+2
* iwlwifi: unify station managementTomas Winkler2009-06-041-4/+5
* iwlwifi: Fix handling of retry count of NO_ACK frames in iwl-{3945|agn}-rsGábor Stefanik2009-05-061-3/+4
* iwl3945/iwlwifi: unify add_station functionAbhijeet Kolekar2009-04-221-1/+1
* iwl3945: control rate decreaseAbhijeet Kolekar2009-03-271-7/+6
* iwl3945 : fix rate scalingAbhijeet Kolekar2009-03-161-39/+88
* iwlwifi: reduce stack sizeFrank Seidel2009-03-051-2/+9
* iwlwifi: don't use implicit priv in IWL_DEBUGTomas Winkler2009-02-091-37/+37
* iwlwifi: suppress unused variable warning when compiling w/o IWLWIFI_DEBUGWinkler, Tomas2009-02-091-5/+5
* iwl3945: Getting rid of the *39_rxon iwl_priv fieldsSamuel Ortiz2009-02-091-1/+1
* iwlwifi: allow user to set max rateAbbas, Mohamed2009-01-291-0/+18
* iwlwifi: update copyright year to 2009Reinette Chatre2009-01-291-1/+1
* iwl3945: replaces iwl3945_priv with iwl_privAbhijeet Kolekar2009-01-291-12/+12
* iwl3945: rename iwl3945_priv variablesAbhijeet Kolekar2009-01-291-2/+2
* iwl3945: Use iwl-agn-rs.h rates definitions.Samuel Ortiz2009-01-291-21/+24
* iwl3945: Getting rid of iwl-3945-debug.hSamuel Ortiz2009-01-291-2/+11
* iwlwifi: 3945 remove iwl-3945-commands.hTomas Winkler2009-01-291-1/+0
* iwlwifi: use iwl-commands.h also in 3945Tomas Winkler2009-01-291-0/+1
* iwlwifi: 3945 unfold iwl-3945-commands.hTomas Winkler2009-01-291-0/+1
* iwlwifi: fix rs_get_rate WARN_ON()Abbas, Mohamed2009-01-231-3/+11
* iwlwifi: change email contact informationWinkler, Tomas2008-12-121-1/+1
* iwl3945: Fix rate scale for B-mode connectionAbbas, Mohamed2008-12-121-3/+9
* iwl3945: Fix iwl3945 rate scaling.Abbas, Mohamed2008-12-051-34/+49
* iwl3945: add debugfs supportAbbas, Mohamed2008-12-051-0/+62
* mac80211: remove rate_control_clearJohannes Berg2008-10-311-7/+0
* mac80211/drivers: rewrite the rate control APIJohannes Berg2008-10-311-39/+18
* iwl3945: fix station stuff in RC algorithmJohannes Berg2008-10-311-4/+3
* net: convert print_mac to %pMJohannes Berg2008-10-271-3/+2
* mac80211: clean up rate control APIJohannes Berg2008-09-241-142/+40
* mac80211: move txrate_idx into RC algorithmsJohannes Berg2008-09-151-7/+3
* mac80211: share sta->supp_ratesJohannes Berg2008-09-151-2/+2
* mac80211: move last_txrate_idx into RC algorithmsJohannes Berg2008-09-151-8/+12
* mac80211: use nl80211 interface typesJohannes Berg2008-09-151-1/+1
* mac80211: move TX info into skb->cbJohannes Berg2008-05-211-6/+6