summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2008-09-06cfg80211: keep track of supported interface modesLuis R. Rodriguez2-0/+9
2008-08-30wireless: remove unused #include <version.h>Huang Weiyi3-3/+0
2008-08-23wireless: replace __FUNCTION__ with __func__Harvey Harrison1-2/+2
2008-08-23iwlwifi: use le16 frame control directly, use QOS symbolic constant maskHarvey Harrison2-5/+5
2008-08-23iwlwifi: add level for debugging host commandEsti Kummer3-13/+39
2008-08-23iwlwifi: kill struct iwl4965_lq_mngrTomas Winkler2-16/+0
2008-08-23iwl-4965: test below 0 on unsigned num_tbsroel kluin1-1/+1
2008-08-23iwlwifi: use generic mac80211 radiotap headersBruno Randolf6-208/+27
2008-08-18removed unused #include <version.h>Huang Weiyi9-9/+0
2008-08-18iwlwifi: fix printk newlinesJiri Slaby5-11/+11
2008-08-07iwlwifi: cleanup iwl_tx_skbTomas Winkler3-25/+22
2008-08-04iwl3945: fix merge mistake for packet injectionZhu Yi1-6/+0
2008-08-04iwlwifi: grap nic access before accessing periphery registersTomas Winkler1-1/+3
2008-08-04iwlwifi: decrement rx skb counter in scan abort handlerEmmanuel Grumbach1-0/+1
2008-08-04iwlwifi: fix unhandled interrupt when HW rfkill is onTomas Winkler1-10/+8
2008-08-04iwlwifi: implement iwl5000_calc_rssiTomas Winkler5-51/+119
2008-08-04iwlwifi: memory allocation optimizationGregory Greenman4-28/+59
2008-08-04iwlwifi: HW bug fixesTomas Winkler3-6/+31
2008-08-04iwlwifi: Don't use buffer allocated on the stack for led namesSven Wegener4-28/+36
2008-08-04iwlwifi: rename 4965 to AGNTomas Winkler4-63/+68
2008-08-04iwlwifi: fix checkpatch.pl errorsTomas Winkler11-60/+55
2008-08-04iwlwifi: rename iwl4965-base.c to iwl-agn.cTomas Winkler2-4/+2
2008-08-04iwlwifi: use dtim_period from association, and set listen_intervalTomas Winkler3-4/+5
2008-08-04iwlwifi: RS small compile warnings without CONFIG_IWLWIFI_DEBUGDenis V. Lunev1-0/+2
2008-08-04iwlwifi: bug fix in AGG flow - cast const to ULLEmmanuel Grumbach3-7/+7
2008-08-04iwlwifi: set led register in disassociationEsti Kummer1-16/+24
2008-08-04iwlwifi: kill iwl4965_fill_rs_infoTomas Winkler3-111/+0
2008-08-04iwlwifi: rename iwl-4695-rs to iwl-agn-rsTomas Winkler7-128/+119
2008-08-04iwlwifi: move iwl4965_set_pwr_src to iwl4965-base.cTomas Winkler2-33/+31
2008-08-04iwlwifi: move beacon handling to iwl4965-base.cTomas Winkler4-39/+37
2008-08-04iwlwifi: move iwl4965_mac_ampdu_action to iwl4965-base.cTomas Winkler3-38/+34
2008-08-04iwlwifi: corrects power_level in sysfsEsti Kummer3-63/+58
2008-08-04iwlwifi: add power save to 5000 HWMohamed Abbas7-24/+18
2008-08-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-8/+10
2008-08-01Remove newline from the description of module parametersNiels de Vos1-1/+1
2008-08-01iwl3945: Fix statistics in monitor modeMaxim Levitsky1-4/+6
2008-08-01iwlwifi: don't stop queue in the middle of fragmented packetTomas Winkler1-4/+4
2008-07-30mac80211: partially fix skb->cb useJohannes Berg2-2/+2
2008-07-30drivers/net/wireless/iwlwifi/iwl-led.c: printk fixAndrew Morton1-1/+3
2008-07-30iwlwifi: small compile warnings without CONFIG_IWLWIFI_DEBUGDenis V. Lunev1-0/+2
2008-07-30iwlwifi: compilation error when CONFIG_IWLWIFI_DEBUG is not setDenis V. Lunev1-6/+2
2008-07-30iwl-3945: add #ifdef CONFIG_IWL3945_LEDS to avoid compile warning.Rami Rosen1-0/+2
2008-07-30mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flagJohannes Berg2-4/+2
2008-07-14iwlwifi: make index unsigned int for iwl_send_led_cmdAbhijeet Kolekar3-3/+4
2008-07-14iwlwifi: Fix LEDs for 3945Abhijeet Kolekar3-85/+64
2008-07-14iwlwifi: send TXPOWER command after a new RXON commandZhu Yi1-10/+10
2008-07-14iwlwifi: enable active scanningTomas Winkler1-41/+45
2008-07-14iwlwifi: unify 4965 and 5000 scanning codeTomas Winkler5-23/+33
2008-07-14iwlwifi: LED use correctly blink tableTomas Winkler4-71/+61
2008-07-14iwlwifi: fix LED stallTomas Winkler3-50/+39