summaryrefslogtreecommitdiffstats
path: root/scripts/mkversion (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-22mac80211: reorder some transmit handlersJohannes Berg1-116/+118
2008-05-22mac80211: use rate index in TX controlJohannes Berg25-151/+205
2008-05-22mac80211: let drivers wake but not start queuesJohannes Berg12-33/+14
2008-05-22mac80211: fix bugs in queue handling functionsJohannes Berg1-3/+3
2008-05-22iwlwifi: trigger event log from debugfsEster Kummer5-113/+143
2008-05-22iwlwifi: refactor pci prob flowTomas Winkler4-45/+54
2008-05-22iwlwifi: add debugfs to disable/enable run time calibrationTomas Winkler5-4/+44
2008-05-22iwlwifi: remove 4965 remainings in iwl-eeprom.c fileTomas Winkler1-11/+11
2008-05-22iwlwifi: iwl5000 WiFi/WiMax coexistenceRon Rindjunsky2-0/+66
2008-05-22iwlwifi: add ucode init flow handling for iwl5000Ron Rindjunsky2-0/+185
2008-05-22iwlwifi: add ucode loaders for iwl5000Ron Rindjunsky3-0/+145
2008-05-22iwlwifi: add rx_handlers stub for iwl5000Ron Rindjunsky1-0/+5
2008-05-22iwlwifi: rename and move Tx queue activation/deactivationRon Rindjunsky2-12/+12
2008-05-22iwlwifi: clean up and bug fix for securityEmmanuel Grumbach6-46/+29
2008-05-22iwlwifi: don't switch to SGI if not supported by APEmmanuel Grumbach3-4/+22
2008-05-22iwlwifi: move TX code into iwl-tx.cTomas Winkler6-691/+691
2008-05-22iwlwifi: refactor ieee80211_get_qos_ctrlTomas Winkler5-60/+63
2008-05-22iwlwifi: remove 4956 form iwl4965_tx_cmdTomas Winkler5-11/+7
2008-05-22iwlwifi: move more station managment into iwl-sta.cTomas Winkler6-279/+283
2008-05-22iwlwifi: move iwl_bcast_addr to iwlcoreTomas Winkler4-8/+12
2008-05-22iwlwifi: remove 4965 from iwl4965_rate_infoTomas Winkler5-30/+31
2008-05-22iwlwifi: remove 4965 prefix from iwl4965_frameTomas Winkler3-13/+13
2008-05-22iwlwifi: remove 4965 from iwl4965_tx_queue_update_write_ptrTomas Winkler1-19/+19
2008-05-22iwlwifi: get_hw_cmd_sizeGregory Greenman7-18/+65
2008-05-22iwlwifi: rename iwl4965_tx_info to iwl_tx_infoTomas Winkler2-4/+4
2008-05-22iwlwifi: rename iwl4965_queue to iwl_queueTomas Winkler4-32/+22
2008-05-22iwlwifi: filling Tx MCS setRon Rindjunsky1-6/+27
2008-05-22mac80211: separate Tx and Rx MCS when configuring HTRon Rindjunsky3-45/+83
2008-05-22iwlwifi: remove iwl4965_nic_start functionRon Rindjunsky1-8/+2
2008-05-22iwlwifi: changing irrelevant commentRon Rindjunsky1-1/+1
2008-05-22mac80211: tkip.c use struct tkip_ctx in phase 2 key mixingHarvey Harrison1-10/+7
2008-05-22mac80211: tkip.c use struct tkip_ctx in phase 1 key mixingHarvey Harrison1-17/+10
2008-05-22mac80211: add a struct to hold tkip contextHarvey Harrison5-49/+50
2008-05-22mac80211: add const, remove unused function, make one function staticHarvey Harrison4-20/+7
2008-05-22mac80211: introduce struct michael_mic_ctx and static helpersHarvey Harrison2-35/+44
2008-05-22mac80211: michael.c use kernel-provided infrastructureHarvey Harrison1-46/+14
2008-05-22libertas: reduce command retry timeHolger Schurig2-12/+14
2008-05-22mac80211: Consolidate hash kfree-ing in mesh.c.Pavel Emelyanov1-6/+9
2008-05-22mac80211: Merge error paths in mesh_table_grow().Pavel Emelyanov1-12/+4
2008-05-22mac80211: Do not report false error from mesh_path_add.Pavel Emelyanov1-1/+1
2008-05-22mac80211: Fix sleeping allocation under lock in mesh_path_node_copy.Pavel Emelyanov1-1/+1
2008-05-22mac80211: Report allocation failure from mesh_path_node_copy.Pavel Emelyanov1-1/+4
2008-05-22mac80211: Prepare mesh_table_grow to failing copy_node callback.Pavel Emelyanov3-4/+16
2008-05-22mac80211: Fix one more call to synchronize_rcu in atomic context.Pavel Emelyanov1-1/+0
2008-05-22mac80211: Brush up error paths in mesh_path_add.Pavel Emelyanov1-22/+20
2008-05-22libertas: sysfs interface for accessing default mesh channelJavier Cardona1-0/+45
2008-05-22libertas: Add reset_card() callback to hardware driverDavid Woodhouse2-0/+6
2008-05-22libertas: sysfs interface for accessing non-volatile configurationJavier Cardona5-9/+423
2008-05-22libertas: Extend MESH_CONFIG command to access non-volatile configurationJavier Cardona8-20/+132
2008-05-22libertas: fix multicast filtering on eth and msh interfacesDavid Woodhouse5-96/+105