summaryrefslogtreecommitdiffstats
path: root/net/ieee80211/ieee80211_rx.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] ieee80211: Don't update network statistics from off-channel packets.James Ketrenos2006-03-171-1/+13
* Merge branch 'upstream-fixes'John W. Linville2006-03-151-2/+2
|\
| * [PATCH] ieee80211: Fix QoS is not active problemHong Liu2006-03-151-2/+2
* | Merge branch 'upstream-fixes'Jeff Garzik2006-03-011-11/+5Star
|\|
| * [PATCH] ieee80211_rx.c: is_beaconPete Zaitcev2006-02-281-11/+5Star
* | [PATCH] Add two management functions to ieee80211_rx.cLarry Finger2006-01-311-0/+24
* | [PATCH] ieee80211: trivial fix for misplaced ()'sDenis Vlasenko2006-01-311-1/+1
* | [PATCH] net/: fix the WIRELESS_EXT abuseAdrian Bunk2006-01-311-2/+2
* | Merge branch 'upstream-fixes'John W. Linville2006-01-301-2/+2
|\|
| * [PATCH] Typo corrections for ieee80211Larry Finger2006-01-301-2/+2
* | [PATCH] ieee80211: Add 802.11h information element parsingZhu Yi2006-01-271-6/+103
* | [PATCH] ieee80211: Add 802.11h data type and structuresZhu Yi2006-01-271-1/+1
* | [PATCH] ieee80211: TIM information element parsingZhu Yi2006-01-271-1/+4
* | [PATCH] ieee80211: Log if netif_rx() drops the packetZhu Yi2006-01-271-1/+8
|/
* [PATCH] ieee80211: Fix problem with not decrypting broadcast packetsZhu Yi2006-01-271-5/+17
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-151-7/+7
* [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()Kris Katterjohn2006-01-101-7/+7
* [IEEE80211] ipw2200: Simplify multicast checks.Stephen Hemminger2006-01-041-3/+2Star
* Merge git://git.tuxdriver.com/git/netdev-jwlJeff Garzik2005-11-081-0/+2
|\
| * [PATCH] fix NET_RADIO=n, IEEE80211=y compileAdrian Bunk2005-11-081-0/+2
* | Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*.Jeff Garzik2005-11-061-1/+0Star
|/
* Fixed problem with not being able to decrypt/encrypt broadcast packets.Hong Liu2005-10-191-1/+2
* Lindent and trailing whitespace script executed ieee80211 subsystemJames Ketrenos2005-10-031-14/+21
* When an assoc_resp is received the network structure is not completelyIvo van Doorn2005-10-031-0/+32
* Currently the info_element is parsed by 2 seperate functions, thisIvo van Doorn2005-10-031-168/+99Star
* This will move the ieee80211_is_ofdm_rate function to the ieee80211.hIvo van Doorn2005-10-031-16/+0Star
* [PATCH] ieee80211: Added handle_deauth() callback, enhanced tkip/ccmp support...James Ketrenos2005-09-221-0/+6
* [PATCH] ieee80211: Updated copyright datesJames Ketrenos2005-09-221-1/+1
* [PATCH] ieee80211: Mixed PTK/GTK CCMP/TKIP supportJames Ketrenos2005-09-221-2/+3
* [PATCH] ieee80211: Type-o, capbility definition for QoS, and ERP parsingJames Ketrenos2005-09-221-1/+24
* [PATCH] ieee80211: Add QoS (WME) support to the ieee80211 subsystemJames Ketrenos2005-09-221-19/+315
* [PATCH] ieee82011: Added ieee80211_tx_frame to convert generic 802.11 data fr...James Ketrenos2005-09-221-15/+43
* [PATCH] ieee80211: Renamed ieee80211_hdr to ieee80211_hdr_3addrJames Ketrenos2005-09-221-16/+16
* [PATCH] ieee80211: Fixed a kernel oops on module unloadJames Ketrenos2005-09-221-11/+0Star
* [PATCH] ieee80211 Removed ieee80211_info_element_hdrJames Ketrenos2005-09-161-5/+5
* [PATCH] Changed 802.11 headers to use ieee80211_info_element[0]James Ketrenos2005-09-161-2/+2
* [PATCH] ieee80211 Added wireless spy supportJames Ketrenos2005-09-161-16/+27
* [PATCH] Fixed some endian issues with 802.11 header usage in ieee80211_rx.cJames Ketrenos2005-09-161-17/+26
* [wireless ieee80211,ipw2200] Lindent source codeJeff Garzik2005-09-071-153/+157
* [IEEE80211]: Use correct size_t printf format string in ieee80211_rx.cDavid S. Miller2005-09-061-1/+1
* [PATCH] ieee80211: Remove EAPOL debugJouni Malinen2005-08-291-16/+0Star
* ieee80211: new constants from latest 802.11x specificationsJiri Benc2005-08-261-8/+8
* [PATCH] ieee80211: remove pci.h #include'sAdrian Bunk2005-06-281-1/+0Star
* [PATCH] ieee80211: cleanupJiri Benc2005-05-281-2/+2
* [NET] ieee80211 subsystemJeff Garzik2005-05-131-0/+1206