aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-agn-rs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-06iwlwifi: move DVM code into subdirectoryJohannes Berg1-3369/+0
2012-05-25iwlwifi: update BT traffic load states correctlyMeenakshi Venkataraman1-0/+1
2012-04-23iwlwifi: clean up module parametersJohannes Berg1-1/+2
2012-04-23iwlwifi: remove TX/RX frame statisticsJohannes Berg1-1/+0
2012-04-18iwlwifi: op_mode holds its pointer to the configEmmanuel Grumbach1-4/+4
2012-04-12iwlwifi: calculate active legacy rates per stationJohannes Berg1-2/+10
2012-04-12iwlwifi: move hw_params into privJohannes Berg1-28/+28
2012-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-8/+3
2012-04-10mac80211: remove antenna_sel_tx TX info fieldJohannes Berg1-1/+1
2012-04-09iwlwifi: add trailing newline to various messagesJohannes Berg1-1/+1
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-8/+3
2012-03-08iwlwifi: remove unused argument from rs_initialize_lqJohannes Berg1-2/+1
2012-03-06iwlwifi: remove shared lockJohannes Berg1-3/+0
2012-02-27iwlwifi: virtualize the op_modeEmmanuel Grumbach1-5/+11
2012-02-17iwlwifi: move workqueue to privJohannes Berg1-1/+1
2012-01-24iwlwifi: update CopyrightWey-Yi Guy1-1/+1
2011-12-16iwlwifi: tid_data moves to iwl_privEmmanuel Grumbach1-3/+2
2011-12-16iwlwifi: move iwl_cfg from iwl_priv to iwl_sharedDon Fry1-4/+4
2011-12-08iwlagn: use IWL_MAX_TID_COUNT instead of TID_MAX_LOAD_COUNTJohannes Berg1-5/+5
2011-12-08iwlwifi: rename CONFIG_IWLWIFI_DEVICE_SVTOOL to CONFIG_IWLWIFI_DEVICE_TESTMODEWey-Yi Guy1-3/+3
2011-11-11iwlwifi: fix rate-scaling algorithm for BT combo devicesVenkataraman, Meenakshi1-6/+2
2011-10-14iwlagn: merge station management functionsWey-Yi Guy1-1/+0
2011-10-14iwlagn: remove un-necessary stepWey-Yi Guy1-2/+1
2011-09-30iwlagn: iwl-agn-rs: remove unnecessary null check for sta and lq_staGreg Dietsche1-3/+0
2011-09-21iwlagn: remove common station privJohannes Berg1-8/+8
2011-08-30iwlwifi: iwl-agn-rs.c: remove old commentGreg Dietsche1-1/+0
2011-08-29iwlagn: iwl_tid_data moves to iwl-sharedEmmanuel Grumbach1-8/+10
2011-08-29iwlagn: enable 11n aggregation without checking traffic loadWey-Yi Guy1-1/+1
2011-08-29iwlagn: priv->lock moves to iwl_sharedEmmanuel Grumbach1-2/+2
2011-08-29iwlagn: workqueue moves to iwl_sharedEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: hw_params moves to iwl_sharedEmmanuel Grumbach1-30/+36
2011-08-08iwlagn: remove wireless extensions inclusionsJohannes Berg1-1/+0
2011-07-21iwlagn: testmode fixed rate available for testmode onlyWey-Yi Guy1-2/+6
2011-07-11iwlagn: separate and enhance the fixed rate fromWey-Yi Guy1-10/+18
2011-06-01iwlagn: change the logging level for aggregation enable checkWey-Yi Guy1-1/+1
2011-05-24iwlagn: dbg_fixed_rate only used when CONFIG_MAC80211_DEBUGFS enabledWey-Yi Guy1-2/+2
2011-05-16Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6John W. Linville1-39/+47
2011-05-16iwlwifi: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd1-1/+1
2011-05-13iwlagn: remove set but unused varsJohannes Berg1-18/+10
2011-05-13iwlagn: add testmode set fixed rate commandWey-Yi Guy1-21/+37
2011-04-07iwlagn: change Copyright to 2011Wey-Yi Guy1-1/+1
2011-04-07iwlagn: remove pointless return variablesJohannes Berg1-7/+2
2011-03-25iwlwifi: add RATE_MCS_RATE_MSKDaniel Halperin1-7/+8
2011-03-25iwlwifi: limit number of attempts for highest HT rateDaniel Halperin1-1/+2
2011-01-31iwlwifi: use maximum aggregation sizeJohannes Berg1-1/+4
2011-01-31iwlagn: adjust rate tableWey-Yi Guy1-12/+12
2010-12-16iwlwifi: Fix error: struct iwl_lq_sta has no member named dbg_fixed_rateSedat Dilek1-0/+2
2010-12-15mac80211: Add timeout to BA session start APISujith Manoharan1-1/+1
2010-12-13iwlwifi: clear dbg_fixed_rate during initShanyu Zhao1-0/+2
2010-11-16iwlagn: support dynamic aggregation for BT coexWey-Yi Guy1-15/+17