aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-3945-rs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-2/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-09iwlwifi: fix compile warnings when compiling without debugReinette Chatre1-1/+1
2010-04-02iwlwifi: remove trailing space in messagesFrans Pop1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-19iwlwifi: implement new mac80211 station add/remove callsReinette Chatre1-31/+52
2010-03-09iwlagn: remove write-only variablesJohannes Berg1-1/+1
2010-03-09iwlwifi: move 3945 specific data into unionJohannes Berg1-2/+2
2010-01-19iwlwifi: update copyright year to 2010Reinette Chatre1-1/+1
2009-11-18drivers/net/wireless/iwlwifi: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-04mac80211: make ieee80211_find_sta per virtual interfaceJohannes Berg1-1/+2
2009-11-02iwl3945: store station rate scale information in mac80211 station structureReinette Chatre1-73/+26
2009-10-07iwlwifi: use %pM for formatted MAC addressesBjorn Helgaas1-1/+1
2009-07-24mac80211: add helper for management / no-ack frame rate decisionLuis R. Rodriguez1-10/+3
2009-07-24iwlwifi: use ieee80211_is_data(fc)Luis R. Rodriguez1-4/+3
2009-07-24iwlwifi: remove rs_get_rate workaroundLuis R. Rodriguez1-10/+2
2009-06-04iwlwifi: unify station managementTomas Winkler1-4/+5
2009-05-06iwlwifi: Fix handling of retry count of NO_ACK frames in iwl-{3945|agn}-rsGábor Stefanik1-3/+4
2009-04-22iwl3945/iwlwifi: unify add_station functionAbhijeet Kolekar1-1/+1
2009-03-27iwl3945: control rate decreaseAbhijeet Kolekar1-7/+6
2009-03-16iwl3945 : fix rate scalingAbhijeet Kolekar1-39/+88
2009-03-05iwlwifi: reduce stack sizeFrank Seidel1-2/+9
2009-02-09iwlwifi: don't use implicit priv in IWL_DEBUGTomas Winkler1-37/+37
2009-02-09iwlwifi: suppress unused variable warning when compiling w/o IWLWIFI_DEBUGWinkler, Tomas1-5/+5
2009-02-09iwl3945: Getting rid of the *39_rxon iwl_priv fieldsSamuel Ortiz1-1/+1
2009-01-29iwlwifi: allow user to set max rateAbbas, Mohamed1-0/+18
2009-01-29iwlwifi: update copyright year to 2009Reinette Chatre1-1/+1
2009-01-29iwl3945: replaces iwl3945_priv with iwl_privAbhijeet Kolekar1-12/+12
2009-01-29iwl3945: rename iwl3945_priv variablesAbhijeet Kolekar1-2/+2
2009-01-29iwl3945: Use iwl-agn-rs.h rates definitions.Samuel Ortiz1-21/+24
2009-01-29iwl3945: Getting rid of iwl-3945-debug.hSamuel Ortiz1-2/+11
2009-01-29iwlwifi: 3945 remove iwl-3945-commands.hTomas Winkler1-1/+0
2009-01-29iwlwifi: use iwl-commands.h also in 3945Tomas Winkler1-0/+1
2009-01-29iwlwifi: 3945 unfold iwl-3945-commands.hTomas Winkler1-0/+1
2009-01-23iwlwifi: fix rs_get_rate WARN_ON()Abbas, Mohamed1-3/+11
2008-12-12iwlwifi: change email contact informationWinkler, Tomas1-1/+1
2008-12-12iwl3945: Fix rate scale for B-mode connectionAbbas, Mohamed1-3/+9
2008-12-05iwl3945: Fix iwl3945 rate scaling.Abbas, Mohamed1-34/+49
2008-12-05iwl3945: add debugfs supportAbbas, Mohamed1-0/+62
2008-10-31mac80211: remove rate_control_clearJohannes Berg1-7/+0
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg1-39/+18
2008-10-31iwl3945: fix station stuff in RC algorithmJohannes Berg1-4/+3
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-09-24mac80211: clean up rate control APIJohannes Berg1-142/+40
2008-09-15mac80211: move txrate_idx into RC algorithmsJohannes Berg1-7/+3
2008-09-15mac80211: share sta->supp_ratesJohannes Berg1-2/+2
2008-09-15mac80211: move last_txrate_idx into RC algorithmsJohannes Berg1-8/+12
2008-09-15mac80211: use nl80211 interface typesJohannes Berg1-1/+1
2008-05-21mac80211: move TX info into skb->cbJohannes Berg1-6/+6