summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2008-07-07drivers/net/wireless/iwlwifi/iwl-3945.c Fix type issue on 64bitDarren Jenkins1-2/+2
2008-07-02iwlwifi: drop skb silently for Tx request in monitor modeZhu Yi2-2/+4
2008-07-02iwlwifi: fix incorrect 5GHz rates reported in monitor modeRick Farrington2-2/+10
2008-06-25iwlwifi: improve scanning band selection managementRon Rindjunsky2-33/+39
2008-06-09iwlwifi: fix oops in iwl3945_led_brightness_setMarcin Slusarz1-2/+3
2008-05-29iwlwifi: fix rate scale TLC column selection bugGuy Cohen1-1/+0
2008-05-29iwlwifi: fix exit from stay_in_table stateGuy Cohen1-1/+1
2008-05-13iwlwifi: Fix frequency in rx_status fillEmmanuel Grumbach2-2/+2
2008-05-13iwlwifi: fix compile error when CONFIG_MAC80211_DEBUGFS is not selectedZhu Yi1-1/+1
2008-05-06iwlwifi: make IWLWIFI a tristateAdrian Bunk1-2/+1
2008-05-02iwlwifi: fix debug messages during scanningBill Moss2-15/+14
2008-05-02iwlwifi: fix current channel is not scannedGuy Cohen4-28/+0
2008-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-6/+6
2008-04-30iwlwifi: move the selects to the tristate driversAdrian Bunk1-6/+6
2008-04-29wireless: use get/put_unaligned_* helpersHarvey Harrison1-18/+14
2008-04-28iwlwifi: Allow building iwl3945 without iwl4965.Jason Riedy1-0/+6
2008-04-24iwlwifi: Don't unlock priv->mutex if it isn't lockedRoland Dreier2-2/+0
2008-04-23iwlwifi: Fix built-in compilation of iwlcoreTomas Winkler1-1/+1
2008-04-23iwlwifi: Select LEDS_CLASS.David S. Miller1-2/+6
2008-04-20iwlwifi: Fix unconditional access to station->tidp[].agg.David S. Miller1-6/+12
2008-04-17iwlwifi: Use HW acceleration decryption by defaultEmmanuel Grumbach3-7/+6
2008-04-17iwlwifi: fix unload warning and errorMohamed Abbas2-1/+5
2008-04-17iwlwifi: arrange max number of Tx queuesRon Rindjunsky6-13/+17
2008-04-17iwlwifi: Fix TKIP update key and get_free_ucode_keyEmmanuel Grumbach2-3/+3
2008-04-17iwlwifi: move rxon associated command to hcmdTomas Winkler4-41/+51
2008-04-17iwlwifi: introduce host commands callbacksTomas Winkler2-0/+8
2008-04-17iwlwifi: move HW device registrationRon Rindjunsky3-19/+19
2008-04-17iwlwifi: move the creation of LQ host command to iwlcoreTomas Winkler5-65/+67
2008-04-17iwlwifi: support different num of tx and rx antennasTomas Winkler3-9/+14
2008-04-17iwlwifi: hw_setting cleanupTomas Winkler6-58/+61
2008-04-16iwlwifi: remove the statistics workEmmanuel Grumbach5-33/+21
2008-04-16iwlwifi: move shared pointers to iwl_privTomas Winkler4-44/+40
2008-04-16iwlwifi: perform bss_info_changed post association work right awayReinette Chatre1-9/+22
2008-04-16iwlwifi: make Makefile more conciseReinette Chatre4-24/+11
2008-04-16iwl4965: make iwl4965_send_rxon_assoc asynchronousReinette Chatre1-21/+6
2008-04-16iwlwifi: Fix byte count table for fragmented packetsTomas Winkler3-11/+12
2008-04-16iwlwifi: moves security functions to iwl-sta.cEmmanuel Grumbach3-123/+123
2008-04-16iwlwifi: maintain uCode key table stateEmmanuel Grumbach4-6/+34
2008-04-16iwlwifi: add 1X HW WEP supportEmmanuel Grumbach4-2/+58
2008-04-16iwlwifi: default WEP HW encryptionEmmanuel Grumbach5-40/+220
2008-04-16iwlwifi: add default WEP key host commandEmmanuel Grumbach2-0/+28
2008-04-16iwlwifi: replace sprintf with scnprintf for debugfs outputAbhijeet Kolekar1-28/+43
2008-04-16iwlwifi: generalize iwlwifi init flowTomas Winkler3-165/+174
2008-04-09mac80211: rename filesJohannes Berg2-2/+2
2008-04-09mac80211: notify mac from low level driver (iwlwifi)Mohamed Abbas2-0/+2
2008-04-09iwlwifi: honour regulatory restrictions in scan codeJohannes Berg2-0/+6
2008-04-09iwlwifi: fix rfkill memory errorMohamed Abbas3-18/+22
2008-04-09iwlwifi: ensure led registration complete as part of initializationReinette Chatre2-4/+4
2008-04-09iwlwifi: use ieee80211_frequency_to_channelTomas Winkler2-9/+8
2008-04-09iwlwifi: move driver status inliners into iwl-core.hTomas Winkler8-94/+91